summaryrefslogtreecommitdiffstats
path: root/src/tail.c
AgeCommit message (Expand)AuthorLines
2013-12-09tail: use consistent diagnostics with and without inotifyPádraig Brady-1/+6
2013-11-27tail: improve inotify handling of symlinksPádraig Brady-1/+38
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg-1/+1
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-12/+11
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert-1/+3
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker-6/+25
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker-6/+15
2013-04-04tail: exit without reading input if would never outputPádraig Brady-0/+4
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-08-03tail: avoid rare error-path FD leakJim Meyering-0/+1
2012-07-25tail: avoid misleading diagnostic upon fstat failureJim Meyering-1/+1
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-3/+3
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-16/+16
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering-4/+7
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering-2/+3
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering-17/+13
2011-12-22tail,stat: add support for FhGFSJim Meyering-0/+1
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet-0/+1
2011-06-01tail: fix an inconsequential bug spotted by coverityJim Meyering-1/+1
2011-05-11maint: tail: mark a global variable as staticJim Meyering-2/+2
2011-04-25tail --follow=name no longer implies --retryJim Meyering-0/+10
2011-04-25doc: tail/inotify does use --sleep-interval=S, with --pid=PJim Meyering-4/+6
2011-01-24tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering-2/+5
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-1/+2
2010-12-14doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering-2/+4
2010-10-25tail: support rechecking currently missing remote dirsPádraig Brady-1/+3
2010-10-12tail: fix checking of currently unavailable directoriesPádraig Brady-19/+44
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering-1/+1
2010-04-04tail: include sys/vfs.h (if possible) when sys/statfs.h is absentMarc Kleine-Budde-0/+2
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-2/+1
2009-12-31doc: update tail's documentation to allow for new -F semanticsJim Meyering-6/+2
2009-12-30tail -F: don't stop following the target of a renameGiuseppe Scrivano-1/+14
2009-12-29tail: remove `fdspec' from the hash table before changing its keyGiuseppe Scrivano-3/+6
2009-12-29tail: rename an internal variableJim Meyering-7/+9
2009-12-29tail: avoid read-beyond-end-of-buffer errorJim Meyering-14/+13
2009-12-26tail: shrink internal struct by 8 bytesJim Meyering-10/+10
2009-12-25maint: tail: avoid in-function #if directivesJim Meyering-55/+59
2009-12-25tail: fix --follow to not use inotify on remote filesPádraig Brady-14/+116
2009-12-11tail: don't call fstat on an uninitialized FDJim Meyering-20/+30
2009-11-24build: fix link failure on cygwinEric Blake-1/+1
2009-11-16tail -F can fail to track a file after it's been rotatedJim Meyering-1/+7
2009-10-22tail -f: avoid a race conditionGiuseppe Scrivano-35/+50
2009-10-13tail: add add missing backslash at the end of a line in usageC de-Avillez-1/+1
2009-10-12tail: tweak usage for more clarityEric Blake-3/+3