summaryrefslogtreecommitdiff
path: root/src/daemontools-extras
AgeCommit message (Collapse)Author
2021-01-22 bugfix: make s6-log -l actually splitLaurent Bercot
2021-01-03 Make s6-log respect umaskLaurent Bercot
2021-01-03 Remove deprecated options/directives from s6-logLaurent Bercot
2020-12-02 Fix build against skalibs-2.10.0.0Laurent Bercot
2020-11-28 Adapt to new exec.hLaurent Bercot
2019-12-23 Make execline dependency optionalLaurent Bercot
This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.
2019-12-23 Add ?processor support to s6-logLaurent Bercot
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2019-05-11 Accept empty regexes even on BSDsLaurent Bercot
2019-01-29 Revert truncate() change in s6-log (thanks obarun for the report)Laurent Bercot
2019-01-15 Add readiness notification to s6-log, and 8kB default on -lLaurent Bercot
2018-08-01 Add nsss supportLaurent Bercot
2018-08-01 Include prot_readgroups() into s6-envuidgidLaurent Bercot
2018-07-21 More build fixes for skalibs-2.7.0.0Laurent Bercot
2018-07-21 Adapt to skalibs-2.7.0.0Laurent Bercot
2018-03-21 Add -g option to s6-tai64nlocalLaurent Bercot
2018-02-02 cosmetic fix: print unchanged line instead of nonsense when s6-tai64nlocal ↵Laurent Bercot
can't convert time
2018-01-03 Use child_spawn2 instead of child_spawn in s6-setlockLaurent Bercot
2017-10-17 bugfix: s6-log: use off_t instead of size_t for archive file sizeLaurent Bercot
Also clarify internal names, to make CalimeroTechnik happy. ;)
2017-08-28 Switch to xpathexec_*Laurent Bercot
2017-07-16 More secure s6-applyuidgid on systems with a broken setgroups() (thanks muh)Laurent Bercot
2017-07-16 Fix setgroups() invocation on SnowflakeBSDLaurent Bercot
2017-07-16 Propagate fd_close() changes, fix deps for ftrigr_updateb()Laurent Bercot
2017-03-12 Fix a few omissions in the adaptationLaurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-20 Write a warning to stderr when s6-log closes the stdout streamLaurent Bercot
2017-01-12 Types fix, first passLaurent Bercot
2016-12-01 s6-softlimit: don't use subgetopt_hereLaurent Bercot
2016-11-21 Increase s6-log "s" limit to 256MBLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-02-23 Cosmetic fixes (remove useless headers, add a const)Laurent Bercot
2015-12-16 Fix s6-envuidgid behaviour when -D is given but not -u/-g/-Bv2.2.4.1Laurent Bercot
2015-11-13 allow user: syntax for s6-envuidgid -BLaurent Bercot
2015-11-13 - new options to s6-envuidgidLaurent Bercot
- rc for 2.2.4.0
2015-11-04 - add -g option to s6-envuidgidLaurent Bercot
- set s6-log processor wd to the logdir
2015-10-20 Remove extraneous space in s6-tai64nlocalLaurent Bercot
2015-10-15 - remove now useless tain_now() check in s6-setlockv2.2.2.0Laurent Bercot
- version: 2.2.2.0
2015-10-14 - update AUTHORS listLaurent Bercot
- s6-setlock bugfix: find s6lockd-helper in libexec
2015-10-14 s6-log bugfix: only finalize() and exit when all rotations have completed ↵Laurent Bercot
successfully
2015-10-05 - minor bugfix in s6-log (correct return when stat() fails)v2.2.1.1Laurent Bercot
- remove fucking -Bsymbolic - add s6-setsid to stage 1 example - prepare shutdown functionality for s6-svscan - version: 2.2.1.1
2015-08-09 ucspilogd: actually make it compile >.>Laurent Bercot
2015-08-09 ucspilogd: allow last log line to not be null-terminatedLaurent Bercot
2015-06-18 Make s6-log exit cleanly on SIGHUP even with -pLaurent Bercot
2015-03-20 Fix error message in s6-envuidgidLaurent Bercot
2015-03-13 - new options to s6-envuidgidv2.1.3.0Laurent Bercot
- version: rc for 2.1.3.0
2015-03-10 This is also true for ISO timestamps.Laurent Bercot
2015-03-10 s6-log needs a new timestamp on every lineLaurent Bercot
2015-03-07 Bugfix: s6-setuidgid uid:gid prog syntax wasn't honoredLaurent Bercot