aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 wa...Laurent Bercot2017-03-2317-83/+148
* Change the s6-rc-fdholder-filler API for easier external interactionLaurent Bercot2017-03-202-15/+59
* 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
* Types fix: first passLaurent Bercot2017-01-0825-185/+211
* version: 0.1.0.0v0.1.0.0Laurent Bercot2016-10-281-1/+1
* Mention --enable-absolute-paths in INSTALLLaurent Bercot2016-10-251-0/+12
* Revert wrong shared lib fixLaurent Bercot2016-10-242-4/+1
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-242-1/+4
* Typo fixLaurent Bercot2016-10-161-3/+3
* Put EXTLIBEXECPREFIX back in (last commit mistakenly undefined it)Laurent Bercot2016-10-161-0/+3
* Implement --enable-absolute-pathsLaurent Bercot2016-10-163-37/+25
* Typo fixLaurent Bercot2016-10-141-1/+1
* Port to new librandom APILaurent Bercot2016-10-141-1/+5
* bugfix: random_sauniquename API in s6-rc-updateLaurent Bercot2016-10-141-1/+1
* configure: allow $CC to have several wordsLaurent Bercot2016-09-271-1/+1
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
* -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot2016-09-261-1/+1
* Fix finish creation by s6-rc-compile: only when there's such a file in the s...Laurent Bercot2016-08-191-9/+20
* Make s6-rc-compile produce finish.user when service has a consumerLaurent Bercot2016-08-182-4/+14
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-163-1/+5
* Add spawn_lib supportLaurent Bercot2016-08-128-12/+25
* Add anchors to FAQ entries; add a FAQ for compiled db management.Laurent Bercot2016-07-271-0/+84
* for loop -> while loop. Cleaner.Laurent Bercot2016-07-221-4/+2
* bugfix: check for missing } in s6-rc-compile (thanks smaeul)Laurent Bercot2016-06-091-1/+2