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