summaryrefslogtreecommitdiff
path: root/src/s6-rc/s6-rc.c
AgeCommit message (Expand)Author
2023-02-14 Prepare for 0.5.4.0; add start and stop subcommands to s6-rcLaurent Bercot
2022-11-29 Adapt for skalibs-2.13.0.0Laurent Bercot
2022-08-10 bugfix: print correct livedir location in s6-rc error messagesLaurent Bercot
2022-06-08 Prepare for 0.5.3.2; adapt to skalibs-2.12.0.0Laurent Bercot
2021-09-02 Adapt to s6-2.11.0.0Laurent Bercot
2021-08-14 Fix buildLaurent Bercot
2021-08-10 Update dependencies, adjust to skalibs-2.11.0.0 apisLaurent Bercot
2021-07-24 Adapt to skalibs-2.11.0.0Laurent Bercot
2021-06-28 bugfix: remove bogus double test before erroring outLaurent Bercot
2020-08-20 Add the notion of essential serviceLaurent Bercot
2020-06-30Don't mash words in info messages!Laurent Bercot
2020-06-18 More unified verbose messages for s6-rcLaurent Bercot
2020-01-03 Code cleanupLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Use stopwatchesLaurent Bercot
2019-08-20 Cosmetic changes, credit LionelLaurent Bercot
2019-08-20Do not start new transitions after sigterm was receivedLionel Van Bemten
2017-11-04 Implement funnels. Needs testing.Laurent Bercot
2017-10-09 Make s6-rc prefix-independent; implement s6-rc diffLaurent Bercot
2017-10-09 Replace suffix with prefixLaurent Bercot
2017-10-08 Add -s to s6-rc-init; prepare for 0.3.0.0Laurent Bercot
2017-08-07 Adjust s6-rc verbosity (-v2 is now more terse, -v3 is what -v2 was)Laurent Bercot
2017-06-19 Add commented code to s6-rc to kill oneshots. Just in case.Laurent Bercot
2017-06-18 Usability changes for transition failures in s6-rc changeLaurent Bercot
2017-05-24 Increase s6-sudo (for oneshots) timeouts from 2 to 30 secondsLaurent Bercot
2017-03-23 Don't wait on locks by default (fail instead); add a -b option to get the wa...Laurent Bercot
2017-03-13 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-08 Types fix: first passLaurent Bercot
2016-07-22 for loop -> while loop. Cleaner.Laurent Bercot
2015-10-15 Remove now useless tain_now() checksv0.0.1.2Laurent Bercot
2015-09-22 Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should workLaurent Bercot
2015-09-21 Change s6rc-oneshot-runner to use s6-rc-oneshot-run, as well as s6-rc'sLaurent Bercot
2015-08-29 - some work on s6-rc-updateLaurent Bercot
2015-08-25 Fix compute_timeout bug in s6-rc.c (thanks Tommi Virtanen)Laurent Bercot
2015-08-25 Fix warning when no notification-fdLaurent Bercot
2015-08-12 Intermediary commit; working on source dir format change. Should work, but u...Laurent Bercot
2015-07-31 working on s6-rc-update, minor fixes all aroundLaurent Bercot
2015-07-23 - timeout-finish support in s6-rc-compileLaurent Bercot
2015-07-21 Fix start of longrunsLaurent Bercot
2015-07-20 Bump dependencies, support for new s6-svc optionsLaurent Bercot
2015-07-20 Also for s6rc-oneshot-runner (with buffer size fix)Laurent Bercot
2015-07-20 Always use names linked in scandirLaurent Bercot
2015-07-16 Only warn on no notification-fd for verbosity >= 2Laurent Bercot
2015-07-14 Various bugfixes, thanks Colin BoothLaurent Bercot
2015-07-13 Apply fixes suggested by Colin BoothLaurent Bercot
2015-07-09 Silence s6-svc when no notification-fd and verbosity < 2Laurent Bercot
2015-07-08 Typo fix: s6-svc uses -T for timeout, not -t!Laurent Bercot
2015-07-07 - Minor fixes to s6-rcLaurent Bercot
2015-06-20 - Remove extra newline in s6-rc listLaurent Bercot
2015-06-18 Fix arg handlingLaurent Bercot