summaryrefslogtreecommitdiffstats
path: root/src/tail.c
AgeCommit message (Expand)AuthorLines
2021-09-21tail: fix detection of closed stdout on macOSPádraig Brady-1/+24
2021-09-21maint: clean up c++ style commentsPádraig Brady-1/+1
2021-09-15maint: prefer rawmemchr to memchr when easyPaul Eggert-2/+1
2021-06-26tail: use poll, not selectPaul Eggert-61/+39
2021-06-26maint: while (1) → while (true)Paul Eggert-6/+6
2021-06-21maint: remove redundant checks on buffer sizes in tailNikolay Nechaev-4/+3
2021-05-08maint: consistently free hash structures in dev modePádraig Brady-1/+9
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-15/+15
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-10-19build: update gnulib submodule to latestPaul Eggert-3/+3
2020-10-17maint: remove already handled FIXME in tail.cGrigorii Sokolik-4/+0
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-02-03build: ensure sys/select.h is includedPádraig Brady-2/+1
2019-02-03stat,tail: fix android build and support inotifyPádraig Brady-2/+5
2019-01-26printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert-2/+2
2019-01-20tail: fix handling of broken pipes with SIGPIPE ignoredPádraig Brady-3/+11
2019-01-20tail: fix recent ineffective AIX changeAyappan-5/+5
2019-01-12tail: don't exit immediately with filters on AIXPádraig Brady-0/+13
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-07-22doc: improve documentation of binary prefixesWodry-0/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-12-10tail: fix tailing non seekable files on certain systemsPádraig Brady-1/+1
2017-11-18tail: seek to the end of block devicesPádraig Brady-10/+17
2017-11-07maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering-1/+1
2017-09-19maint: fix new syntax-check failures from HTTPS adjustmentsPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-2/+2
2017-08-24tail: reinstate inotify use with FIFOsPádraig Brady-4/+4
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-20/+7
2017-06-17tail: only use inotify with regular filesPádraig Brady-0/+17
2017-06-17tail: with -f don't warn if doing a blocking read of a ttyPádraig Brady-4/+14
2017-06-11tail: exit promptly when output no longer writablePádraig Brady-13/+64
2017-06-10maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering-2/+2
2017-06-07tail: with --pid, ensure all inotify events are processedPádraig Brady-1/+1
2017-04-05tail: revert to polling if a followed directory is replacedSebastian Kisela-1/+21
2017-02-16maint: xsetmode renamed to xbinary-ioPaul Eggert-4/+4
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert-5/+3
2017-02-08tail: fix output of redundant headers when resumingJanne Snabb-16/+23
2017-02-08tail: fix erroneous status about 'giving up' on filePádraig Brady-4/+3
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon-1/+1
2017-01-14maint: modernize URLsPaul Eggert-1/+1
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady-2/+2
2016-11-24tail: fix checking of remoteness when not using inotifyPádraig Brady-11/+4
2016-11-10tail: only retry file open if --retry specifedPádraig Brady-1/+1
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady-1/+1
2016-11-09tail: avoid outputting repeated data with remote filesPádraig Brady-3/+13
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady-1/+4
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-19/+19
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering-2/+2
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady-19/+24