Age | Commit message (Expand) | Author |
2013-04-20 | tail: exit following by descriptor when no tailable file left | Bernhard Voelker |
2013-04-20 | tail: let -f --retry wait for inaccessible files | Bernhard Voelker |
2013-04-04 | tail: exit without reading input if would never output | Pádraig Brady |
2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-08-03 | tail: avoid rare error-path FD leak | Jim Meyering |
2012-07-25 | tail: avoid misleading diagnostic upon fstat failure | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-02 | build: tail: avoid type/format mismatch warning from gcc | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-12-28 | tail: avoid theoretically undefined behavior | Jim Meyering |
2011-12-23 | tail: with -f, use polling when a file is on an FS of unknown type | Jim Meyering |
2011-12-22 | tail,stat: add support for FhGFS | Jim Meyering |
2011-10-21 | tail: with -f, use nanosleep (not inotify) on a GPFS file system | Martial Bornet |
2011-06-01 | tail: fix an inconsequential bug spotted by coverity | Jim Meyering |
2011-05-11 | maint: tail: mark a global variable as static | Jim Meyering |
2011-04-25 | tail --follow=name no longer implies --retry | Jim Meyering |
2011-04-25 | doc: tail/inotify does use --sleep-interval=S, with --pid=P | Jim Meyering |
2011-01-24 | tail: avoid new diagnostic when applying -f to a pipe on linux-2.3.38 | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-12-14 | doc: tail: semi-deprecate --sleep-interval and --max-unchanged-stats | Jim Meyering |
2010-10-25 | tail: support rechecking currently missing remote dirs | Pádraig Brady |
2010-10-12 | tail: fix checking of currently unavailable directories | Pádraig Brady |
2010-06-08 | maint: adjust INT_BUFSIZE_BOUND usage for maintainability | Jim Meyering |
2010-04-04 | tail: include sys/vfs.h (if possible) when sys/statfs.h is absent | Marc Kleine-Budde |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-12-31 | doc: update tail's documentation to allow for new -F semantics | Jim Meyering |
2009-12-30 | tail -F: don't stop following the target of a rename | Giuseppe Scrivano |
2009-12-29 | tail: remove `fdspec' from the hash table before changing its key | Giuseppe Scrivano |
2009-12-29 | tail: rename an internal variable | Jim Meyering |
2009-12-29 | tail: avoid read-beyond-end-of-buffer error | Jim Meyering |
2009-12-26 | tail: shrink internal struct by 8 bytes | Jim Meyering |
2009-12-25 | maint: tail: avoid in-function #if directives | Jim Meyering |
2009-12-25 | tail: fix --follow to not use inotify on remote files | Pádraig Brady |
2009-12-11 | tail: don't call fstat on an uninitialized FD | Jim Meyering |
2009-11-24 | build: fix link failure on cygwin | Eric Blake |
2009-11-16 | tail -F can fail to track a file after it's been rotated | Jim Meyering |
2009-10-22 | tail -f: avoid a race condition | Giuseppe Scrivano |
2009-10-13 | tail: add add missing backslash at the end of a line in usage | C de-Avillez |
2009-10-12 | tail: tweak usage for more clarity | Eric Blake |
2009-10-02 | tail: avoid a race where we could miss new data with --pid | Pádraig Brady |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-08 | tail: make the new piped-stdin test as portable as the old one | Jim Meyering |
2009-09-07 | tail: syntax-only: use "false", rather than equivalent, 0 | Jim Meyering |