Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-30 | Make all-pic a user option | Laurent Bercot | |
2017-10-29 | Support default pie | Laurent Bercot | |
2017-10-19 | Workaround for a Solaris bug (incorrect mkdtemp guarding) | Laurent Bercot | |
2017-10-19 | Change safety guard to PATH_MAX because Solaris doesn't know NAME_MAX | Laurent Bercot | |
2017-10-17 | Limit prefix size to NAME_MAX | Laurent Bercot | |
2017-10-09 | version: 0.3.0.0v0.3.0.0 | Laurent Bercot | |
2017-10-09 | Make s6-rc prefix-independent; implement s6-rc diff | Laurent Bercot | |
Using scandir/ in s6-rc is useless, we have access to the servicedirs/ directly. That prevents us from being concerned with scandir prefixes. | |||
2017-10-09 | Replace suffix with prefix | Laurent Bercot | |
2017-10-08 | Add -s to s6-rc-init; prepare for 0.3.0.0 | Laurent Bercot | |
2017-10-05 | Better *FLAGS management; prepare for 0.2.2.0 | Laurent Bercot | |
2017-09-30 | doc: mention when to recompile service databases | Laurent Bercot | |
2017-09-30 | Doc typo fix | Laurent Bercot | |
2017-09-30 | Add doc precisions about live compiled dbs | Laurent Bercot | |
2017-09-30 | Use mkdtemp() for the new livedir in s6-rc-update | Laurent Bercot | |
2017-09-26 | bugfix: don't use satmp in s6-rc-init, because argument to rm_rf() | Laurent Bercot | |
2017-09-13 | s6-rc examples: Change usage of import to importas. | Colin Booth | |
execline's import is deprecated but the examples in s6-rc have not yet been updated to use importas. | |||
2017-08-28 | version: 0.2.1.2v0.2.1.2 | Laurent Bercot | |
2017-08-22 | More conversion to xpathexec | Laurent Bercot | |
2017-08-22 | Prepare for 0.2.1.2 | Laurent Bercot | |
2017-08-07 | Adjust s6-rc verbosity (-v2 is now more terse, -v3 is what -v2 was) | Laurent Bercot | |
2017-07-12 | Fix a race condition in s6rc_servicedir_manage() | Laurent Bercot | |
2017-07-03 | version: 0.2.1.1v0.2.1.1 | Laurent Bercot | |
2017-07-03 | bugfixes: in s6-rc-compile, off-by-one array size, and uninitialized struct ↵ | Laurent Bercot | |
field | |||
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 change | Laurent Bercot | |
- Add explicit s6-svc -d call for longrun transition failure - Add SIGTERM and SIGINT handling: kill all longrun transitions - Doc update - Credit Lionel - Prepare for 0.2.1.0 | |||
2017-05-24 | More schemeless URLs | Laurent Bercot | |
2017-05-24 | Increase s6-sudo (for oneshots) timeouts from 2 to 30 seconds | Laurent Bercot | |
2017-05-23 | Switch doc to schemeless URLs | Laurent Bercot | |
2017-05-21 | version: 0.2.0.1v0.2.0.1 | Laurent Bercot | |
2017-05-21 | Adapt example service db to s6-uevent-listener API change | Laurent Bercot | |
2017-05-19 | Add support for timeout-kill | Laurent Bercot | |
2017-05-16 | Add -d option to s6-rc-init, to dereference compiled | Laurent Bercot | |
2017-05-12 | Prepare for version 0.2.0.1 | Laurent Bercot | |
2017-05-12 | bugfixes: fd leak in s6-rc-oneshot-run, and missing coe in s6rc_lock | Laurent Bercot | |
2017-05-12 | bugfix: trivial fdleak in s6-rc-oneshot run. (More to come.) | Laurent Bercot | |
2017-05-01 | Fix minidentd example (needs s6-tcpserver-access) | Laurent Bercot | |
2017-04-21 | Fix the advice on how to atomically replace directories with s6-ln or POSIX | Laurent Bercot | |
2017-04-11 | Doc typo fix | Laurent Bercot | |
2017-03-27 | version: 0.2.0.0v0.2.0.0 | Laurent Bercot | |
2017-03-23 | Don't wait on locks by default (fail instead); add a -b option to get the ↵ | Laurent Bercot | |
waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices) | |||
2017-03-20 | Change the s6-rc-fdholder-filler API for easier external interaction | Laurent Bercot | |
Now s6-rc-fdholder-filler reads the list of services to create pipes for from its stdin. s6-rc-compile writes that list to ./data/autofilled instead of hardcoding it into ./run; this makes it possible to change it programmatically. | |||
2017-03-13 | Cleanup of superfluous includes | Laurent Bercot | |
2017-03-13 | Adapt to skalibs-2.5.0.0 | Laurent Bercot | |
2017-01-10 | Preparation to version bump | Laurent Bercot | |
2017-01-08 | Types fix: first pass | Laurent Bercot | |
2016-10-28 | version: 0.1.0.0v0.1.0.0 | Laurent Bercot | |
2016-10-25 | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | |
2016-10-24 | Revert wrong shared lib fix | Laurent Bercot | |
2016-10-24 | Proper support for timer_lib | Laurent Bercot | |
2016-10-24 | Fix stupid shared lib dependencies | Laurent Bercot | |