about summary refs log tree commit homepage
path: root/t/spawn.t
DateCommit message (Expand)
2024-04-03treewide: avoid getpid for more ownership checks
2024-01-30spawn: support some rlimit uses via Inline::C
2023-11-13spawn: don't append to scalarrefs on stdout/stderr
2023-11-03replace ProcessIO with untied PublicInbox::IO
2023-11-03treewide: use ->close to call ProcessIO->CLOSE
2023-10-25spawn: support synchronous run_qx
2023-10-08process_io: pass args to awaitpid as list
2023-10-08rename ProcessPipe to ProcessIO
2023-10-01treewide: enable warnings in all exec-ed processes
2023-08-29t/spawn.t: workaround OpenBSD RLIMIT_CPU delays
2023-01-30spawn_pp: use `which()' properly for pure-Perl spawn
2023-01-18ds: introduce awaitpid, switch ProcessPipe users
2022-06-11t/spawn: Find invalid PID to try to join its process group
2021-02-24treewide: avoid "delete local" construct on hashes
2021-02-07spawn: pi_fork_exec: support "pgid"
2021-02-05httpd/async: set O_NONBLOCK correctly
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12ds: block signals when reaping
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-02processpipe: allow synchronous close to set $?
2021-01-01update copyrights for 2021
2020-07-07t/spawn: fix test reliability
2020-06-30spawn: unblock SIGCHLD in subprocess
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-11spawn: remove support for clearing the env
2019-11-04index: "git log" failures are fatal
2019-09-09run update-copyrights from gnulib for 2019
2019-06-24spawn: remove `Blocking' flag handling
2019-04-04spawn: require soft and hard entries in RLIMIT_* handling
2019-04-04spawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2018-02-07update copyrights for 2018
2016-06-18spawn: try to keep signals blocked in spawned child
2016-05-22t/spawn.t: additional tests for popen_rd
2016-02-27git: use built-in spawn implementation for vfork
2016-02-27initial spawn implementation using vfork