summaryrefslogtreecommitdiff
path: root/src/libs6/ftrigr_update.c
AgeCommit message (Collapse)Author
2017-07-16 Add ftrigr_updateb()Laurent Bercot
2017-06-14 Add ftrigr_checksa(), rewrite s6_svlisten_loop() around itLaurent Bercot
- 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()
2017-03-13 Cleanup of superfluous includesLaurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-31 Actually fix the return value of ftrigr_update() (thanks jjk)Laurent Bercot
2017-01-30 bugfix: ftrigr_update() could return incorrect value for repeating events ↵Laurent Bercot
(thanks jjk)
2017-01-12 Types fix, first passLaurent Bercot
2014-12-05Initial commitLaurent Bercot