summaryrefslogtreecommitdiff
path: root/src/test/test-copy.c
AgeCommit message (Expand)Author
2017-05-10./tools/notsd-moveLuke Shumaker
2016-09-13fileio: simplify mkostemp_safe() (#4090)Topi Miettinen
2016-04-29test-copy: never call alloca() in a loopLennart Poettering
2016-04-29copy: also copy AF_UNIX socketsLennart Poettering
2016-03-21test-copy: use correct data type for max_bytesMartin Pitt
2016-03-15test-copy: test with different max_bytes valuesZbigniew Jędrzejewski-Szmek
2016-03-15test-copy: add a test shuffling bytes between normal filesZbigniew Jędrzejewski-Szmek
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-06-23test: fix test-copy without /etc/os-release.Dimitri John Ledkov
2015-06-10test-copy: test copy_bytes()Zbigniew Jędrzejewski-Szmek
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering
2014-11-07copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering
2014-10-31tests: add test-copyRonny Chevalier