summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-10-14 Typo fixLaurent Bercot
2016-10-14 Port to new librandom APILaurent Bercot
2016-10-14 bugfix: random_sauniquename API in s6-rc-updateLaurent Bercot
2016-08-19 Fix finish creation by s6-rc-compile: only when there's such a file in the ↵Laurent Bercot
source!
2016-08-18 Make s6-rc-compile produce finish.user when service has a consumerLaurent Bercot
2016-08-16 Apply Eric's patch for spawn supportLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2016-07-22 for loop -> while loop. Cleaner.Laurent Bercot
2016-06-09 bugfix: check for missing } in s6-rc-compile (thanks smaeul)Laurent Bercot
2016-03-17 Add rollback to s6rc_servicedir_manage; it should now be transactionalLaurent Bercot
2016-03-10 s6-rc-init bugfix: don't use satmp.s after cleanup(). For real this time.Laurent Bercot
2016-02-28 Better mem locality in s6-rc-update. (lol.)Laurent Bercot
2015-12-07 simplify the s6rc-oneshot-runner run scriptLaurent Bercot
2015-11-13 - better error codes in s6-rc-updateLaurent Bercot
- doc fixes
2015-11-07 s6-rc-init bugfix: don't use satmp.s after cleanup() (thanks Eric Le Bihan)Laurent Bercot
2015-10-27 - appease gcc, which still doesn't understand data flow across gotos, in ↵Laurent Bercot
s6rc_lock - document proper service stubbing for OpenRC
2015-10-15 Remove now useless tain_now() checksv0.0.1.2Laurent Bercot
2015-09-27 Remove useless variable in s6-rc-updateLaurent Bercot
2015-09-23 No need for -a in s6-rc -u invocation; remove -X from dryrun printLaurent Bercot
2015-09-23 Fix logic bug with new deps in s6-rc-update; add comments aroundLaurent Bercot
the logic because that's where the magic happens.
2015-09-23 s6-rc-update bugfix: correctly handle renamed pipes in the fdholderLaurent Bercot
2015-09-22 Add S6RC_EXTLIBEXECPREFIX, use it in s6-rc-compile. Databases should workLaurent Bercot
across s6-rc versions!
2015-09-21 Change s6rc-oneshot-runner to use s6-rc-oneshot-run, as well as s6-rc'sLaurent Bercot
s6-sudo invocation. It's less efficient (s6-rc-oneshot-run loads and parses the database every time) but it's more secure, because only programs in the database can be executed with s6-sudod privileges.
2015-09-21 Bugfix in s6-rc-oneshot-run: use pathexec0_run instead of pathexec_runLaurent Bercot
2015-09-21 Trivial bugfixes in s6-rc-oneshot-runLaurent Bercot
2015-09-21 Add s6-rc-oneshot-run (without using it in s6-rc-compile or s6-rc yet)Laurent Bercot
2015-09-17 Cosmetic changes in s6-rc-updateLaurent Bercot
2015-09-16 s6-rc-update bigfuxLaurent Bercot
2015-09-12 s6-rc-update bugfixes. Now works on nops.Laurent Bercot
2015-09-11 s6-rc-update doc, bugfixLaurent Bercot
2015-09-02 and another one...Laurent Bercot
2015-09-02 and another oneLaurent Bercot
2015-09-02 s6-rc-bundle bugfixLaurent Bercot
2015-09-02 s6rc_lock bugfix for EROFSLaurent Bercot
2015-09-02 Fix the regression in s6-rc-init; progress on s6-rc-updateLaurent Bercot
2015-09-02 Intermediate commit to fix a regressionLaurent Bercot
2015-08-29 - some work on s6-rc-updateLaurent Bercot
- add s6-rc-bundle and relevant doc
2015-08-27 More work on s6-rc-updateLaurent Bercot
2015-08-25 Fix dep: libs6rc -> libs6Laurent Bercot
2015-08-25 Some refactor + add servicedir copy functions in libs6rcLaurent 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-24 String termination bugfix in s6-rc-fdholder-fillerLaurent Bercot
2015-08-22 - Fix bugs reported by Guillermo and ColinLaurent Bercot
- Add Guillermo and Colin to AUTHORS
2015-08-18 Made live a symlink, for easier atomic updatingLaurent Bercot
2015-08-16 Safer version of pipelines, with an auto-refilling fdholderLaurent Bercot
2015-08-13 - add support for --livedirLaurent Bercot
- doc fixes
2015-08-13 Debug a bitLaurent Bercot
2015-08-12 Would be better if git commit -a actually picked up the new files...Laurent Bercot
2015-08-12 Intermediary commit; working on source dir format change. Should work, but ↵Laurent Bercot
untested as for now.