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