aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major refactoring and some fixesMattias Andrée2025-03-161-83/+0
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Misc improvementsMattias Andrée2025-03-071-20/+20
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* style and some minor fixesMattias Andrée2025-03-061-2/+2
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* StyleMattias Andrée2025-03-061-44/+23
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Fix warningMattias Andrée2025-03-051-0/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* cleanup + cast + use pipe2 on linuxMattias Andrée2025-03-051-19/+27
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-4/+1
| | | | Signed-off-by: Mattias Andrée <m@maandree.se>
* pipeutils: Add utils for pipe signalsJon Lund Steffensen2017-08-171-0/+98
Add pipeutils.c with utility functions for working with pipes as signals across threads. Using pipes for signals makes it easy for the main thread to wait on (multiple) file descriptors with or without a timeout.