Age | Commit message (Expand) | Author |
2016-01-16 | mv: consistently warn about multiply specified source dirs | Pádraig Brady |
2016-01-13 | mv: fix data loss with repeated source dir and same destination | Pádraig Brady |
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-12-14 | maint: fix incorrect spellings etc | Pádraig Brady |
2015-11-24 | copy: fix copying of extents beyond the apparent file size | Dmitry Monakhov |
2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady |
2015-10-27 | copy,dd: simplify and optimize NUL bytes detection | Pádraig Brady |
2015-05-28 | copy: prefer our hardlink to symlink emulation on OS X 10.10 | Pádraig Brady |
2015-05-09 | build: avoid a warning form gcc's new -Wlogical-op | Jim Meyering |
2015-01-31 | doc,maint: fix use of "i.e." in documentation and comments | Bernhard Voelker |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-11-22 | tests: add a case verifying mv on case insensitive file systems | Pádraig Brady |
2014-11-21 | mv: fail when moving a file to a hardlink | Boris Ranto |
2014-10-15 | copy: avoid an extraneous error when reporting errors | Pádraig Brady |
2014-10-15 | cp: read sparse files more efficiently with non regular destination | Pádraig Brady |
2014-10-15 | cp: avoid speculative preallocation with --sparse=always | Pádraig Brady |
2014-10-15 | copy: detect smaller holes than the copy buffer size | Pádraig Brady |
2014-09-19 | cp: fix handling of -H with multiply specified source dirs | Pádraig Brady |
2014-09-19 | cp: issue correct warning and ignore duplicate source dirs | Pádraig Brady |
2014-08-22 | maint: avoid int64_t and similar types unless they're needed | Paul Eggert |
2014-07-01 | maint: fix const correctness warnings with security_context_t | Pádraig Brady |
2014-05-06 | mv,cp: preserve symlink xattrs when copying across file systems | Pádraig Brady |
2014-04-03 | cp: don't reserve a device number | Paul Eggert |
2014-03-26 | mv: fix issues with previous prompt adjustments | Pádraig Brady |
2014-03-24 | cp: simplify overwrite logic | Paul Eggert |
2014-03-24 | cp: improve quality of overwrite prompt | Paul Eggert |
2014-02-27 | cp: copy files by inode only if that facility is available | Paul Eggert |
2014-02-26 | cp: copy files by inode | Paul Eggert |
2014-02-10 | cp: with --link always use linkat() if available | Pádraig Brady |
2014-01-13 | copy: fix SELinux context preservation for existing directories | Pádraig Brady |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady |
2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady |
2013-11-07 | cp: fix --link regarding the dereferencing of symbolic links | Gian Piero Carrubba |
2013-09-01 | maint: update out of date confusing comments | Pádraig Brady |
2013-07-25 | mv: replace empty directories in cross file system move | Ken Booth |
2013-05-11 | maint: add FIXME comment | Paul Eggert |
2013-02-20 | copy: ensure the correct root ID is checked on all platforms | Joachim Schmitz |
2013-02-20 | maint: cleanup up various uses of __attribute__ | Pádraig Brady |
2013-02-06 | maint: improve error messages upon failed read, write, access, close | Benno Schulenberg |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-12-08 | cp: fix --no-preserve=mode to not exit 1 | Bernhard Voelker |
2012-11-20 | install: fix security race | Paul Eggert |
2012-09-28 | cp: fix the --no-preserve=mode option | Ondrej Oprala |
2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering |
2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady |
2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering |
2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady |
2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering |