]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Spawn.pm
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / lib / PublicInbox / Spawn.pm
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2019-12-30 Eric Wongspawn: better error handling
2019-12-30 Eric Wongspawn: support chdir via -C option
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-24 Eric Wongremove "no warnings 'once'" in a few places
2019-12-11 Eric Wongspawn: remove support for clearing the env
2019-11-16 Eric Wongspawn: which: allow embedded slash for relative path
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongspawn: remove `Blocking' flag handling
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-07 Eric Wongspawn (Inline::C): fix off-by-one error
2019-04-04 Eric Wongspawn: require soft and hard entries in RLIMIT_* handling
2019-04-04 Eric Wongqspawn: wire up RLIMIT_* handling to limiters
2019-04-04 Eric Wongspawn: support absolute paths
2019-04-04 Eric Wongspawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
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