summaryrefslogtreecommitdiff
path: root/src/basic/copy.c
AgeCommit message (Expand)Author
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-05-02machined: support non-btrfs file systems with "machinectl clone"Lennart Poettering
2016-05-02copy: adjust directory times after writing to the directoryLennart Poettering
2016-05-02copy: return the right error when we can't open a fileLennart Poettering
2016-04-29copy: also copy AF_UNIX socketsLennart Poettering
2016-04-25util: copy_file_range() returns EBADF when used on a ttyLennart Poettering
2016-04-02basic/copy: remove unnecessary castZbigniew Jędrzejewski-Szmek
2016-04-02test-compress-benchmark: fix argument parsing on 32bitZbigniew Jędrzejewski-Szmek
2016-03-17basic/copy: use copy_file_range()Zbigniew Jędrzejewski-Szmek
2016-03-15basic/copy: use sendfile smarterZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out umask-related code to umask-util.hLennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering
2015-10-27util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-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-22copy: make copy_bytes() return whether we hit EOF or notLennart Poettering
2015-09-22copy: be more careful when trying to reflinkLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-08-28copy: add splice() based fallbackLennart Poettering
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-23copy: when we recursively copy a directory tree, copy everythingLennart Poettering
2015-06-15util: when creating temporary file names, allow including extra id string in itLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers