| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cspawn revamp, part 1. Prepare for 2.14.0.0. | Laurent Bercot | 2023-09-09 | 1 | -176/+22 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Make child_spawn_workaround public | Laurent Bercot | 2023-09-08 | 1 | -4/+0 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Add workaround for bad QoI posix_spawn() | Laurent Bercot | 2023-06-28 | 1 | -71/+99 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Prepare for 2.13.0.0, revamp strerr | Laurent Bercot | 2022-11-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | Don't forget child_spawn either | Laurent Bercot | 2021-09-02 | 1 | -4/+4 |
| | | | | | Signed-off-by: Laurent Bercot <ska@appnovation.com> | ||||
| * | child_spawn cleanup, configure cleanup | Laurent Bercot | 2020-11-25 | 1 | -24/+23 |
| | | |||||
| * | child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+close | Laurent Bercot | 2019-06-16 | 1 | -2/+2 |
| | | |||||
| * | Add child_spawn3, make textclient_startf use it | Laurent Bercot | 2018-01-03 | 1 | -1/+1 |
| | | |||||
| * | Deprecate env_get | Laurent Bercot | 2017-12-22 | 1 | -11/+9 |
| | | |||||
| * | More superflous headers cleanup and tiny fixes | Laurent Bercot | 2017-03-13 | 1 | -2/+1 |
| | | |||||
| * | More types changes | Laurent Bercot | 2017-02-17 | 1 | -6/+6 |
| | | | | | | | | | | 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 | ||||
| * | More work on the types. This commit builds but has errors. | Laurent Bercot | 2017-01-25 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | bugfix: child_spawn() error path now closes the right amount of fds | Laurent Bercot | 2016-10-19 | 1 | -1/+2 |
| | | |||||
| * | Fix/clarify utilisations of 'char' (thanks Esben Haabendal) | Laurent Bercot | 2016-01-14 | 1 | -2/+2 |
| | | |||||
| * | - add stat_at | Laurent Bercot | 2015-05-05 | 1 | -2/+1 |
| | | | | | | | - make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn* | ||||
| * | Applied Roman Kimov's fixesv2.3.1.3 | Laurent Bercot | 2015-03-13 | 1 | -2/+2 |
| | | |||||
| * | - reset all signals to default in child_spawn* | Laurent Bercot | 2015-03-09 | 1 | -1/+4 |
| | | | | | | - cosmetic fix in INSTALL - version: rc for 2.3.1.2 | ||||
| * | Separate socket from pipe in child_spawn. Less code in skaclient! | Laurent Bercot | 2014-12-18 | 1 | -52/+21 |
| | | |||||
| * | Fix child_spawn fd closing when n=1 | Laurent Bercot | 2014-12-10 | 1 | -1/+1 |
| | | |||||
| * | Simplify child_spawn: remove syncpipe in the posix_spawn() case | Laurent Bercot | 2014-12-05 | 1 | -14/+9 |
| | | |||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 1 | -0/+228 |
