]> Sergey Matveev's repositories - public-inbox.git/history - t/spawn.t
No ext_urls
[public-inbox.git] / t / spawn.t
2023-01-30 Eric Wongspawn_pp: use `which()' properly for pure-Perl spawn
2023-01-18 Eric Wongds: introduce awaitpid, switch ProcessPipe users
2022-06-11 Thiago Jung Bauermannt/spawn: Find invalid PID to try to join its process...
2021-02-24 Eric Wongtreewide: avoid "delete local" construct on hashes
2021-02-07 Eric Wongspawn: pi_fork_exec: support "pgid"
2021-02-05 Eric Wonghttpd/async: set O_NONBLOCK correctly
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-12 Eric Wongcmd_ipc: send FDs with buffer payload
2021-01-12 Eric Wongds: block signals when reaping
2021-01-03 Eric Wongsend and receive all 3 FDs at once
2021-01-03 Eric Wongspawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-02 Eric Wongprocesspipe: allow synchronous close to set $?
2021-01-01 Eric Wongupdate copyrights for 2021
2020-07-07 Eric Wongt/spawn: fix test reliability
2020-06-30 Eric Wongspawn: unblock SIGCHLD in subprocess
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-11 Eric Wongspawn: remove support for clearing the env
2019-11-04 Eric Wongindex: "git log" failures are fatal
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongspawn: remove `Blocking' flag handling
2019-04-04 Eric Wongspawn: require soft and hard entries in RLIMIT_* handling
2019-04-04 Eric Wongspawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2018-02-07 Eric Wongupdate copyrights for 2018
2016-06-18 Eric Wongspawn: try to keep signals blocked in spawned child
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-22 Eric Wongt/spawn.t: additional tests for popen_rd
2016-02-27 Eric Wonggit: use built-in spawn implementation for vfork
2016-02-27 Eric Wonginitial spawn implementation using vfork