2011-01-30 |
Jim Meyering | copy: remove obsolete comment |
blob | commitdiff |
2011-01-30 |
Jim Meyering | copy: factor sparse-copying code into its own function... |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | fiemap copy: avoid leak-on-error |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | fiemap copy: avoid a performance hit due to very small... |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | fiemap copy: simplify post-loop logic; improve comments |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | fiemap copy: rename some locals |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | copy: don't allocate a separate buffer just for extent... |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | copy: tweak variable name; improve a comment |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | copy: call extent_copy also when make_holes is false... |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | copy: remove else-after-goto and adjust indentation |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | extent-scan: adjust naming and formatting |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | fiemap copy: don't let write failure go unreported... |
blob | commitdiff | diff to current |
2011-01-30 |
jeff.liu | fiemap copy: add extent-scan.[ch], avoid a double-free... |
blob | commitdiff | diff to current |
2011-01-30 |
Jie Liu | copy.c: add FIEMAP_FLAG_SYNC to fiemap ioctl |
blob | commitdiff | diff to current |
2011-01-30 |
Paul Eggert | copy.c: ensure proper alignment of fiemap buffer |
blob | commitdiff | diff to current |
2011-01-30 |
Jim Meyering | copy.c: adjust comments, tweak semantics |
blob | commitdiff | diff to current |
2011-01-30 |
Jie Liu | cp: copy sparse files efficiently using the FIEMAP... |
blob | commitdiff | diff to current |
2011-01-13 |
Pádraig Brady | maint: trivial system header file cleanups |
blob | commitdiff | diff to current |
2011-01-01 |
Jim Meyering | maint: update all copyright year number ranges |
blob | commitdiff | diff to current |
2010-12-28 |
Paul Eggert | coreutils: keep lines within 80-column limits |
blob | commitdiff | diff to current |
2010-11-22 |
Paul Eggert | cp: give a better diagnostic for nonexistent dest/ |
blob | commitdiff | diff to current |
2010-10-27 |
Pádraig Brady | cp: make --attributes-only override --reflink completely |
blob | commitdiff | diff to current |
2010-09-17 |
Eric Blake | maint: update to latest gnulib |
blob | commitdiff | diff to current |
2010-07-01 |
Pádraig Brady | cp: add an option to only copy the file attributes |
blob | commitdiff | diff to current |
2010-05-31 |
Jim Meyering | maint: make spacing around "=" consistent, even in... |
blob | commitdiff | diff to current |
2010-05-31 |
Jim Meyering | maint: replace each "for (;;)" with "while (true)" |
blob | commitdiff | diff to current |
2010-04-24 |
Jim Meyering | maint: remove now-unnecessary #if HAVE_header_H tests. |
blob | commitdiff | diff to current |
2010-04-16 |
Pádraig Brady | cp: preserve "capabilities" when also preserving file... |
blob | commitdiff | diff to current |
2010-04-13 |
Pádraig Brady | cp: treat selinux warnings consistently |
blob | commitdiff | diff to current |
2010-04-09 |
Jim Meyering | maint: ftruncate is always available, even without... |
blob | commitdiff | diff to current |
2010-03-17 |
Jim Meyering | maint: add a space before open-paren, where lacking |
blob | commitdiff | diff to current |
2010-02-07 |
Jim Meyering | copy.c: improve a comment |
blob | commitdiff | diff to current |
2010-01-01 |
Jim Meyering | maint: update all FSF copyright year lists to include... |
blob | commitdiff | diff to current |
2009-10-10 |
Eric Blake | copy: allow symlink timestamp preservation on more... |
blob | commitdiff | diff to current |
2009-09-25 |
Eric Blake | cp, mv: use linkat to guarantee semantics |
blob | commitdiff | diff to current |
2009-09-23 |
Pádraig Brady | maint: Use logical rather than bitwise operators on... |
blob | commitdiff | diff to current |
2009-09-22 |
Eric Blake | build: avoid compiler warnings on cygwin 1.5 |
blob | commitdiff | diff to current |
2009-09-15 |
Ondřej Vašík | cp: fix a probably redundant chmod when setting xattrs |
blob | commitdiff | diff to current |
2009-09-14 |
Ondřej Vašík | cp,mv: preserve extended attributes even for read-only... |
blob | commitdiff | diff to current |
2009-09-05 |
Pádraig Brady | maint: remove some tab indentation from copy.c |
blob | commitdiff | diff to current |
2009-09-04 |
Eric Blake | mv, cp: tweak LINK_FOLLOWS_SYMLINKS logic |
blob | commitdiff | diff to current |
2009-09-03 |
Ondřej Vašík | cp: don't leak resources for each xattr preservation... |
blob | commitdiff | diff to current |
2009-08-29 |
Pádraig Brady | cp --reflink: preserve attributes on cloned files if... |
blob | commitdiff | diff to current |
2009-08-28 |
Pádraig Brady | cp --reflink: add an "auto" parameter to fall back... |
blob | commitdiff | diff to current |
2009-08-28 |
Eric Blake | build: avoid unused variable warnings on cygwin |
blob | commitdiff | diff to current |
2009-08-25 |
Jim Meyering | global: convert indentation-TABs to spaces |
blob | commitdiff | diff to current |
2009-08-24 |
Jim Meyering | cp: ignore obscure failure to preserve symlink time... |
blob | commitdiff | diff to current |
2009-08-14 |
Pádraig Brady | cp,mv: fix issues with preserving timestamps of copied... |
blob | commitdiff | diff to current |
2009-08-07 |
Giuseppe Scrivano | cp: accept the --reflink option |
blob | commitdiff | diff to current |
2009-08-04 |
Jim Meyering | cp -pP (and e.g., -a): preserve time stamps on symlinks... |
blob | commitdiff | diff to current |
2009-07-29 |
Giuseppe Scrivano | cp: support btrfs' copy-on-write file clone operation |
blob | commitdiff | diff to current |
2009-07-08 |
Ondřej Vašík | copy.c: remove a duplicate expression |
blob | commitdiff | diff to current |
2009-04-27 |
Jim Meyering | copy.c: factor out test for errno value indicating... |
blob | commitdiff | diff to current |
2009-04-27 |
Ondřej Vašík | cp -a: diagnose failure when preserving xattr/context... |
blob | commitdiff | diff to current |
2009-04-27 |
Ondřej Vašík | mv: ignore xattr-preservation failure when not supporte... |
blob | commitdiff | diff to current |
2009-04-22 |
Jim Meyering | cp: work around linux kernel bug: short-read != EOF... |
blob | commitdiff | diff to current |
2009-03-11 |
Ondřej Vašík | cp: make -a option preserve xattrs, but with reduced... |
blob | commitdiff | diff to current |
2009-03-11 |
Pádraig Brady | cat,cp,mv,install,split: Set the minimum IO block size... |
blob | commitdiff | diff to current |
2009-02-27 |
Jim Meyering | cp: diagnose invalid "cp -rl dir dir" right away, once... |
blob | commitdiff | diff to current |
2009-02-18 |
Ondřej Vašík | cp: -a now preserves SELinux context, with reduced... |
blob | commitdiff | diff to current |
2009-02-05 |
Jim Meyering | avoid spurious parentheses/arith-op-related warnings... |
blob | commitdiff | diff to current |
2009-01-29 |
Kamil Dudka | cp/mv: add xattr support |
blob | commitdiff | diff to current |
2008-11-20 |
Jim Meyering | cp: use far less memory in some cases |
blob | commitdiff | diff to current |
2008-10-19 |
Jim Meyering | accommodate gnulib header removals |
blob | commitdiff | diff to current |
2008-10-17 |
Jim Meyering | maint: avoid warnings due to attribute warn_unused_result |
blob | commitdiff | diff to current |
2008-06-03 |
Jim Meyering | use gnulib's progname module |
blob | commitdiff | diff to current |
2008-06-02 |
Jim Meyering | fix cpp indentation policy violations |
blob | commitdiff | diff to current |
2008-04-02 |
Jim Meyering | "touch E; mkfifo F; cp -fR F E" no longer fails due... |
blob | commitdiff | diff to current |
2008-04-02 |
Jim Meyering | copy.c: remove an in-function #ifdef |
blob | commitdiff | diff to current |
2008-03-19 |
Jim Meyering | mv: never unlink a destination file before calling... |
blob | commitdiff | diff to current |
2008-02-28 |
Jim Meyering | Make copyright comments consistent. |
blob | commitdiff | diff to current |
2007-12-03 |
Jim Meyering | Reflect change in gnulib: don't include getpagesize.h, |
blob | commitdiff | diff to current |
2007-12-01 |
Jim Meyering | Add "extern" keyword to declaration of cp_options_default. |
blob | commitdiff | diff to current |
2007-12-01 |
Paul Eggert | Fix a security race with "cp -p A B" when B already... |
blob | commitdiff | diff to current |
2007-11-29 |
Paul Eggert | Close a file descriptor leak when cp --preserve=context... |
blob | commitdiff | diff to current |
2007-11-24 |
Lasse Collin | "cp -p" tries to preserve GID even if preserving the... |
blob | commitdiff | diff to current |
2007-11-22 |
Jim Meyering | Quiet warnings about unused parameters. |
blob | commitdiff | diff to current |
2007-11-21 |
Jim Meyering | cp: by default, refuse to copy through a dangling desti... |
blob | commitdiff | diff to current |
2007-11-15 |
Jim Meyering | Avoid misbehavior of a cross-device "mv" or "install". |
blob | commitdiff | diff to current |
2007-10-07 |
Jim Meyering | Avoid a used-uninitialized error. |
blob | commitdiff | diff to current |
2007-10-02 |
Jim Meyering | Never copy through a symlink that cp has just created. |
blob | commitdiff | diff to current |
2007-09-24 |
Jim Meyering | copy.c: Remove definitions of factored-out functions. |
blob | commitdiff | diff to current |
2007-08-28 |
Jim Meyering | Reflect renaming: mreadlink-with-size -> areadlink... |
blob | commitdiff | diff to current |
2007-08-23 |
Jim Meyering | Move functions from copy.c into new modules, since... |
blob | commitdiff | diff to current |
2007-08-22 |
Jim Meyering | * src/copy.c (DEST_INFO_INITIAL_CAPACITY): Correct... |
blob | commitdiff | diff to current |
2007-07-29 |
Jim Meyering | Adjust indentation to reflect today's change. |
blob | commitdiff | diff to current |
2007-07-29 |
Jim Meyering | Attempt to copy a regular file, even if stat says it... |
blob | commitdiff | diff to current |
2007-07-23 |
Jim Meyering | Update all copyright notices to use the newer form. |
blob | commitdiff | diff to current |
2007-07-19 |
Jim Meyering | "cp -i --update older newer" no longer prompts; same... |
blob | commitdiff | diff to current |
2007-07-10 |
Jim Meyering | Change "version 2" to "version 3" in all copyright... |
blob | commitdiff | diff to current |
2007-06-18 |
Paul Eggert | A few more symlink-related fixes. Fix a bug triggered... |
blob | commitdiff | diff to current |
2007-06-18 |
Jim Meyering | Use mreadlink_with_size (doesn't exit), not xreadlink_w... |
blob | commitdiff | diff to current |
2007-06-15 |
Paul Eggert | Correct cp's handling of destination symlinks in some... |
blob | commitdiff | diff to current |
2007-06-10 |
Jim Meyering | bug-fix: cp would fail to write through a dangling... |
blob | commitdiff | diff to current |
2007-05-19 |
Jim Meyering | Rename uses of futimens -> gl_futimens; glibc now decla... |
blob | commitdiff | diff to current |
2007-04-02 |
Jim Meyering | * src/copy.c (copy_reg): Initialize local "con", before... |
blob | commitdiff | diff to current |
2007-03-29 |
Jim Meyering | * tests/cp/cp-a-selinux: New file. Test for the bug... |
blob | commitdiff | diff to current |
2007-03-29 |
Jim Meyering | cp, mv, install: add SELinux support, but unlike with... |
blob | commitdiff | diff to current |
2007-03-28 |
Jim Meyering | Merge branch 'master' of /cu |
blob | commitdiff | diff to current |
2007-03-25 |
Paul Eggert | Avoid the need for euidaccess and/or lstat on every... |
blob | commitdiff | diff to current |
next |