Age | Commit message (Expand) | Author |
2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady |
2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
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-20 | install: avoid a portability bug when compiling with non-gcc | Jim Meyering |
2009-08-07 | cp: accept the --reflink option | Giuseppe Scrivano |
2009-04-07 | maint: avoid "make syntax-check" failure | Jim Meyering |
2009-04-07 | install: deprecate the --preserve_context option | Pádraig Brady |
2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering |
2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík |
2009-02-17 | install: compare files in binary mode | Eric Blake |
2009-02-17 | install: add --compare (-C) option to install file only when necessary | Kamil Dudka |
2009-01-29 | cp/mv: add xattr support | Kamil Dudka |
2008-11-10 | avoid a compiler warning | Jim Meyering |
2008-11-09 | install: indicate clearly it's not for installing packages | James Youngman |
2008-09-06 | install: new option: --strip-program, | Kamil Dudka |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-08 | standardize some error messages | Bo Borgerson |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | accommodate older SELinux which lacks matchpathcon_init_prefix | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-31 | install: reenable matchpathcon-related code | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2008-05-20 | install: avoid a leak in currently-ifdef'd-out code | Jim Meyering |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík |
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-11-14 | src/install.c (setdefaultfilecon): Stub-out the entire function. | Jim Meyering |
2007-11-14 | #ifdef-out matchpathcon-related code, for now. | Jim Meyering |
2007-11-10 | install+SELinux: reduce a 12x performance hit to ~1.5x | Jim Meyering |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
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-23 | Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0. | Jim Meyering |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | 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 |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-17 | Avoid an obscure build failure, prefer waitpid over wait. | Jim Meyering |
2007-02-10 | * src/csplit.c (usage): Use two spaces (not one) to separate | Jim Meyering |
2006-12-04 | install.c: Preserve time stamps before changing owner or file mode bits, | Paul Eggert |
2006-10-07 | * src/install.c (make_ancestor): New arg COMPONENT. | Paul Eggert |
2006-10-06 | Fix bug reported today by Mike Frysinger: mkdir -pv is logging the | Paul Eggert |
2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-07-17 | Include mkancesdirs.h. | Paul Eggert |