summaryrefslogtreecommitdiff
path: root/src/basic/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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