Age | Commit message (Expand) | Author |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-22 | maint: quote 'like this' or "like this", not `like this' | Paul Eggert |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady |
2010-04-12 | doc: clarify when cp and mv output xattr warnings | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-08-29 | cp --reflink: add an "auto" parameter to fall back to a normal copy | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík |
2009-02-02 | update copyright dates from recent changes | Jim Meyering |
2009-01-29 | cp/mv: add xattr support | Kamil Dudka |
2008-10-21 | reflect gnulib's removal of lstat.h | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert |
2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering |
2007-03-29 | cp, mv, install: add SELinux support, but unlike with the Red Hat | Jim Meyering |
2006-12-06 | * NEWS: Document the cp --preserve=ownership fix. | Paul Eggert |
2005-12-17 | (cp_option_init) [umask_kill]: Remove member. | Jim Meyering |
2005-07-03 | Include "lstat.h" rather than rolling our own. | Paul Eggert |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-31 | Add copyright notice. | Paul Eggert |
2004-11-26 | (stat, lstat, rename): Remove decls. | Paul Eggert |
2004-07-30 | (struct cp_options): Use bool when appropriate. | Paul Eggert |
2004-06-30 | Use "file system" rather than "filesystem" in comments. | Jim Meyering |
2004-02-07 | Remove xstat function pointer member. The way it was used was not | Jim Meyering |
2003-03-26 | (struct cp_options): Add a comment. | Jim Meyering |
2003-01-04 | Remove use of PARAMS. | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2001-11-22 | (struct cp_options) [src_info]: New member. | Jim Meyering |
2001-11-22 | Include hash.h. | Jim Meyering |
2001-10-13 | (enum Dereference_symlink): Add comments. | Jim Meyering |
2001-10-13 | (struct cp_options) [failed_unlink_is_fatal]: Remove unused member. | Jim Meyering |
2001-10-13 | (struct cp_options): Rename members: | Jim Meyering |
2001-09-28 | (dest_info_init): Declare. | Jim Meyering |
2001-09-15 | (enum Interactive): Remove members, I_OFF and I_ON. | Jim Meyering |
2001-08-13 | (enum Interactive): New type. | Jim Meyering |
2001-01-14 | [RENAME_TRAILING_SLASH_BUG]: Use the rename wrapper. | Jim Meyering |
2000-09-04 | Move declaractions of lstat, stat, and rpl_lstat | Jim Meyering |
2000-09-03 | correct description of unlink_dest_after_failed_open | Jim Meyering |
2000-09-03 | comment | Jim Meyering |
2000-09-03 | (struct cp_options) [force]: Remove member. | Jim Meyering |
2000-08-20 | (enum Dereference_symlink): Define. | Jim Meyering |