Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ftrigr_updateb() | Laurent Bercot | 2017-07-16 | 1 | -56/+1 |
| | |||||
* | Add ftrigr_checksa(), rewrite s6_svlisten_loop() around it | Laurent Bercot | 2017-06-14 | 1 | -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 includes | Laurent Bercot | 2017-03-13 | 1 | -1/+1 |
| | |||||
* | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | Actually fix the return value of ftrigr_update() (thanks jjk) | Laurent Bercot | 2017-01-31 | 1 | -1/+3 |
| | |||||
* | bugfix: ftrigr_update() could return incorrect value for repeating events ↵ | Laurent Bercot | 2017-01-30 | 1 | -2/+21 |
| | | | | (thanks jjk) | ||||
* | Types fix, first pass | Laurent Bercot | 2017-01-12 | 1 | -4/+5 |
| | |||||
* | Initial commit | Laurent Bercot | 2014-12-05 | 1 | -0/+43 |