Age | Commit message (Expand) | Author | Files | Lines |
2013-02-06 | maint: improve error messages upon failed read, write, access, close | Benno Schulenberg | 1 | -4/+4 |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2012-12-08 | cp: fix --no-preserve=mode to not exit 1 | Bernhard Voelker | 1 | -2/+2 |
2012-11-20 | install: fix security race | Paul Eggert | 1 | -2/+7 |
2012-09-28 | cp: fix the --no-preserve=mode option | Ondrej Oprala | 1 | -0/+10 |
2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering | 1 | -0/+19 |
2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady | 1 | -0/+3 |
2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | 1 | -2/+2 |
2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady | 1 | -1/+3 |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady | 1 | -26/+7 |
2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering | 1 | -3/+26 |
2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering | 1 | -0/+38 |
2012-01-27 | maint: use single copyright year range | Jim Meyering | 1 | -1/+1 |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | 1 | -5/+5 |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | 1 | -21/+21 |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | 1 | -1/+1 |
2011-07-27 | maint: copy: refactor hard link creation | Pádraig Brady | 1 | -32/+50 |
2011-07-26 | maint: use consistent style in C and test scripts | Jim Meyering | 1 | -2/+6 |
2011-07-25 | cp: don't mishandle existing dir dest permissions (Bug#9170) | Paul Eggert | 1 | -0/+2 |
2011-07-25 | cp -up: preserve all hard links | Jim Meyering | 1 | -0/+12 |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering | 1 | -2/+2 |
2011-06-13 | maint: use stat-size module from gnulib | James Youngman | 1 | -0/+2 |
2011-05-03 | copy: fix my typo | Jim Meyering | 1 | -1/+1 |
2011-05-03 | copy: correct misuse of quote in diagnostic | Jeff Liu | 1 | -1/+1 |
2011-04-25 | copy: include both src and dest names in clone failure diagnostic | Jeff Liu | 1 | -1/+2 |
2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering | 1 | -16/+21 |
2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering | 1 | -4/+19 |
2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering | 1 | -1/+4 |
2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady | 1 | -1/+1 |
2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering | 1 | -2/+10 |
2011-04-01 | copy: process empty extents more efficiently | Pádraig Brady | 1 | -14/+66 |
2011-04-01 | copy: link rather than copy symlinks, when --link used | Pádraig Brady | 1 | -7/+20 |
2011-02-11 | copy: adjust fiemap handling of sparse files | Pádraig Brady | 1 | -5/+6 |
2011-02-11 | copy: suppress redundant lseeks when using fiemap | Pádraig Brady | 1 | -21/+19 |
2011-02-05 | copy: don't let a failed lseek go undiagnosed | Jim Meyering | 1 | -16/+2 |
2011-01-31 | cp: fix the buffer size used when writing zeros | Pádraig Brady | 1 | -1/+1 |
2011-01-31 | cp: always initialize extent_copy's output parameter | Jim Meyering | 1 | -0/+1 |
2011-01-31 | cp: fix copying a sparse file to a pipe | Jim Meyering | 1 | -7/+20 |
2011-01-31 | maint: remove unused inclusion of "fiemap.h" | Jim Meyering | 1 | -4/+0 |
2011-01-30 | copy, tee: assume EINTR is always defined: remove #ifdefs | Jim Meyering | 1 | -2/+0 |
2011-01-30 | copy: make extent_copy use sparse_copy, rather than its own code | Jim Meyering | 1 | -60/+49 |
2011-01-30 | copy: remove obsolete comment | Jim Meyering | 1 | -12/+9 |
2011-01-30 | copy: factor sparse-copying code into its own function, because | Jim Meyering | 1 | -98/+114 |
2011-01-30 | fiemap copy: avoid leak-on-error | Jim Meyering | 1 | -4/+6 |
2011-01-30 | fiemap copy: avoid a performance hit due to very small buffer | Jim Meyering | 1 | -3/+2 |
2011-01-30 | fiemap copy: simplify post-loop logic; improve comments | Jim Meyering | 1 | -30/+16 |
2011-01-30 | fiemap copy: rename some locals | Jim Meyering | 1 | -11/+11 |
2011-01-30 | copy: don't allocate a separate buffer just for extent-based copy | Jim Meyering | 1 | -19/+17 |
2011-01-30 | copy: tweak variable name; improve a comment | Jim Meyering | 1 | -6/+6 |
2011-01-30 | copy: call extent_copy also when make_holes is false, ... | Jim Meyering | 1 | -16/+13 |