index
:
coreutils
fiemap-copy
fiemap-copy-2
fiemap-copy-3
master
next
selinux
Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
copy.c
Age
Commit message (
Expand
)
Author
Lines
2016-11-19
cp: improve status message when omitting directories
Pádraig Brady
-1
/
+4
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-2
/
+3
2016-09-09
cp: use FICLONE instead of BTRFS_IOC_CLONE
Paul Eggert
-6
/
+10
2016-01-16
mv: consistently warn about multiply specified source dirs
Pádraig Brady
-8
/
+8
2016-01-13
mv: fix data loss with repeated source dir and same destination
Pádraig Brady
-4
/
+8
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-12-14
maint: fix incorrect spellings etc
Pádraig Brady
-2
/
+2
2015-11-24
copy: fix copying of extents beyond the apparent file size
Dmitry Monakhov
-1
/
+18
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-79
/
+83
2015-10-27
copy,dd: simplify and optimize NUL bytes detection
Pádraig Brady
-18
/
+4
2015-05-28
copy: prefer our hardlink to symlink emulation on OS X 10.10
Pádraig Brady
-1
/
+1
2015-05-09
build: avoid a warning form gcc's new -Wlogical-op
Jim Meyering
-2
/
+1
2015-01-31
doc,maint: fix use of "i.e." in documentation and comments
Bernhard Voelker
-2
/
+2
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-11-22
tests: add a case verifying mv on case insensitive file systems
Pádraig Brady
-0
/
+1
2014-11-21
mv: fail when moving a file to a hardlink
Boris Ranto
-40
/
+13
2014-10-15
copy: avoid an extraneous error when reporting errors
Pádraig Brady
-7
/
+10
2014-10-15
cp: read sparse files more efficiently with non regular destination
Pádraig Brady
-3
/
+2
2014-10-15
cp: avoid speculative preallocation with --sparse=always
Pádraig Brady
-14
/
+62
2014-10-15
copy: detect smaller holes than the copy buffer size
Pádraig Brady
-47
/
+104
2014-09-19
cp: fix handling of -H with multiply specified source dirs
Pádraig Brady
-1
/
+3
2014-09-19
cp: issue correct warning and ignore duplicate source dirs
Pádraig Brady
-0
/
+11
2014-08-22
maint: avoid int64_t and similar types unless they're needed
Paul Eggert
-5
/
+5
2014-07-01
maint: fix const correctness warnings with security_context_t
Pádraig Brady
-1
/
+1
2014-05-06
mv,cp: preserve symlink xattrs when copying across file systems
Pádraig Brady
-7
/
+8
2014-04-03
cp: don't reserve a device number
Paul Eggert
-8
/
+7
2014-03-26
mv: fix issues with previous prompt adjustments
Pádraig Brady
-4
/
+4
2014-03-24
cp: simplify overwrite logic
Paul Eggert
-7
/
+7
2014-03-24
cp: improve quality of overwrite prompt
Paul Eggert
-4
/
+8
2014-02-27
cp: copy files by inode only if that facility is available
Paul Eggert
-1
/
+1
2014-02-26
cp: copy files by inode
Paul Eggert
-1
/
+1
2014-02-10
cp: with --link always use linkat() if available
Pádraig Brady
-4
/
+10
2014-01-13
copy: fix SELinux context preservation for existing directories
Pádraig Brady
-1
/
+12
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-12-05
selinux: fix --context=CTX for cp and diagnose defaultcon() errors
Pádraig Brady
-5
/
+5
2013-11-27
selinux: adjust utils to run restorecon with -Z
Pádraig Brady
-67
/
+155
2013-11-07
cp: fix --link regarding the dereferencing of symbolic links
Gian Piero Carrubba
-13
/
+33
2013-09-01
maint: update out of date confusing comments
Pádraig Brady
-1
/
+1
2013-07-25
mv: replace empty directories in cross file system move
Ken Booth
-2
/
+6
2013-05-11
maint: add FIXME comment
Paul Eggert
-1
/
+5
2013-02-20
copy: ensure the correct root ID is checked on all platforms
Joachim Schmitz
-2
/
+3
2013-02-20
maint: cleanup up various uses of __attribute__
Pádraig Brady
-10
/
+10
2013-02-06
maint: improve error messages upon failed read, write, access, close
Benno Schulenberg
-4
/
+4
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-12-08
cp: fix --no-preserve=mode to not exit 1
Bernhard Voelker
-2
/
+2
2012-11-20
install: fix security race
Paul Eggert
-2
/
+7
2012-09-28
cp: fix the --no-preserve=mode option
Ondrej Oprala
-0
/
+10
2012-05-07
cp: handle a race condition more sensibly
Jim Meyering
-0
/
+19
2012-05-02
cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input
Pádraig Brady
-0
/
+3
2012-05-02
maint: with split lines, don't leave an operator at end of line
Jim Meyering
-2
/
+2
[next]