Age | Commit message (Expand) | Author |
2007-12-01 | Add "extern" keyword to declaration of cp_options_default. | Jim Meyering |
2007-12-01 | Fix a security race with "cp -p A B" when B already exists. | Paul Eggert |
2007-11-29 | Close a file descriptor leak when cp --preserve=context fails. | Paul Eggert |
2007-11-24 | "cp -p" tries to preserve GID even if preserving the UID fails. | Lasse Collin |
2007-11-22 | Quiet warnings about unused parameters. | Jim Meyering |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-15 | Avoid misbehavior of a cross-device "mv" or "install". | Jim Meyering |
2007-10-07 | Avoid a used-uninitialized error. | Jim Meyering |
2007-10-02 | Never copy through a symlink that cp has just created. | Jim Meyering |
2007-09-24 | copy.c: Remove definitions of factored-out functions. | Jim Meyering |
2007-08-28 | Reflect renaming: mreadlink-with-size -> areadlink-with-size. | Jim Meyering |
2007-08-23 | Move functions from copy.c into new modules, since ln needs them, too. | Jim Meyering |
2007-08-22 | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct a comment. | Jim Meyering |
2007-07-29 | Adjust indentation to reflect today's change. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-06-18 | Use mreadlink_with_size (doesn't exit), not xreadlink_with_size. | Jim Meyering |
2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering |
2007-05-19 | Rename uses of futimens -> gl_futimens; glibc now declares the former. | Jim Meyering |
2007-04-02 | * src/copy.c (copy_reg): Initialize local "con", before calling | Jim Meyering |
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-25 | Avoid the need for euidaccess and/or lstat on every directory entry | Paul Eggert |
2007-03-16 | * src/copy.c: Include filemode.h. | Paul Eggert |
2007-03-03 | Fix a bug: cp -x would fail to set mount point permissions. | Andrew Church |
2007-03-01 | * bootstrap.conf (gnulib_modules): Replace xreadlink with | Bruno Haible |
2007-02-22 | Adjust preceding change not to perform an unaligned access. | Jim Meyering |
2007-02-22 | Placate valgrind, wrt ./cp --sparse=always | Jim Meyering |
2007-02-21 | * src/copy.c (cached_umask): Cast -1 to mode_t to avoid a warning | Paul Eggert |
2007-02-03 | * NEWS: Document fix for cp --preserve=mode. | Paul Eggert |
2007-01-03 | * src/copy.c (copy_internal): Use mkfifo as a fallback if mknod fails. | Bruno Haible |
2006-12-30 | * src/copy.c (copy_reg): Rewrite a comment that was rendered | Jim Meyering |
2006-12-07 | cp -p now clears special bits if it fails to preserve owner or group | Paul Eggert |
2006-12-06 | * NEWS: Document the cp --preserve=ownership fix. | Paul Eggert |
2006-10-21 | * src/copy.c (copy_internal): Add a comment saying why we prefer | Jim Meyering |
2006-10-19 | * src/copy.c (copy_reg): Rewrite slightly to avoid duplicte code | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Use mknod rather than mkfifo to copy | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Remove redundant and confusing local | Paul Eggert |
2006-10-18 | * src/copy.c (copy_internal): Don't pass mkdir a mode greater than | Paul Eggert |
2006-10-14 | * NEWS: cp -r --backup dir1 dir2, would rename an existing dir1/dir2 | Jim Meyering |
2006-09-24 | * NEWS: Mention these fixes. | Jim Meyering |
2006-09-20 | * NEWS: Document fix for cp -i and mv -i. | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-08-28 | * src/copy.c (copy_internal): Don't test whether macros like | Paul Eggert |
2006-08-27 | * src/copy.c (copy_internal): Don't make a backup if the last | Jim Meyering |
2006-08-27 | Two of those comments apply only when "moving" (not when copying). | Jim Meyering |