summaryrefslogtreecommitdiffstats
path: root/src/copy.c
AgeCommit message (Expand)AuthorLines
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
2007-12-04Reflect change in gnulib: don't include getpagesize.h,Jim Meyering-1/+0
2007-12-01Add "extern" keyword to declaration of cp_options_default.Jim Meyering-1/+1
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert-17/+64
2007-11-29Close a file descriptor leak when cp --preserve=context fails.Paul Eggert-2/+2
2007-11-24"cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin-1/+18
2007-11-22Quiet warnings about unused parameters.Jim Meyering-0/+4
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering-22/+24
2007-11-15Avoid misbehavior of a cross-device "mv" or "install".Jim Meyering-2/+3
2007-10-07Avoid a used-uninitialized error.Jim Meyering-3/+4
2007-10-02Never copy through a symlink that cp has just created.Jim Meyering-8/+48
2007-09-24copy.c: Remove definitions of factored-out functions.Jim Meyering-65/+1
2007-08-28Reflect renaming: mreadlink-with-size -> areadlink-with-size.Jim Meyering-3/+3
2007-08-23Move functions from copy.c into new modules, since ln needs them, too.Jim Meyering-58/+6
2007-08-22* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment.Jim Meyering-1/+1
2007-07-29Adjust indentation to reflect today's change.Jim Meyering-151/+151
2007-07-29Attempt to copy a regular file, even if stat says it is empty.Jim Meyering-1/+0
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-19"cp -i --update older newer" no longer prompts; same for mvJim Meyering-24/+24