aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update documentation, prepare for 0.4.0.0Laurent Bercot2017-11-046-18/+68
|
* Implement funnels. Needs testing.Laurent Bercot2017-11-0410-168/+259
|
* Update .gitignoreLaurent Bercot2017-11-021-4/+13
|
* Make all-pic a user optionLaurent Bercot2017-10-304-12/+28
|
* Support default pieLaurent Bercot2017-10-292-0/+19
|
* 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-092-4/+4
|
* Make s6-rc prefix-independent; implement s6-rc diffLaurent Bercot2017-10-094-54/+95
| | | | | | Using scandir/ in s6-rc is useless, we have access to the servicedirs/ directly. That prevents us from being concerned with scandir prefixes.
* Replace suffix with prefixLaurent Bercot2017-10-0913-91/+100
|
* Add -s to s6-rc-init; prepare for 0.3.0.0Laurent Bercot2017-10-0817-77/+192
|
* Better *FLAGS management; prepare for 0.2.2.0Laurent Bercot2017-10-057-25/+51
|
* doc: mention when to recompile service databasesLaurent Bercot2017-09-301-0/+12
|
* Doc typo fixLaurent Bercot2017-09-301-1/+1
|
* Add doc precisions about live compiled dbsLaurent Bercot2017-09-303-0/+26
|
* 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-262-17/+19
|
* s6-rc examples: Change usage of import to importas.Colin Booth2017-09-1321-23/+23
| | | | | execline's import is deprecated but the examples in s6-rc have not yet been updated to use importas.
* version: 0.2.1.2v0.2.1.2Laurent Bercot2017-08-282-3/+5
|
* More conversion to xpathexecLaurent Bercot2017-08-224-4/+6
|
* Prepare for 0.2.1.2Laurent Bercot2017-08-226-25/+21
|
* 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-126-14/+42
|
* version: 0.2.1.1v0.2.1.1Laurent Bercot2017-07-035-2/+17
|
* bugfixes: in s6-rc-compile, off-by-one array size, and uninitialized struct ↵Laurent Bercot2017-07-031-2/+3
| | | | field
* 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-1810-12/+118
| | | | | | | | - 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
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Increase s6-sudo (for oneshots) timeouts from 2 to 30 secondsLaurent Bercot2017-05-242-2/+2
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2314-121/+121
|
* version: 0.2.0.1v0.2.0.1Laurent Bercot2017-05-214-7/+7
|
* Adapt example service db to s6-uevent-listener API changeLaurent Bercot2017-05-2116-13/+12
|
* Add support for timeout-killLaurent Bercot2017-05-194-1/+8
|
* Add -d option to s6-rc-init, to dereference compiledLaurent Bercot2017-05-162-6/+23
|
* Prepare for version 0.2.0.1Laurent Bercot2017-05-125-8/+25
|
* bugfixes: fd leak in s6-rc-oneshot-run, and missing coe in s6rc_lockLaurent Bercot2017-05-122-2/+8
|
* bugfix: trivial fdleak in s6-rc-oneshot run. (More to come.)Laurent Bercot2017-05-121-1/+0
|
* Fix minidentd example (needs s6-tcpserver-access)Laurent Bercot2017-05-011-0/+1
|
* Fix the advice on how to atomically replace directories with s6-ln or POSIXLaurent Bercot2017-04-211-10/+11
|
* Doc typo fixLaurent Bercot2017-04-111-1/+1
|
* version: 0.2.0.0v0.2.0.0Laurent Bercot2017-03-272-0/+23
|
* Don't wait on locks by default (fail instead); add a -b option to get the ↵Laurent Bercot2017-03-2317-83/+148
| | | | | | waiting behaviour Also fix a few types in s6-rc-compile (unsigned int -> uint32_t for avltree indices)
* Change the s6-rc-fdholder-filler API for easier external interactionLaurent Bercot2017-03-202-15/+59
| | | | | | | 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.
* Cleanup of superfluous includesLaurent Bercot2017-03-136-7/+0
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-1326-456/+419
|
* Preparation to version bumpLaurent Bercot2017-01-104-8/+19
|