| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add s6-notify-fd-from-socket and s6-notify-socket-from-fd | Laurent Bercot | 2026-04-09 | 1 | -1/+1 |
| | | | | | | Also add .gitkeep files, remove old include-local/s6lockd.h, update a little bit of doc, make s6-ftrigrd pipe-only | ||||
| * | Refactor ftrig using sass; clean up API a bit, update its users | Laurent Bercot | 2026-03-16 | 1 | -199/+113 |
| | | |||||
| * | Don't step on POSIX | Laurent Bercot | 2024-11-10 | 1 | -3/+3 |
| | | | | | | | remove() is in stdio.h, which bionic pulls. lol @ bionic. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | this is why I hate free's signature | Laurent Bercot | 2024-05-05 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | s6-ftrigrd: don't have in-object pointers when reallocing | Laurent Bercot | 2024-05-05 | 1 | -6/+15 |
| | | | | | | | | | | | | | | | Make all pointers out-of-object, even if that means an additional alloc. Objects that move need to be flat, so in the absence of a proper multi-object storage structure, deep allocs is the only solution. The alternative is to use gensetdyn so objects don't move, but here we already have a ftrig1_t, a stralloc and a regex_t making deep allocs, so who cares about one more - the overhead of gensetdyn is probably more expensive. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Restore cleanups in s6-ftrigrd; fix an old bug and a new bug | Laurent Bercot | 2024-05-03 | 1 | -8/+41 |
| | | | | | | | | | ftrigw_clean() didn't clean properly. ftrig1_make() didn't give enough perms to the fifo, notification could fail in certain cases. Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | bugfix: bad length computation in s6-ftrigrd | Laurent Bercot | 2024-04-25 | 1 | -8/+10 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't limit the amount of fifodirs s6-ftrigrd can listen to | Laurent Bercot | 2024-04-18 | 1 | -60/+39 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to skalibs-2.13.0.0 | Laurent Bercot | 2022-11-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Pass errno as unsigned char | Laurent Bercot | 2021-09-02 | 1 | -2/+2 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | skalibs-2.11.0.0 API change | Laurent Bercot | 2021-08-09 | 1 | -3/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Adapt to new stopwatch API | Laurent Bercot | 2019-09-06 | 1 | -2/+1 |
| | | |||||
| * | Separate wall clocks from stopwatches | Laurent Bercot | 2019-09-04 | 1 | -0/+1 |
| | | |||||
| * | Accept empty regexes even on BSDs | Laurent Bercot | 2019-05-11 | 1 | -1/+2 |
| | | |||||
| * | Adaptation to skalibs/posixishard.h | Laurent Bercot | 2019-02-19 | 1 | -0/+3 |
| | | |||||
| * | Use mkptemp() in s6-ftrigrd. Prepare for 2.7.2.3. | Laurent Bercot | 2019-01-09 | 1 | -1/+0 |
| | | |||||
| * | Port ftrigr and s6lock to textclient | Laurent Bercot | 2017-12-22 | 1 | -26/+26 |
| | | |||||
| * | s6-ftrigrd: be silent when the client dies in the middle of an asyncout flush | Laurent Bercot | 2017-06-13 | 1 | -1/+1 |
| | | | | | Also add ./configure output to .gitignore | ||||
| * | bugfix: use memmove instead of memcpy in an overlapping stralloc in s6-ftrigrd | Laurent Bercot | 2017-06-13 | 1 | -1/+1 |
| | | |||||
| * | Adapt to skalibs-2.5.0.0 | Laurent Bercot | 2017-03-12 | 1 | -8/+6 |
| | | |||||
| * | Types fix, first pass | Laurent Bercot | 2017-01-12 | 1 | -7/+9 |
| | | |||||
| * | Unconditionally switch s6-ftrigrd to surf (avoid boot stalling problems, ↵ | Laurent Bercot | 2016-10-16 | 1 | -3/+1 |
| | | | | | and nobody cares about that RNG not being CS) | ||||
| * | Port to the new librandom API | Laurent Bercot | 2016-10-14 | 1 | -0/+3 |
| | | |||||
| * | Cosmetic fixes (remove useless headers, add a const) | Laurent Bercot | 2016-02-23 | 1 | -1/+0 |
| | | |||||
| * | - fix stupid, stupid s6-ftrigrd crash (thx jjk) | Laurent Bercot | 2016-01-07 | 1 | -12/+10 |
| | | | | | - rc for 2.2.4.3 | ||||
| * | - bugfix in s6-ftrigrd and s6lockd, need to align with skalibs-2.1.0.0v2.0.0.1 | Laurent Bercot | 2015-01-06 | 1 | -2/+2 |
| | | | | | - version increased to 2.0.0.1 | ||||
| * | Cosmetic fix in s6-ftrigrd | Laurent Bercot | 2014-12-09 | 1 | -1/+1 |
| | | |||||
| * | Rewrite s6-ftrigrd to avoid moving buffers (and pointers in them) | Laurent Bercot | 2014-12-07 | 1 | -41/+37 |
| | | |||||
| * | someday I'll test BEFORE committing | Laurent Bercot | 2014-12-06 | 1 | -1/+1 |
| | | |||||
| * | typo in s6-ftrigrd | Laurent Bercot | 2014-12-06 | 1 | -1/+1 |
| | | |||||
| * | Fix: correctly init ftrigio buffer in s6-ftrigrd | Laurent Bercot | 2014-12-06 | 1 | -1/+7 |
| | | |||||
| * | Initial commit | Laurent Bercot | 2014-12-05 | 1 | -0/+266 |
