about summary refs log tree commit diff
path: root/src/daemontools-extras/s6-log.c
Commit message (Expand)AuthorAgeFilesLines
* Fix small UB when no selection in s6-logLaurent Bercot2023-12-181-1/+1
* Defork s6-logLaurent Bercot2023-09-121-31/+17
* Add -t lastlinetimeout option to s6-logLaurent Bercot2023-05-261-31/+40
* s6-log: add p directive to add a prefix to every lineLaurent Bercot2022-12-071-17/+48
* Adapt to skalibs-2.13.0.0Laurent Bercot2022-11-291-1/+1
* s6-log: restart event loop when closing stdin on signalLaurent Bercot2021-12-241-5/+5
* s6-log: clarify last_stdin logicLaurent Bercot2021-12-241-13/+6
* skalibs-2.11.0.0 API changeLaurent Bercot2021-08-091-19/+18
* bugfix: rare fd leak in s6-logLaurent Bercot2021-05-061-1/+7
* s6-log: Recommend the usage of a -- argument separatorMira Ressel2021-03-131-1/+1
* bugfix: make s6-log -l actually splitLaurent Bercot2021-01-221-15/+30
* Make s6-log respect umaskLaurent Bercot2021-01-031-22/+13
* Remove deprecated options/directives from s6-logLaurent Bercot2021-01-031-13/+4
* Fix build against skalibs-2.10.0.0Laurent Bercot2020-12-021-5/+6
* Adapt to new exec.hLaurent Bercot2020-11-281-2/+2
* Make execline dependency optionalLaurent Bercot2019-12-231-0/+12
* Add ?processor support to s6-logLaurent Bercot2019-12-231-1/+7
* Adapt to new stopwatch APILaurent Bercot2019-09-061-2/+2
* Separate wall clocks from stopwatchesLaurent Bercot2019-09-041-11/+17
* Accept empty regexes even on BSDsLaurent Bercot2019-05-111-1/+1
* Revert truncate() change in s6-log (thanks obarun for the report)Laurent Bercot2019-01-291-1/+3
* Add readiness notification to s6-log, and 8kB default on -lLaurent Bercot2019-01-151-6/+20
* Adapt to skalibs-2.7.0.0Laurent Bercot2018-07-211-8/+5
* bugfix: s6-log: use off_t instead of size_t for archive file sizeLaurent Bercot2017-10-171-11/+10
* Switch to xpathexec_*Laurent Bercot2017-08-281-2/+1
* Propagate fd_close() changes, fix deps for ftrigr_updateb()Laurent Bercot2017-07-161-8/+0
* Fix a few omissions in the adaptationLaurent Bercot2017-03-121-1/+1
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-70/+70
* Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot2017-01-201-0/+1
* Types fix, first passLaurent Bercot2017-01-121-30/+31
* Increase s6-log "s" limit to 256MBLaurent Bercot2016-11-211-1/+1
* - add -g option to s6-envuidgidLaurent Bercot2015-11-041-19/+13
* s6-log bugfix: only finalize() and exit when all rotations have completed su...Laurent Bercot2015-10-141-3/+5
* - minor bugfix in s6-log (correct return when stat() fails) v2.2.1.1Laurent Bercot2015-10-051-1/+1
* Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot2015-06-181-2/+2
* This is also true for ISO timestamps.Laurent Bercot2015-03-101-1/+1
* s6-log needs a new timestamp on every lineLaurent Bercot2015-03-101-0/+1
* Bugfix: wrong selection amount in s6-log's second pass - thanks Patrick Maho...Laurent Bercot2015-02-241-1/+1
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-171-1/+1
* - cosmetic fixes in s6-fdholderdLaurent Bercot2015-02-081-3/+3
* - s6-log overhaul (more stack, less heap), with new directivesLaurent Bercot2015-02-071-447/+480
* - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot2015-01-191-1/+2
* Initial commitLaurent Bercot2014-12-051-0/+1265