summaryrefslogtreecommitdiff
path: root/src/tail.c
AgeCommit message (Expand)Author
2017-02-16maint: xsetmode renamed to xbinary-ioHEADmasterPaul Eggert
2017-02-15maint: use xsetmode, not xfreopenPaul Eggert
2017-02-08tail: fix output of redundant headers when resumingJanne Snabb
2017-02-08tail: fix erroneous status about 'giving up' on filePádraig Brady
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon
2017-01-14maint: modernize URLsPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-27tail: fix uninitialized memory read when failing to read filePádraig Brady
2016-11-24tail: fix checking of remoteness when not using inotifyPádraig Brady
2016-11-10tail: only retry file open if --retry specifedPádraig Brady
2016-11-09tail: ensure -f --retry 'missing' handles truncationPádraig Brady
2016-11-09tail: avoid outputting repeated data with remote filesPádraig Brady
2016-11-08tail: terminate when following pipes and untailable non pipesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering
2016-09-28tail: -F now always processes initially untailable filesPádraig Brady
2016-02-23all: be less strict about usage if POSIX 2008Paul Eggert
2016-01-19tail: disable inotify with only non existent filesPádraig Brady
2016-01-13head,tail: add the -z,--zero-terminated optionRichard Russon
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-30doc: avoid confusing K argument in the man pages of head and tailBernhard Voelker
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-12tail: no longer warn about unrecognized file systemsPádraig Brady
2015-10-03tail: handle kernel dentry unlink racePádraig Brady
2015-09-04maint: avoid "definitely lost" valgrind warningsPádraig Brady
2015-06-09tail: display consistent diagnostics upon file replacementPádraig Brady
2015-06-09tail: display file headers correctly with inotifyPádraig Brady
2015-05-11tail: consistently output all data for truncated filesPádraig Brady
2015-05-11tail: fix inotify startup racesPádraig Brady
2015-04-30doc: standardize messages about the '-' stdin FILEPádraig Brady
2015-04-22maint: avoid -Werror=strict-overflow warnings with GCC 5Pádraig Brady
2015-03-31tail: fix -f to follow changes after a renameStephane Chazelas
2015-02-06maint: document a caveat in the tail inotify implementationPádraig Brady
2015-02-06tail: return inotify resources where possiblePádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-09tail: use consistent diagnostics with and without inotifyPádraig Brady
2013-11-27tail: improve inotify handling of symlinksPádraig Brady
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker
2013-04-04tail: exit without reading input if would never outputPádraig Brady