about summary refs log tree commit diff
path: root/src/libs6/ftrigr_update.c
Commit message (Collapse)AuthorAgeFilesLines
* Add ftrigr_updateb()Laurent Bercot2017-07-161-56/+1
|
* Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot2017-06-141-2/+3
| | | | | | | - 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()
* Cleanup of superfluous includesLaurent Bercot2017-03-131-1/+1
|
* Adapt to skalibs-2.5.0.0Laurent Bercot2017-03-121-1/+1
|
* Actually fix the return value of ftrigr_update() (thanks jjk)Laurent Bercot2017-01-311-1/+3
|
* bugfix: ftrigr_update() could return incorrect value for repeating events ↵Laurent Bercot2017-01-301-2/+21
| | | | (thanks jjk)
* Types fix, first passLaurent Bercot2017-01-121-4/+5
|
* Initial commitLaurent Bercot2014-12-051-0/+43