aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemontools-extras/s6-log.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | - set s6-log processor wd to the logdir
* s6-log bugfix: only finalize() and exit when all rotations have completed ↵Laurent Bercot2015-10-141-3/+5
| | | | successfully
* - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot2015-10-051-1/+1
| | | | | | | - remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.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 ↵Laurent Bercot2015-02-241-1/+1
| | | | Mahoney.
* Bugfix: s6-log wasn't parsing regexps correctly (!)Laurent Bercot2015-02-171-1/+1
| | | | | Thanks to Roy Lanek. version: 2.1.1.1
* - cosmetic fixes in s6-fdholderdLaurent Bercot2015-02-081-3/+3
| | | | - timestamp length bugfix in s6-log
* - s6-log overhaul (more stack, less heap), with new directivesLaurent Bercot2015-02-071-447/+480
| | | | | - related doc update - version: 2.1.1.0 rc
* - added the s6_fdholder library to libs6. (Nothing useful yet.)Laurent Bercot2015-01-191-1/+2
| | | | | | | | | | - fixed execline invocation in s6-log with slashpackage - integrated s6_svc_main.c's functionality into s6-svscanctl and deleted it - integrated Olivier Brunel's suggestions for wstat report in supervise/status - minor fixes to s6-supervise's status reports - separated sigaction calls in ftrigw_notifyb, this spares a few syscalls in s6-supervise - updated doc to reflect the changes - version bumped to 2.1.0.0 because API breakage (./finish, s6-svstat)
* Initial commitLaurent Bercot2014-12-051-0/+1265