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
2021-09-21
tail: fix detection of closed stdout on macOS
Pádraig Brady
-1
/
+24
2021-09-21
maint: clean up c++ style comments
Pádraig Brady
-1
/
+1
2021-09-15
maint: prefer rawmemchr to memchr when easy
Paul Eggert
-2
/
+1
2021-06-26
tail: use poll, not select
Paul Eggert
-61
/
+39
2021-06-26
maint: while (1) → while (true)
Paul Eggert
-6
/
+6
2021-06-21
maint: remove redundant checks on buffer sizes in tail
Nikolay Nechaev
-4
/
+3
2021-05-08
maint: consistently free hash structures in dev mode
Pádraig Brady
-1
/
+9
2021-04-11
maint: use "char const *" rather than "const char *"
Pádraig Brady
-15
/
+15
2021-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2020-10-19
build: update gnulib submodule to latest
Paul Eggert
-3
/
+3
2020-10-17
maint: remove already handled FIXME in tail.c
Grigorii Sokolik
-4
/
+0
2020-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2019-02-03
build: ensure sys/select.h is included
Pádraig Brady
-2
/
+1
2019-02-03
stat,tail: fix android build and support inotify
Pádraig Brady
-2
/
+5
2019-01-26
printf,seq,sleep,tail,timeout: accept current-locale floats
Paul Eggert
-2
/
+2
2019-01-20
tail: fix handling of broken pipes with SIGPIPE ignored
Pádraig Brady
-3
/
+11
2019-01-20
tail: fix recent ineffective AIX change
Ayappan
-5
/
+5
2019-01-12
tail: don't exit immediately with filters on AIX
Pádraig Brady
-0
/
+13
2019-01-01
maint: update all copyright year number ranges
Assaf Gordon
-1
/
+1
2018-07-22
doc: improve documentation of binary prefixes
Wodry
-0
/
+1
2018-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
2017-12-10
tail: fix tailing non seekable files on certain systems
Pádraig Brady
-1
/
+1
2017-11-18
tail: seek to the end of block devices
Pádraig Brady
-10
/
+17
2017-11-07
maint: shorten https://lists.gnu.org/archive/html/... links
Jim Meyering
-1
/
+1
2017-09-19
maint: fix new syntax-check failures from HTTPS adjustments
Pádraig Brady
-1
/
+1
2017-09-19
all: prefer HTTPS in URLs
Paul Eggert
-2
/
+2
2017-08-24
tail: reinstate inotify use with FIFOs
Pádraig Brady
-4
/
+4
2017-06-17
maint: use C99 for loop initial declarations where possible
Pádraig Brady
-20
/
+7
2017-06-17
tail: only use inotify with regular files
Pádraig Brady
-0
/
+17
2017-06-17
tail: with -f don't warn if doing a blocking read of a tty
Pádraig Brady
-4
/
+14
2017-06-11
tail: exit promptly when output no longer writable
Pádraig Brady
-13
/
+64
2017-06-10
maint: update to work with GCC7's -Werror=implicit-fallthrough=5
Jim Meyering
-2
/
+2
2017-06-07
tail: with --pid, ensure all inotify events are processed
Pádraig Brady
-1
/
+1
2017-04-05
tail: revert to polling if a followed directory is replaced
Sebastian Kisela
-1
/
+21
2017-02-16
maint: xsetmode renamed to xbinary-io
Paul Eggert
-4
/
+4
2017-02-15
maint: use xsetmode, not xfreopen
Paul Eggert
-5
/
+3
2017-02-08
tail: fix output of redundant headers when resuming
Janne Snabb
-16
/
+23
2017-02-08
tail: fix erroneous status about 'giving up' on file
Pádraig Brady
-4
/
+3
2017-01-21
maint: appease syntax-check failures due to recent updates
Assaf Gordon
-1
/
+1
2017-01-14
maint: modernize URLs
Paul Eggert
-1
/
+1
2017-01-01
maint: update all copyright year number ranges
Pádraig Brady
-1
/
+1
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
[next]