summaryrefslogtreecommitdiff
path: root/src/pipe-tools
AgeCommit message (Collapse)Author
2023-09-09 Adapt to skalibs-2.14Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Adapt to skalibs-2.13.0.0Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-08-09 skalibs-2.11.0.0 API changeLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-02-11 bugfix: unignore SIGPIPE before execing a user-controlled processLaurent Bercot
2020-03-24 Treat execline as an extra_lib instead of an in-package libLaurent Bercot
2019-12-23 Make execline dependency optionalLaurent Bercot
This includes: - adding a configure option to disable execline support - duplicating el_semicolon() and el_getstrict() into the s6 library when execline is disabled at build time, making a compat shim and using it where needed (s6-svlisten, s6-ftrig-listen) - Creating alternatives for execlineb script spawning: * s6-log: '?' directive (done in the previous commit) * s6-notifyoncheck: require hardcoding the check in ./data/check * s6-ipcserver-access: no support for exec files, add a warning - Updating the relevant parts of the doc --enable-execline will remain the default, and whiners can choke on their tears.
2019-09-21 Remove tainnow.lib dependencyLaurent Bercot
2019-09-06 Adapt to new stopwatch APILaurent Bercot
2019-09-04 Separate wall clocks from stopwatchesLaurent Bercot
2017-05-11 s6-ftrig-listen1 now prints the last event to stdoutLaurent Bercot
2017-03-12 Adapt to skalibs-2.5.0.0Laurent Bercot
2017-01-12 Types fix, first passLaurent Bercot
2016-08-12 Add spawn_lib supportLaurent Bercot
2015-01-16 - s6-svlisten and s6-svlisten1Laurent Bercot
- Synchronous s6-svc - version 2.0.2.0, rc
2015-01-14 - Parallel build fixv2.0.1.0Laurent Bercot
- Complete readiness notification via supervise/ready - Version updated to 2.0.1.0, release candidate
2014-12-16 Add $SOCKET_LIB dependencies everywhere, because SolarisLaurent Bercot
2014-12-08fork -> child_spawn in s6-ftrig-listenLaurent Bercot
2014-12-07Use ftrigw_notify_b in s6-ftrig-notifyLaurent Bercot
2014-12-05Initial commitLaurent Bercot