summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-15 Remove now useless tain_now() checksv0.0.1.2Laurent Bercot
2015-10-15 - dependencies updatedLaurent Bercot
- version: 0.0.1.2
2015-10-12 Push back GNU make dependency to 3.81Laurent Bercot
2015-10-05 - remove fucking -Bsymbolicv0.0.1.1Laurent Bercot
- version: 0.0.1.1
2015-09-27 Remove useless variable in s6-rc-updateLaurent Bercot
2015-09-23 Fix typo in index.html (of course, RIGHT after the release...)Laurent Bercot
2015-09-23 Update .gitignore for XYZZY! Also, v0.0.1.0v0.0.1.0Laurent Bercot
2015-09-23 - Finishing touches to the docLaurent Bercot
- rc for 0.0.1.0
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-23 Some documentation updatesLaurent 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-19 Clarify that OpenRC can't do parallelLaurent 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.
2015-08-03Add make version guardLaurent Bercot
2015-08-01 More work on s6-rc-updateLaurent 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
- global timeout propagation to subprocesses in s6-rc
2015-07-21 Add -u/-g to s6-rc-compileLaurent Bercot
2015-07-21 Fix start of longrunsLaurent Bercot
2015-07-21 - fix shebang invocationLaurent Bercot
- accept symlinks to subdirs in source directories - make oneshot down scripts optional - execline dep bump
2015-07-20 Bump dependencies, support for new s6-svc optionsLaurent Bercot