about summary refs log tree commit diff
path: root/doc/libs6/ftrigr.html
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixLaurent Bercot2022-10-261-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc fix (thx Obarun)Laurent Bercot2022-03-161-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Documentation fixes, by flexibeastLaurent Bercot2020-09-161-4/+4
|
* 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-231-6/+6
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-5/+5
|
* code style fix, types change in docLaurent Bercot2017-01-281-2/+2
|
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-071-0/+1
|
* - added s6-fdholder-delete(c)Laurent Bercot2015-01-261-1/+2
| | | | | | - 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-151-0/+268
as well as the accessrules library, from s6-networking to here