summaryrefslogtreecommitdiff
path: root/src/basic/copy.c
Commit message (Expand)AuthorAgeFilesLines
* copy: a plain unlink() works here tooLennart Poettering2017-02-211-1/+1
* machined: when copying files from/to userns containers chown to rootLennart Poettering2017-02-171-25/+74
* copy: change the various copy_xyz() calls to take a unified flags parameterLennart Poettering2017-02-171-25/+25
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-1/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering2016-05-021-0/+15
* copy: adjust directory times after writing to the directoryLennart Poettering2016-05-021-17/+16
* copy: return the right error when we can't open a fileLennart Poettering2016-05-021-0/+2
* copy: also copy AF_UNIX socketsLennart Poettering2016-04-291-2/+2
* util: copy_file_range() returns EBADF when used on a ttyLennart Poettering2016-04-251-1/+1
* basic/copy: remove unnecessary castZbigniew Jędrzejewski-Szmek2016-04-021-2/+2
* test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek2016-04-021-1/+1
* basic/copy: use copy_file_range()Zbigniew Jędrzejewski-Szmek2016-03-171-2/+38
* basic/copy: use sendfile smarterZbigniew Jędrzejewski-Szmek2016-03-151-11/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+12
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out umask-related code to umask-util.hLennart 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 file attribute calls to chattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* copy: make copy_bytes() return whether we hit EOF or notLennart Poettering2015-09-221-5/+5
* copy: be more careful when trying to reflinkLennart Poettering2015-09-221-1/+5
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-8/+8
* copy: add splice() based fallbackLennart Poettering2015-08-281-2/+18
* tree-wide: introduce mfree()David Herrmann2015-07-311-4/+2
* copy: when we recursively copy a directory tree, copy everythingLennart Poettering2015-07-231-1/+5
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-1/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+507