Age | Commit message (Expand) | Author |
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 |
2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady |
2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering |
2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert |
2011-07-25 | cp -up: preserve all hard links | Jim Meyering |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-06-13 | maint: use stat-size module from gnulib | James Youngman |
2011-05-03 | copy: fix my typo | Jim Meyering |
2011-05-03 | copy: correct misuse of quote in diagnostic | Jeff Liu |
2011-04-25 | copy: include both src and dest names in clone failure diagnostic | Jeff Liu |
2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering |
2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering |
2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering |
2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady |
2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering |