summaryrefslogtreecommitdiff
path: root/src/tail.c
Commit message (Expand)AuthorAgeFilesLines
* maint: refactor tail.c to use iopollPádraig Brady2023-03-011-37/+3
* tail: avoid undefined behavior when polling outputsPádraig Brady2023-02-281-2/+2
* tail: improve --follow=name with single non regular filesPádraig Brady2023-02-061-2/+12
* tail: fix support for -F with non seekable filesPádraig Brady2023-02-061-1/+2
* numfmt: add support for new SI prefixesPaul Eggert2023-01-051-2/+2
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* build: fix missing inclusion of poll.h on macOSDennis Williamson2022-12-051-1/+1
* maint: be defensive in avoiding gnulib's poll modulePádraig Brady2022-08-291-0/+7
* tail: use poll() on macOSPádraig Brady2022-08-291-5/+6
* tail: detect closed stdout on SolarisPádraig Brady2022-04-131-4/+4
* tail: simplify -fsanitize=leak pacificationPaul Eggert2022-01-311-52/+16
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: switch to C11-style _NoreturnPaul Eggert2021-10-021-1/+1
* tail: fix detection of closed stdout on macOSPádraig Brady2021-09-211-1/+24
* maint: clean up c++ style commentsPádraig Brady2021-09-211-1/+1
* maint: prefer rawmemchr to memchr when easyPaul Eggert2021-09-151-2/+1
* tail: use poll, not selectPaul Eggert2021-06-261-61/+39
* maint: while (1) → while (true)Paul Eggert2021-06-261-6/+6
* maint: remove redundant checks on buffer sizes in tailNikolay Nechaev2021-06-211-4/+3
* maint: consistently free hash structures in dev modePádraig Brady2021-05-081-1/+9
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-15/+15
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* build: update gnulib submodule to latestPaul Eggert2020-10-191-3/+3
* maint: remove already handled FIXME in tail.cGrigorii Sokolik2020-10-171-4/+0
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* build: ensure sys/select.h is includedPádraig Brady2019-02-031-2/+1
* stat,tail: fix android build and support inotifyPádraig Brady2019-02-031-2/+5
* printf,seq,sleep,tail,timeout: accept current-locale floatsPaul Eggert2019-01-261-2/+2
* tail: fix handling of broken pipes with SIGPIPE ignoredPádraig Brady2019-01-201-3/+11
* tail: fix recent ineffective AIX changeAyappan2019-01-201-5/+5
* tail: don't exit immediately with filters on AIXPádraig Brady2019-01-121-0/+13
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* doc: improve documentation of binary prefixesWodry2018-07-221-0/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* tail: fix tailing non seekable files on certain systemsPádraig Brady2017-12-101-1/+1
* tail: seek to the end of block devicesPádraig Brady2017-11-181-10/+17
* maint: shorten https://lists.gnu.org/archive/html/... linksJim Meyering2017-11-071-1/+1
* maint: fix new syntax-check failures from HTTPS adjustmentsPádraig Brady2017-09-191-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-2/+2
* tail: reinstate inotify use with FIFOsPádraig Brady2017-08-241-4/+4
* maint: use C99 for loop initial declarations where possiblePádraig Brady2017-06-171-20/+7
* tail: only use inotify with regular filesPádraig Brady2017-06-171-0/+17
* tail: with -f don't warn if doing a blocking read of a ttyPádraig Brady2017-06-171-4/+14
* tail: exit promptly when output no longer writablePádraig Brady2017-06-111-13/+64
* maint: update to work with GCC7's -Werror=implicit-fallthrough=5Jim Meyering2017-06-101-2/+2
* tail: with --pid, ensure all inotify events are processedPádraig Brady2017-06-071-1/+1
* tail: revert to polling if a followed directory is replacedSebastian Kisela2017-04-051-1/+21
* maint: xsetmode renamed to xbinary-ioPaul Eggert2017-02-161-4/+4
* maint: use xsetmode, not xfreopenPaul Eggert2017-02-151-5/+3
* tail: fix output of redundant headers when resumingJanne Snabb2017-02-081-16/+23