| Age | Commit message (Expand) | Author | Lines |
| 2009-04-27 | copy.c: factor out test for errno value indicating "unsupported" | Jim Meyering | -1/+8 |
| 2009-04-27 | cp -a: diagnose failure when preserving xattr/context required | Ondřej Vašík | -7/+9 |
| 2009-04-27 | mv: ignore xattr-preservation failure when not supported by filesystem | Ondřej Vašík | -2/+18 |
| 2009-04-22 | cp: work around linux kernel bug: short-read != EOF on /proc | Jim Meyering | -3/+4 |
| 2009-03-11 | cp: make -a option preserve xattrs, but with reduced diagnostics | Ondřej Vašík | -8/+12 |
| 2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady | -11/+2 |
| 2009-02-27 | cp: diagnose invalid "cp -rl dir dir" right away, once again | Jim Meyering | -7/+28 |
| 2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík | -12/+16 |
| 2009-02-05 | avoid spurious parentheses/arith-op-related warnings from newer gcc | Jim Meyering | -1/+1 |
| 2009-01-29 | cp/mv: add xattr support | Kamil Dudka | -1/+83 |
| 2008-11-20 | cp: use far less memory in some cases | Jim Meyering | -15/+21 |
| 2008-10-19 | accommodate gnulib header removals | Jim Meyering | -2/+0 |
| 2008-10-17 | maint: avoid warnings due to attribute warn_unused_result | Jim Meyering | -2/+3 |
| 2008-06-03 | use gnulib's progname module | Jim Meyering | -3/+0 |
| 2008-06-02 | fix cpp indentation policy violations | Jim Meyering | -1/+1 |
| 2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering | -1/+1 |
| 2008-04-02 | copy.c: remove an in-function #ifdef | Jim Meyering | -2/+10 |
| 2008-03-19 | mv: never unlink a destination file before calling rename | Jim Meyering | -2/+3 |
| 2008-02-28 | Make copyright comments consistent. | Jim Meyering | -1/+1 |
| 2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering | -1/+0 |
| 2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering | -1/+1 |
| 2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert | -17/+64 |
| 2007-11-29 | Close a file descriptor leak when cp --preserve=context fails. | Paul Eggert | -2/+2 |
| 2007-11-24 | "cp -p" tries to preserve GID even if preserving the UID fails. | Lasse Collin | -1/+18 |
| 2007-11-22 | Quiet warnings about unused parameters. | Jim Meyering | -0/+4 |
| 2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering | -22/+24 |
| 2007-11-15 | Avoid misbehavior of a cross-device "mv" or "install". | Jim Meyering | -2/+3 |
| 2007-10-07 | Avoid a used-uninitialized error. | Jim Meyering | -3/+4 |
| 2007-10-02 | Never copy through a symlink that cp has just created. | Jim Meyering | -8/+48 |
| 2007-09-24 | copy.c: Remove definitions of factored-out functions. | Jim Meyering | -65/+1 |
| 2007-08-28 | Reflect renaming: mreadlink-with-size -> areadlink-with-size. | Jim Meyering | -3/+3 |
| 2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering | -58/+6 |
| 2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering | -1/+1 |
| 2007-07-29 | Adjust indentation to reflect today's change. | Jim Meyering | -151/+151 |
| 2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering | -1/+0 |
| 2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | -5/+4 |
| 2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering | -24/+24 |
| 2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | -1/+1 |
| 2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert | -10/+21 |
| 2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering | -4/+4 |
| 2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert | -16/+53 |
| 2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering | -2/+18 |
| 2007-05-19 | Rename uses of futimens -> gl_futimens; glibc now declares the former. | Jim Meyering | -1/+1 |
| 2007-04-02 | * src/copy.c (copy_reg): Initialize local "con", before calling | Jim Meyering | -1/+1 |
| 2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering | -7/+14 |
| 2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering | -1/+78 |
| 2007-03-25 | Avoid the need for euidaccess and/or lstat on every directory entry | Paul Eggert | -7/+13 |
| 2007-03-16 | * src/copy.c: Include filemode.h. | Paul Eggert | -2/+7 |
| 2007-03-03 | Fix a bug: cp -x would fail to set mount point permissions. | Andrew Church | -11/+12 |
| 2007-03-01 | * bootstrap.conf (gnulib_modules): Replace xreadlink with | Bruno Haible | -2/+3 |