summaryrefslogtreecommitdiff
path: root/src/test/test-copy.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-1/+1
* fileio: consolidate write_string_file*()Daniel Mack2015-07-061-3/+3
* test: fix test-copy without /etc/os-release.Dimitri John Ledkov2015-06-231-1/+3
* test-copy: test copy_bytes()Zbigniew Jędrzejewski-Szmek2015-06-101-0/+35
* util: rework rm_rf() logicLennart Poettering2015-04-061-4/+5
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-6/+6
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-081-1/+1
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-2/+2
* copy: teach copy_bytes() sendfile() support, and then replace sendfile_full()...Lennart Poettering2014-11-071-0/+26
* tests: add test-copyRonny Chevalier2014-10-311-0/+115