aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Code cleanupLaurent Bercot2020-01-038-20/+38
* Remove tainnow.lib dependencyLaurent Bercot2019-09-215-5/+5
* Adapt to new stopwatch APILaurent Bercot2019-09-066-12/+6
* Use stopwatchesLaurent Bercot2019-09-046-0/+6
* Cosmetic changes, credit LionelLaurent Bercot2019-08-201-3/+2
* Do not start new transitions after sigterm was receivedLionel Van Bemten2019-08-201-1/+4
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-201-1/+1
* bugfix: add max-death-tally and down-signal support to s6-rc-compile!Laurent Bercot2019-02-102-42/+64
* Scrap s6-rc-compile -u/-g, implement uid/self instead. Prepare for 0.5.0.0Laurent Bercot2019-02-041-88/+38
* Add s6-log notifications to examples, prepare for 0.4.1.1Laurent Bercot2019-01-151-2/+3
* bugfix: s6-rc-bundle incorrectly checked against bundle prefixesLaurent Bercot2018-12-091-2/+2
* Adapt to skalibs-2.7.0.0Laurent Bercot2018-07-214-27/+17
* Add support for max-death-tally and down-signal, prepare for 0.4.1.0Laurent Bercot2018-06-151-1/+3
* Add openb_read workaround, prepare for 0.4.0.1Laurent Bercot2018-03-011-1/+1
* live actually needs to be an absolute path for s6-rc-init and s6-rc-updateLaurent Bercot2017-12-232-0/+5
* Use dir_fd instead of dirfd, because SolarisLaurent Bercot2017-12-211-2/+1
* Work around NetBSD and Solaris braindeadnessLaurent Bercot2017-12-212-28/+30
* Fix (hopefully) the two remaining bugs in s6-rc-update...Laurent Bercot2017-12-072-3/+3
* Get this right, maybe?Laurent Bercot2017-12-071-1/+2
* Fix off-by-one in s6rc_livedir_createLaurent Bercot2017-12-071-1/+1
* Add s6-rc-format-upgradeLaurent Bercot2017-12-043-16/+75
* Refactor s6-rc-init and s6-rc-upgrade around atomic_symlink and s6rc_livedir...Laurent Bercot2017-12-045-216/+144
* Fix qsort invocation, now services are really sorted...Laurent Bercot2017-11-271-1/+6
* Guarantee s6-rc-compile service numberingLaurent Bercot2017-11-271-16/+34
* Use new skalibs' access_at instead of faccessat, because MacOSLaurent Bercot2017-11-271-1/+1
* ... but erroring out early is safer.Laurent Bercot2017-11-041-3/+9
* Even better message: defer it >.>Laurent Bercot2017-11-041-2/+1
* Better error message on invalid funnel bundlesLaurent Bercot2017-11-041-1/+1
* Warn on misplaced pipeline-name filesLaurent Bercot2017-11-041-5/+15
* Better error messages for resolve_prodconsLaurent Bercot2017-11-041-21/+7
* Implement funnels. Needs testing.Laurent Bercot2017-11-0410-168/+259
* Workaround for a Solaris bug (incorrect mkdtemp guarding)Laurent Bercot2017-10-191-0/+1
* Change safety guard to PATH_MAX because Solaris doesn't know NAME_MAXLaurent Bercot2017-10-191-1/+1
* Limit prefix size to NAME_MAXLaurent Bercot2017-10-171-0/+2
* version: 0.3.0.0v0.3.0.0Laurent Bercot2017-10-091-4/+3
* Make s6-rc prefix-independent; implement s6-rc diffLaurent Bercot2017-10-092-52/+69
* Replace suffix with prefixLaurent Bercot2017-10-099-75/+76
* Add -s to s6-rc-init; prepare for 0.3.0.0Laurent Bercot2017-10-0811-69/+167
* Use mkdtemp() for the new livedir in s6-rc-updateLaurent Bercot2017-09-301-6/+6
* bugfix: don't use satmp in s6-rc-init, because argument to rm_rf()Laurent Bercot2017-09-261-17/+18
* More conversion to xpathexecLaurent Bercot2017-08-222-4/+2
* Prepare for 0.2.1.2Laurent Bercot2017-08-223-21/+7
* Adjust s6-rc verbosity (-v2 is now more terse, -v3 is what -v2 was)Laurent Bercot2017-08-071-2/+2
* Fix a race condition in s6rc_servicedir_manage()Laurent Bercot2017-07-121-10/+25
* bugfixes: in s6-rc-compile, off-by-one array size, and uninitialized struct ...Laurent Bercot2017-07-031-2/+3
* Add commented code to s6-rc to kill oneshots. Just in case.Laurent Bercot2017-06-191-2/+15
* Usability changes for transition failures in s6-rc changeLaurent Bercot2017-06-181-5/+42
* Increase s6-sudo (for oneshots) timeouts from 2 to 30 secondsLaurent Bercot2017-05-242-2/+2
* Add support for timeout-killLaurent Bercot2017-05-192-0/+5
* Add -d option to s6-rc-init, to dereference compiledLaurent Bercot2017-05-161-4/+12