about summary refs log tree commit homepage
path: root/lib/PublicInbox/SpawnPP.pm
DateCommit message (Expand)
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