cp: add an option to only copy the file attributes
[platform/upstream/coreutils.git] / src / copy.c
2010-07-01 Pádraig Bradycp: add an option to only copy the file attributes
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-04-16 Pádraig Bradycp: preserve "capabilities" when also preserving file...
2010-04-13 Pádraig Bradycp: treat selinux warnings consistently
2010-04-09 Jim Meyeringmaint: ftruncate is always available, even without...
2010-03-17 Jim Meyeringmaint: add a space before open-paren, where lacking
2010-02-07 Jim Meyeringcopy.c: improve a comment
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-10-10 Eric Blakecopy: allow symlink timestamp preservation on more...
2009-09-25 Eric Blakecp, mv: use linkat to guarantee semantics
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-22 Eric Blakebuild: avoid compiler warnings on cygwin 1.5
2009-09-15 Ondřej Vašíkcp: fix a probably redundant chmod when setting xattrs
2009-09-14 Ondřej Vašíkcp,mv: preserve extended attributes even for read-only...
2009-09-05 Pádraig Bradymaint: remove some tab indentation from copy.c
2009-09-04 Eric Blakemv, cp: tweak LINK_FOLLOWS_SYMLINKS logic
2009-09-03 Ondřej Vašíkcp: don't leak resources for each xattr preservation...
2009-08-29 Pádraig Bradycp --reflink: preserve attributes on cloned files if...
2009-08-28 Pádraig Bradycp --reflink: add an "auto" parameter to fall back...
2009-08-28 Eric Blakebuild: avoid unused variable warnings on cygwin
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-08-24 Jim Meyeringcp: ignore obscure failure to preserve symlink time...
2009-08-14 Pádraig Bradycp,mv: fix issues with preserving timestamps of copied...
2009-08-07 Giuseppe Scrivanocp: accept the --reflink option
2009-08-04 Jim Meyeringcp -pP (and e.g., -a): preserve time stamps on symlinks...
2009-07-29 Giuseppe Scrivanocp: support btrfs' copy-on-write file clone operation
2009-07-08 Ondřej Vašíkcopy.c: remove a duplicate expression
2009-04-27 Jim Meyeringcopy.c: factor out test for errno value indicating...
2009-04-27 Ondřej Vašíkcp -a: diagnose failure when preserving xattr/context...
2009-04-27 Ondřej Vašíkmv: ignore xattr-preservation failure when not supporte...
2009-04-22 Jim Meyeringcp: work around linux kernel bug: short-read != EOF...
2009-03-11 Ondřej Vašíkcp: make -a option preserve xattrs, but with reduced...
2009-03-11 Pádraig Bradycat,cp,mv,install,split: Set the minimum IO block size...
2009-02-27 Jim Meyeringcp: diagnose invalid "cp -rl dir dir" right away, once...
2009-02-18 Ondřej Vašíkcp: -a now preserves SELinux context, with reduced...
2009-02-05 Jim Meyeringavoid spurious parentheses/arith-op-related warnings...
2009-01-29 Kamil Dudkacp/mv: add xattr support
2008-11-20 Jim Meyeringcp: use far less memory in some cases
2008-10-19 Jim Meyeringaccommodate gnulib header removals
2008-10-17 Jim Meyeringmaint: avoid warnings due to attribute warn_unused_result
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringfix cpp indentation policy violations
2008-04-02 Jim Meyering"touch E; mkfifo F; cp -fR F E" no longer fails due...
2008-04-02 Jim Meyeringcopy.c: remove an in-function #ifdef
2008-03-19 Jim Meyeringmv: never unlink a destination file before calling...
2008-02-28 Jim MeyeringMake copyright comments consistent.
2007-12-03 Jim MeyeringReflect change in gnulib: don't include getpagesize.h,
2007-12-01 Jim MeyeringAdd "extern" keyword to declaration of cp_options_default.
2007-12-01 Paul EggertFix a security race with "cp -p A B" when B already...
2007-11-29 Paul EggertClose a file descriptor leak when cp --preserve=context...
2007-11-24 Lasse Collin"cp -p" tries to preserve GID even if preserving the...
2007-11-22 Jim MeyeringQuiet warnings about unused parameters.
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-15 Jim MeyeringAvoid misbehavior of a cross-device "mv" or "install".
2007-10-07 Jim MeyeringAvoid a used-uninitialized error.
2007-10-02 Jim MeyeringNever copy through a symlink that cp has just created.
2007-09-24 Jim Meyeringcopy.c: Remove definitions of factored-out functions.
2007-08-28 Jim MeyeringReflect renaming: mreadlink-with-size -> areadlink...
2007-08-23 Jim MeyeringMove functions from copy.c into new modules, since...
2007-08-22 Jim Meyering* src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct...
2007-07-29 Jim MeyeringAdjust indentation to reflect today's change.
2007-07-29 Jim MeyeringAttempt to copy a regular file, even if stat says it...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-19 Jim Meyering"cp -i --update older newer" no longer prompts; same...
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-18 Paul EggertA few more symlink-related fixes. Fix a bug triggered...
2007-06-18 Jim MeyeringUse mreadlink_with_size (doesn't exit), not xreadlink_w...
2007-06-15 Paul EggertCorrect cp's handling of destination symlinks in some...
2007-06-10 Jim Meyeringbug-fix: cp would fail to write through a dangling...
2007-05-19 Jim MeyeringRename uses of futimens -> gl_futimens; glibc now decla...
2007-04-02 Jim Meyering* src/copy.c (copy_reg): Initialize local "con", before...
2007-03-29 Jim Meyering* tests/cp/cp-a-selinux: New file. Test for the bug...
2007-03-29 Jim Meyeringcp, mv, install: add SELinux support, but unlike with...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-25 Paul EggertAvoid the need for euidaccess and/or lstat on every...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-16 Paul Eggert* src/copy.c: Include filemode.h.
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-03-03 Andrew ChurchFix a bug: cp -x would fail to set mount point permissions.
2007-03-01 Bruno Haible* bootstrap.conf (gnulib_modules): Replace xreadlink...
2007-02-22 Jim MeyeringAdjust preceding change not to perform an unaligned...
2007-02-22 Jim MeyeringPlacate valgrind, wrt ./cp --sparse=always
2007-02-21 Paul Eggert* src/copy.c (cached_umask): Cast -1 to mode_t to avoid...
2007-02-03 Paul Eggert* NEWS: Document fix for cp --preserve=mode.
2007-01-03 Bruno Haible* src/copy.c (copy_internal): Use mkfifo as a fallback...
2006-12-30 Jim Meyering* src/copy.c (copy_reg): Rewrite a comment that was...
2006-12-07 Paul Eggertcp -p now clears special bits if it fails to preserve...
2006-12-06 Paul Eggert* NEWS: Document the cp --preserve=ownership fix.
2006-10-21 Jim Meyering* src/copy.c (copy_internal): Add a comment saying...
2006-10-19 Paul Eggert* src/copy.c (copy_reg): Rewrite slightly to avoid...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Use mknod rather than...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Remove redundant and...
2006-10-18 Paul Eggert* src/copy.c (copy_internal): Don't pass mkdir a mode...
2006-10-14 Jim Meyering* NEWS: cp -r --backup dir1 dir2, would rename an exist...
2006-09-24 Jim Meyering* NEWS: Mention these fixes.
2006-09-20 Paul Eggert* NEWS: Document fix for cp -i and mv -i.
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-28 Paul Eggert* src/copy.c (copy_internal): Don't test whether macros...
next