summaryrefslogtreecommitdiffstats
path: root/src/copy.c
AgeCommit message (Expand)AuthorLines
2016-11-19cp: improve status message when omitting directoriesPádraig Brady-1/+4
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-2/+3
2016-09-09cp: use FICLONE instead of BTRFS_IOC_CLONEPaul Eggert-6/+10
2016-01-16mv: consistently warn about multiply specified source dirsPádraig Brady-8/+8
2016-01-13mv: fix data loss with repeated source dir and same destinationPádraig Brady-4/+8
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-12-14maint: fix incorrect spellings etcPádraig Brady-2/+2
2015-11-24copy: fix copying of extents beyond the apparent file sizeDmitry Monakhov-1/+18
2015-11-04all: avoid quoting file names when possiblePádraig Brady-79/+83
2015-10-27copy,dd: simplify and optimize NUL bytes detectionPádraig Brady-18/+4
2015-05-28copy: prefer our hardlink to symlink emulation on OS X 10.10Pádraig Brady-1/+1
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering-2/+1
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker-2/+2
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady-0/+1
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto-40/+13
2014-10-15copy: avoid an extraneous error when reporting errorsPádraig Brady-7/+10
2014-10-15cp: read sparse files more efficiently with non regular destinationPádraig Brady-3/+2
2014-10-15cp: avoid speculative preallocation with --sparse=alwaysPádraig Brady-14/+62
2014-10-15copy: detect smaller holes than the copy buffer sizePádraig Brady-47/+104
2014-09-19cp: fix handling of -H with multiply specified source dirsPádraig Brady-1/+3
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady-0/+11
2014-08-22maint: avoid int64_t and similar types unless they're neededPaul Eggert-5/+5
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-1/+1
2014-05-06mv,cp: preserve symlink xattrs when copying across file systemsPádraig Brady-7/+8
2014-04-03cp: don't reserve a device numberPaul Eggert-8/+7
2014-03-26mv: fix issues with previous prompt adjustmentsPádraig Brady-4/+4
2014-03-24cp: simplify overwrite logicPaul Eggert-7/+7
2014-03-24cp: improve quality of overwrite promptPaul Eggert-4/+8
2014-02-27cp: copy files by inode only if that facility is availablePaul Eggert-1/+1
2014-02-26cp: copy files by inodePaul Eggert-1/+1
2014-02-10cp: with --link always use linkat() if availablePádraig Brady-4/+10
2014-01-13copy: fix SELinux context preservation for existing directoriesPádraig Brady-1/+12
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-12-05selinux: fix --context=CTX for cp and diagnose defaultcon() errorsPádraig Brady-5/+5
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-67/+155
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba-13/+33
2013-09-01maint: update out of date confusing commentsPádraig Brady-1/+1
2013-07-25mv: replace empty directories in cross file system moveKen Booth-2/+6
2013-05-11maint: add FIXME commentPaul Eggert-1/+5
2013-02-20copy: ensure the correct root ID is checked on all platformsJoachim Schmitz-2/+3
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-10/+10
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg-4/+4
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker-2/+2
2012-11-20install: fix security racePaul Eggert-2/+7
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala-0/+10
2012-05-07cp: handle a race condition more sensiblyJim Meyering-0/+19
2012-05-02cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady-0/+3
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-2/+2