aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipeutils.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-16Major refactoring and some fixesMattias Andrée1-83/+0
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-07Misc improvementsMattias Andrée1-20/+20
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-06Update redshift to redshift-ngMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-06style and some minor fixesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-06StyleMattias Andrée1-44/+23
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-05Fix warningMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-05cleanup + cast + use pipe2 on linuxMattias Andrée1-19/+27
Signed-off-by: Mattias Andrée <m@maandree.se>
2025-03-05Cleanup and style update (avoid typedef)Mattias Andrée1-4/+1
Signed-off-by: Mattias Andrée <m@maandree.se>
2017-08-17pipeutils: Add utils for pipe signalsJon Lund Steffensen1-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.