summaryrefslogtreecommitdiffstats
path: root/src/tail.c
AgeCommit message (Expand)AuthorLines
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
2009-10-02tail: avoid a race where we could miss new data with --pidPádraig Brady-22/+24
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-08tail: make the new piped-stdin test as portable as the old oneJim Meyering-24/+7
2009-09-07tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering-1/+1
2009-09-07tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering-1/+15
2009-09-07tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering-1/+1
2009-09-07tail -f: handle "-"/stdin once againJim Meyering-1/+13
2009-09-06tail: flush initial output before possibly blockingJim Meyering-1/+6
2009-09-05doc: make the tail --sleep-interval help less confusingPádraig Brady-1/+1