summaryrefslogtreecommitdiff
path: root/src/libstddjb/child_spawn.c
AgeCommit message (Collapse)Author
2023-09-09 cspawn revamp, part 1. Prepare for 2.14.0.0.Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-09-08 Make child_spawn_workaround publicLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2023-06-28 Add workaround for bad QoI posix_spawn()Laurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2022-11-29 Prepare for 2.13.0.0, revamp strerrLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2021-09-02 Don't forget child_spawn eitherLaurent Bercot
Signed-off-by: Laurent Bercot <ska@appnovation.com>
2020-11-25 child_spawn cleanup, configure cleanupLaurent Bercot
2019-06-16 child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot
2018-01-03 Add child_spawn3, make textclient_startf use itLaurent Bercot
2017-12-22 Deprecate env_getLaurent Bercot
2017-03-13 More superflous headers cleanup and tiny fixesLaurent Bercot
2017-02-17 More types changesLaurent Bercot
New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
2017-01-25 More work on the types. This commit builds but has errors.Laurent Bercot
Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.
2016-10-19 bugfix: child_spawn() error path now closes the right amount of fdsLaurent Bercot
2016-01-14 Fix/clarify utilisations of 'char' (thanks Esben Haabendal)Laurent Bercot
2015-05-05 - add stat_atLaurent Bercot
- make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn*
2015-03-13 Applied Roman Kimov's fixesv2.3.1.3Laurent Bercot
2015-03-09 - reset all signals to default in child_spawn*Laurent Bercot
- cosmetic fix in INSTALL - version: rc for 2.3.1.2
2014-12-18 Separate socket from pipe in child_spawn. Less code in skaclient!Laurent Bercot
2014-12-10Fix child_spawn fd closing when n=1Laurent Bercot
2014-12-05Simplify child_spawn: remove syncpipe in the posix_spawn() caseLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot