Age | Commit message (Expand) | Author |
2009-09-05 | maint: remove some tab indentation from copy.c | Pádraig Brady |
2009-09-04 | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic | Eric Blake |
2009-09-03 | cp: don't leak resources for each xattr preservation failure | Ondřej Vašík |
2009-08-29 | cp --reflink: preserve attributes on cloned files if asked | Pádraig Brady |
2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady |
2009-08-28 | build: avoid unused variable warnings on cygwin | Eric Blake |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-24 | cp: ignore obscure failure to preserve symlink time stamps, | Jim Meyering |
2009-08-14 | cp,mv: fix issues with preserving timestamps of copied symlinks | Pádraig Brady |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-08-04 | cp -pP (and e.g., -a): preserve time stamps on symlinks, too | Jim Meyering |
2009-07-29 | cp: support btrfs' copy-on-write file clone operation | Giuseppe Scrivano |
2009-07-08 | copy.c: remove a duplicate expression | Ondřej Vašík |
2009-04-27 | copy.c: factor out test for errno value indicating "unsupported" | Jim Meyering |
2009-04-27 | cp -a: diagnose failure when preserving xattr/context required | Ondřej Vašík |
2009-04-27 | mv: ignore xattr-preservation failure when not supported by filesystem | Ondřej Vašík |
2009-04-22 | cp: work around linux kernel bug: short-read != EOF on /proc | Jim Meyering |
2009-03-11 | cp: make -a option preserve xattrs, but with reduced diagnostics | Ondřej Vašík |
2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady |
2009-02-27 | cp: diagnose invalid "cp -rl dir dir" right away, once again | Jim Meyering |
2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík |
2009-02-05 | avoid spurious parentheses/arith-op-related warnings from newer gcc | Jim Meyering |
2009-01-29 | cp/mv: add xattr support | Kamil Dudka |
2008-11-20 | cp: use far less memory in some cases | Jim Meyering |
2008-10-19 | accommodate gnulib header removals | Jim Meyering |
2008-10-17 | maint: avoid warnings due to attribute warn_unused_result | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | fix cpp indentation policy violations | Jim Meyering |
2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering |
2008-04-02 | copy.c: remove an in-function #ifdef | Jim Meyering |
2008-03-19 | mv: never unlink a destination file before calling rename | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2007-12-04 | Reflect change in gnulib: don't include getpagesize.h, | Jim Meyering |
2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-29 | Close a file descriptor leak when cp --preserve=context fails. | Paul Eggert |
2007-11-24 | "cp -p" tries to preserve GID even if preserving the UID fails. | Lasse Collin |
2007-11-22 | Quiet warnings about unused parameters. | Jim Meyering |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-15 | Avoid misbehavior of a cross-device "mv" or "install". | Jim Meyering |
2007-10-07 | Avoid a used-uninitialized error. | Jim Meyering |
2007-10-02 | Never copy through a symlink that cp has just created. | Jim Meyering |
2007-09-24 | copy.c: Remove definitions of factored-out functions. | Jim Meyering |
2007-08-28 | Reflect renaming: mreadlink-with-size -> areadlink-with-size. | Jim Meyering |
2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering |
2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering |
2007-07-29 | Adjust indentation to reflect today's change. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |