]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Spawn.pm
update copyrights for 2018
[public-inbox.git] / lib / PublicInbox / Spawn.pm
2018-02-07 Eric Wongupdate copyrights for 2018
2016-06-21 Eric Wongspawn: improve error checking for fork failures
2016-06-18 Eric Wongspawn: try to keep signals blocked in spawned child
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-22 Eric Wongspawn: note we do not use absolute paths within our...
2016-05-02 Eric Wongspawn: proper signal handling for vfork
2016-02-29 Eric Wongfavor procedural calls for most private functions
2016-02-28 Eric Wongreduce calls to close unless error checks are needed
2016-02-28 Eric Wongspawn: disable popen optimization for non-vfork
2016-02-27 Eric Wongspawn: fail properly if Inline fails
2016-02-27 Eric Wonggit: use built-in spawn implementation for vfork
2016-02-27 Eric Wonginitial spawn implementation using vfork