summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-28 version: 0.2.1.2v0.2.1.2Laurent Bercot
2017-08-22 More conversion to xpathexecLaurent Bercot
2017-08-22 Prepare for 0.2.1.2Laurent 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.1Laurent Bercot
2017-07-03 bugfixes: in s6-rc-compile, off-by-one array size, and uninitialized struct ...Laurent Bercot
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 changeLaurent Bercot
2017-05-24 More schemeless URLsLaurent Bercot
2017-05-24 Increase s6-sudo (for oneshots) timeouts from 2 to 30 secondsLaurent Bercot
2017-05-23 Switch doc to schemeless URLsLaurent Bercot
2017-05-21 version: 0.2.0.1v0.2.0.1Laurent Bercot
2017-05-21 Adapt example service db to s6-uevent-listener API changeLaurent Bercot
2017-05-19 Add support for timeout-killLaurent Bercot
2017-05-16 Add -d option to s6-rc-init, to dereference compiledLaurent Bercot
2017-05-12 Prepare for version 0.2.0.1Laurent Bercot
2017-05-12 bugfixes: fd leak in s6-rc-oneshot-run, and missing coe in s6rc_lockLaurent 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 POSIXLaurent Bercot
2017-04-11 Doc typo fixLaurent Bercot
2017-03-27 version: 0.2.0.0v0.2.0.0Laurent Bercot
2017-03-23 Don't wait on locks by default (fail instead); add a -b option to get the wa...Laurent Bercot
2017-03-20 Change the s6-rc-fdholder-filler API for easier external interactionLaurent Bercot
2017-03-13 Cleanup of superfluous includesLaurent Bercot
2017-03-13 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-10 Preparation to version bumpLaurent Bercot
2017-01-08 Types fix: first passLaurent Bercot
2016-10-28 version: 0.1.0.0v0.1.0.0Laurent Bercot
2016-10-25 Mention --enable-absolute-paths in INSTALLLaurent Bercot
2016-10-24 Revert wrong shared lib fixLaurent Bercot
2016-10-24Proper support for timer_libLaurent Bercot
2016-10-24Fix stupid shared lib dependenciesLaurent Bercot
2016-10-16 Typo fixLaurent Bercot
2016-10-16 Put EXTLIBEXECPREFIX back in (last commit mistakenly undefined it)Laurent Bercot
2016-10-16 Implement --enable-absolute-pathsLaurent Bercot
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-09-27 configure: allow $CC to have several wordsLaurent Bercot
2016-09-26 Replace c99 compiler test with clangLaurent Bercot
2016-09-26 -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot
2016-08-19 Fix finish creation by s6-rc-compile: only when there's such a file in the s...Laurent Bercot
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-27 Add anchors to FAQ entries; add a FAQ for compiled db management.Laurent 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