summaryrefslogtreecommitdiff
path: root/src/tail.c
Commit message (Expand)AuthorAgeFilesLines
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* build: tail: avoid type/format mismatch warning from gccJim Meyering2012-01-021-4/+7
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* tail: avoid theoretically undefined behaviorJim Meyering2011-12-281-2/+3
* tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering2011-12-231-17/+13
* tail,stat: add support for FhGFSJim Meyering2011-12-221-0/+1
* tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet2011-10-211-0/+1
* tail: fix an inconsequential bug spotted by coverityJim Meyering2011-06-011-1/+1
* maint: tail: mark a global variable as staticJim Meyering2011-05-111-2/+2
* tail --follow=name no longer implies --retryJim Meyering2011-04-251-0/+10
* doc: tail/inotify does use --sleep-interval=S, with --pid=PJim Meyering2011-04-251-4/+6
* tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38Jim Meyering2011-01-241-2/+5
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-1/+2
* doc: tail: semi-deprecate --sleep-interval and --max-unchanged-statsJim Meyering2010-12-141-2/+4
* tail: support rechecking currently missing remote dirsPádraig Brady2010-10-251-1/+3
* tail: fix checking of currently unavailable directoriesPádraig Brady2010-10-121-19/+44
* maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering2010-06-081-1/+1
* tail: include sys/vfs.h (if possible) when sys/statfs.h is absentMarc Kleine-Budde2010-04-041-0/+2
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+1
* doc: update tail's documentation to allow for new -F semanticsJim Meyering2009-12-311-6/+2
* tail -F: don't stop following the target of a renameGiuseppe Scrivano2009-12-301-1/+14
* tail: remove `fdspec' from the hash table before changing its keyGiuseppe Scrivano2009-12-291-3/+6
* tail: rename an internal variableJim Meyering2009-12-291-7/+9
* tail: avoid read-beyond-end-of-buffer errorJim Meyering2009-12-291-14/+13
* tail: shrink internal struct by 8 bytesJim Meyering2009-12-261-10/+10
* maint: tail: avoid in-function #if directivesJim Meyering2009-12-251-55/+59
* tail: fix --follow to not use inotify on remote filesPádraig Brady2009-12-251-14/+116
* tail: don't call fstat on an uninitialized FDJim Meyering2009-12-111-20/+30
* build: fix link failure on cygwinEric Blake2009-11-241-1/+1
* tail -F can fail to track a file after it's been rotatedJim Meyering2009-11-161-1/+7
* tail -f: avoid a race conditionGiuseppe Scrivano2009-10-221-35/+50
* tail: add add missing backslash at the end of a line in usageC de-Avillez2009-10-131-1/+1
* tail: tweak usage for more clarityEric Blake2009-10-121-3/+3
* tail: avoid a race where we could miss new data with --pidPádraig Brady2009-10-021-22/+24
* maint: Use logical rather than bitwise operators on boolsPádraig Brady2009-09-231-1/+1
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* tail: make the new piped-stdin test as portable as the old oneJim Meyering2009-09-081-24/+7
* tail: syntax-only: use "false", rather than equivalent, 0Jim Meyering2009-09-071-1/+1
* tail: ignore -f for piped-stdin, as POSIX requiresJim Meyering2009-09-071-1/+15
* tail: don't give up on inotify mode for an already-ignored "-"Jim Meyering2009-09-071-1/+1
* tail -f: handle "-"/stdin once againJim Meyering2009-09-071-1/+13
* tail: flush initial output before possibly blockingJim Meyering2009-09-061-1/+6
* doc: make the tail --sleep-interval help less confusingPádraig Brady2009-09-051-1/+1
* tests: test old tail -f method even on systems with inotifyPádraig Brady2009-09-051-8/+22
* maint: tail: remove unnecessary initializationJim Meyering2009-09-011-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-557/+557
* tail: fix tail -f failure when inotify usedPádraig Brady2009-08-131-3/+2
* tail: tweak indentationJim Meyering2009-07-301-1/+1