about summary refs log tree commit homepage
path: root/lib/PublicInbox/SpawnPP.pm
DateCommit message (Expand)
2024-04-03treewide: avoid getpid() for OnDestroy checks
2023-10-28spawnpp: use autodie for syscall failures
2023-09-11spawn: do not block ABRT/BUS/ILL/SEGV signals
2023-03-25spawn: show failing directory for chdir failures
2023-02-09spawn_pp: fix incorrect `use'
2023-01-30spawn_pp: use `which()' properly for pure-Perl spawn
2022-12-25spawn_pp: cleanup, error checks and descriptive errors
2021-02-08spawnpp: raise exception on E2BIG errors
2021-02-07spawn_pp: die more consistently in child
2021-02-07spawn: pi_fork_exec: support "pgid"
2021-02-07spawn: pi_fork_exec: restore parent sigmask in child
2021-01-01update copyrights for 2021
2020-06-30spawn: unblock SIGCHLD in subprocess
2020-02-06treewide: run update-copyrights from gnulib for 2019
2019-12-30spawn: support chdir via -C option
2019-12-30spawn: allow passing GLOB handles for redirects
2019-09-24spawnpp: use absolute path for exec
2019-09-09run update-copyrights from gnulib for 2019
2019-04-04spawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2019-01-09doc: various overview-level module comments
2018-02-07update copyrights for 2018
2016-06-21spawn: improve error checking for fork failures
2016-06-18spawn: try to keep signals blocked in spawned child
2016-05-03spawnpp: use native perl %ENV outside of mod_perl
2016-02-29spawnpp: use env(1) for mod_perl compatibility
2016-02-28spawnpp: die instead of exit on exec failure
2016-02-28spawnpp: fix error message for stderr redirect failing
2016-02-27initial spawn implementation using vfork