aboutsummaryrefslogtreecommitdiffstats
path: root/doc/libs6
Commit message (Collapse)AuthorAgeFilesLines
* Doc typo fixLaurent Bercot2017-08-161-1/+1
|
* Add ftrigr_updateb()Laurent Bercot2017-07-161-4/+25
|
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-0/+21
| | | | | | | - Fixes the race condition hit by permanent failure, i.e. two ftrig events close to each other - Requires storing the sequence of events client-side, so an additional stralloc, bleh - The visible struct ftrigr_s changes, so a major bump is needed -> prepare for 2.6.0.0 - ftrigr_check() is now a trivial wrapper around ftrigr_checksa()
* Switch doc to schemeless URLsLaurent Bercot2017-05-239-37/+37
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-125-14/+14
|
* code style fix, types change in docLaurent Bercot2017-01-282-5/+5
|
* Document the types change (uid_t and gid_t in accessrules)Laurent Bercot2017-01-241-2/+2
|
* Doc typo fixLaurent Bercot2016-02-291-1/+1
|
* - add -s support to s6-svscanLaurent Bercot2015-10-061-1/+1
| | | | | - change examples to support -s - change examples to invoke s6-rc, remove servicedirs
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-079-0/+9
|
* - added s6-fdholder-delete(c)Laurent Bercot2015-01-263-2/+214
| | | | | | - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel)
* Move Unix domain utilities and access control utilites,Laurent Bercot2015-01-158-0/+1214
as well as the accessrules library, from s6-networking to here