summaryrefslogtreecommitdiff
path: root/src/copy.c
AgeCommit message (Expand)Author
2011-01-13maint: trivial system header file cleanupsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-11-22cp: give a better diagnostic for nonexistent dest/Paul Eggert
2010-10-27cp: make --attributes-only override --reflink completelyPádraig Brady
2010-09-17maint: update to latest gnulibEric Blake
2010-07-01cp: add an option to only copy the file attributesPádraig Brady
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-04-16cp: preserve "capabilities" when also preserving file ownershipPádraig Brady
2010-04-13cp: treat selinux warnings consistentlyPádraig Brady
2010-04-09maint: ftruncate is always available, even without gnulibJim Meyering
2010-03-17maint: add a space before open-paren, where lackingJim Meyering
2010-02-07copy.c: improve a commentJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake
2009-09-25cp, mv: use linkat to guarantee semanticsEric Blake
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21build: avoid compiler warnings on cygwin 1.5Eric Blake
2009-09-15cp: fix a probably redundant chmod when setting xattrsOndřej Vašík
2009-09-14cp,mv: preserve extended attributes even for read-only filesOndřej Vašík
2009-09-05maint: remove some tab indentation from copy.cPádraig Brady
2009-09-04mv, cp: tweak LINK_FOLLOWS_SYMLINKS logicEric Blake
2009-09-03cp: don't leak resources for each xattr preservation failureOndřej Vašík
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-28build: avoid unused variable warnings on cygwinEric Blake
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-24cp: ignore obscure failure to preserve symlink time stamps,Jim Meyering
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering
2009-07-29cp: support btrfs' copy-on-write file clone operationGiuseppe Scrivano
2009-07-08copy.c: remove a duplicate expressionOndřej Vašík
2009-04-27copy.c: factor out test for errno value indicating "unsupported"Jim Meyering
2009-04-27cp -a: diagnose failure when preserving xattr/context requiredOndřej Vašík
2009-04-27mv: ignore xattr-preservation failure when not supported by filesystemOndřej Vašík
2009-04-22cp: work around linux kernel bug: short-read != EOF on /procJim Meyering
2009-03-11cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík
2009-03-11cat,cp,mv,install,split: Set the minimum IO block size used to 32KiBPádraig Brady
2009-02-27cp: diagnose invalid "cp -rl dir dir" right away, once againJim Meyering
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering
2009-01-29cp/mv: add xattr supportKamil Dudka
2008-11-20cp: use far less memory in some casesJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02fix cpp indentation policy violationsJim Meyering