about summary refs log tree commit homepage
path: root/lib/PublicInbox/Spawn.pm
DateCommit message (Expand)
2016-12-26spawn: remove non-blocking support, here
2016-06-21spawn: improve error checking for fork failures
2016-06-18spawn: try to keep signals blocked in spawned child
2016-05-22spawn: note we do not use absolute paths within our code
2016-05-02spawn: proper signal handling for vfork
2016-02-29favor procedural calls for most private functions
2016-02-28reduce calls to close unless error checks are needed
2016-02-28spawn: disable popen optimization for non-vfork
2016-02-27spawn: fail properly if Inline fails
2016-02-27git: use built-in spawn implementation for vfork
2016-02-27initial spawn implementation using vfork