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
/
tail.c
Age
Commit message (
Expand
)
Author
Lines
2016-11-27
tail: fix uninitialized memory read when failing to read file
Pádraig Brady
-2
/
+2
2016-11-24
tail: fix checking of remoteness when not using inotify
Pádraig Brady
-11
/
+4
2016-11-10
tail: only retry file open if --retry specifed
Pádraig Brady
-1
/
+1
2016-11-09
tail: ensure -f --retry 'missing' handles truncation
Pádraig Brady
-1
/
+1
2016-11-09
tail: avoid outputting repeated data with remote files
Pádraig Brady
-3
/
+13
2016-11-08
tail: terminate when following pipes and untailable non pipes
Pádraig Brady
-1
/
+4
2016-10-16
all: use die() rather than error(EXIT_FAILURE)
Pádraig Brady
-19
/
+19
2016-10-15
build: add die.h; avoid new warnings from GCC 7
Jim Meyering
-2
/
+2
2016-09-28
tail: -F now always processes initially untailable files
Pádraig Brady
-19
/
+24
2016-02-23
all: be less strict about usage if POSIX 2008
Paul Eggert
-5
/
+6
2016-01-19
tail: disable inotify with only non existent files
Pádraig Brady
-0
/
+20
2016-01-13
head,tail: add the -z,--zero-terminated option
Richard Russon
-7
/
+19
2016-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2015-11-30
doc: avoid confusing K argument in the man pages of head and tail
Bernhard Voelker
-7
/
+5
2015-11-04
all: avoid quoting file names when possible
Pádraig Brady
-36
/
+38
2015-10-27
all: quote string arguments in error messages
Pádraig Brady
-12
/
+11
2015-10-12
tail: no longer warn about unrecognized file systems
Pádraig Brady
-7
/
+3
2015-10-03
tail: handle kernel dentry unlink race
Pádraig Brady
-7
/
+23
2015-09-04
maint: avoid "definitely lost" valgrind warnings
Pádraig Brady
-0
/
+2
2015-06-09
tail: display consistent diagnostics upon file replacement
Pádraig Brady
-30
/
+25
2015-06-09
tail: display file headers correctly with inotify
Pádraig Brady
-10
/
+12
2015-05-11
tail: consistently output all data for truncated files
Pádraig Brady
-8
/
+22
2015-05-11
tail: fix inotify startup races
Pádraig Brady
-12
/
+46
2015-04-30
doc: standardize messages about the '-' stdin FILE
Pádraig Brady
-1
/
+1
2015-04-22
maint: avoid -Werror=strict-overflow warnings with GCC 5
Pádraig Brady
-0
/
+2
2015-03-31
tail: fix -f to follow changes after a rename
Stephane Chazelas
-17
/
+14
2015-02-06
maint: document a caveat in the tail inotify implementation
Pádraig Brady
-1
/
+5
2015-02-06
tail: return inotify resources where possible
Pádraig Brady
-24
/
+62
2015-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2014-12-19
diagnose too-large numbers better
Pádraig Brady
-32
/
+14
2014-10-07
wc: don't miscount /sys and similar file systems
Paul Eggert
-26
/
+17
2014-09-19
doc: output correct --help references with --program-prefix
Pádraig Brady
-1
/
+1
2014-09-08
maint: prefer 'return status;' to 'exit (status);' in 'main'
Paul Eggert
-3
/
+3
2014-02-09
head,tail: consistently diagnose write errors
Pádraig Brady
-7
/
+14
2014-01-02
maint: update all copyright year number ranges
Bernhard Voelker
-1
/
+1
2013-12-09
tail: use consistent diagnostics with and without inotify
Pádraig Brady
-1
/
+6
2013-11-27
tail: improve inotify handling of symlinks
Pádraig Brady
-1
/
+38
2013-08-05
doc: more semicolons instead of periods in option descriptions
Benno Schulenberg
-1
/
+1
2013-08-01
doc: use semicolon instead of period in option descriptions
Benno Schulenberg
-12
/
+11
2013-05-18
maint: port --enable-gcc-warnings to clang
Paul Eggert
-1
/
+3
2013-04-20
tail: exit following by descriptor when no tailable file left
Bernhard Voelker
-6
/
+25
2013-04-20
tail: let -f --retry wait for inaccessible files
Bernhard Voelker
-6
/
+15
2013-04-04
tail: exit without reading input if would never output
Pádraig Brady
-0
/
+4
2013-01-23
maint: define usage note about mandatory args centrally
Bernhard Voelker
-4
/
+3
2013-01-01
maint: update all copyright year number ranges
Jim Meyering
-1
/
+1
2012-08-03
tail: avoid rare error-path FD leak
Jim Meyering
-0
/
+1
2012-07-25
tail: avoid misleading diagnostic upon fstat failure
Jim Meyering
-1
/
+1
2012-01-27
maint: use single copyright year range
Jim Meyering
-1
/
+1
2012-01-09
maint: src/*.[ch]: convert more `...' to '...'
Jim Meyering
-3
/
+3
2012-01-09
maint: src/*.c: change remaining quotes (without embedded spaces)
Jim Meyering
-16
/
+16
[next]