summaryrefslogtreecommitdiff
path: root/src/copy.c
AgeCommit message (Expand)Author
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
2012-09-28cp: fix the --no-preserve=mode optionOndrej Oprala
2012-05-07cp: handle a race condition more sensiblyJim Meyering
2012-05-02cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to inputPádraig Brady
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-04-12cp: change --attributes-only to not truncate existing filesPádraig Brady
2012-03-06maint: refactor copy to use is_nul()Pádraig Brady
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-27maint: copy: refactor hard link creationPádraig Brady
2011-07-26maint: use consistent style in C and test scriptsJim Meyering
2011-07-25cp: don't mishandle existing dir dest permissions (Bug#9170)Paul Eggert
2011-07-25cp -up: preserve all hard linksJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-05-03copy: fix my typoJim Meyering
2011-05-03copy: correct misuse of quote in diagnosticJeff Liu
2011-04-25copy: include both src and dest names in clone failure diagnosticJeff Liu
2011-04-20copy: use FIEMAP (extent_copy) only for apparently-sparse files,Jim Meyering
2011-04-20copy: factor out a tiny sparse-testing functionJim Meyering
2011-04-20copy: do not treat unwritten extents specially: avoid XFS/ext4 data lossJim Meyering
2011-04-06copy: fix an unlikely memory leak when a fiemap copy failsPádraig Brady
2011-04-02cp: always detect copy-into-self: avoid infloop w/large PATH_MAXJim Meyering
2011-04-01copy: process empty extents more efficientlyPádraig Brady
2011-04-01copy: link rather than copy symlinks, when --link usedPádraig Brady