summaryrefslogtreecommitdiff
path: root/src/test/test-copy.c
Commit message (Expand)AuthorAgeFilesLines
* basic/fs-util: change CHASE_OPEN flag into a separate output parameterZbigniew Jędrzejewski-Szmek2019-10-241-1/+1
* Merge pull request #13022 from keszybz/coverity-cleanupsLennart Poettering2019-07-121-3/+3
|\
| * test: minor modernizationZbigniew Jędrzejewski-Szmek2019-07-121-3/+3
* | tree-wide: get rid of strappend()Lennart Poettering2019-07-121-4/+4
|/
* util-lib: when copying files make sure to apply some chattrs early, some lateLennart Poettering2019-03-281-4/+4
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-1/+2
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* Merge pull request #9274 from poettering/comment-header-cleanupZbigniew Jędrzejewski-Szmek2018-06-141-3/+1
|\
| * tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
| * tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* | copy: rework copy_file_atomic() to copy the specified file via O_TMPFILE if p...Lennart Poettering2018-06-071-0/+21
|/
* test-copy: remove unnecessary initializationZbigniew Jędrzejewski-Szmek2018-05-141-3/+3
* tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-141-6/+6
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* fs-util: drop readlink_and_canonicalize()Yu Watanabe2018-02-091-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-copy: fix operation when test-copy is too smallZbigniew Jędrzejewski-Szmek2017-10-041-4/+12
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-3/+4
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-12/+12
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-1/+1
* test-copy: wrap assignments in function call in parenthesesZbigniew Jędrzejewski-Szmek2016-10-231-6/+6
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* fileio: simplify mkostemp_safe() (#4090)Topi Miettinen2016-09-131-6/+6
* test-copy: never call alloca() in a loopLennart Poettering2016-04-291-8/+14
* copy: also copy AF_UNIX socketsLennart Poettering2016-04-291-0/+9
* test-copy: use correct data type for max_bytesMartin Pitt2016-03-211-3/+3
* test-copy: test with different max_bytes valuesZbigniew Jędrzejewski-Szmek2016-03-151-10/+25
* test-copy: add a test shuffling bytes between normal filesZbigniew Jędrzejewski-Szmek2016-03-151-0/+46
* 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