]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Spawn.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / Spawn.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wongspawn: move run_die here from PublicInbox::Import
2020-08-08 Eric Wongsupport setting No_COW on Perl <5.22
2020-08-01 Eric Wongimprove error handling on import fork / lock failures
2020-07-29 Eric Wongsearchidx: disable CoW for SQLite and Xapian under...
2020-07-02 Eric Wongspawn: drop unused sys/uio.h include
2020-07-02 Eric Wongspawn: modernize with parent.pm, drop warnings.pm
2020-07-02 Eric Wongspawn: make @RLIMITS an array
2020-06-30 Eric Wongspawn: unblock SIGCHLD in subprocess
2020-05-23 Eric Wongspawn: fix compatibility with old Inline::C
2020-05-12 Eric Wongspawn: use ~/.cache/public-inbox/inline-c if writable
2020-03-04 Eric Wongspawn: correctly handle error code
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-02-02 Eric Wongspawn: actually die on (vfork|fork) failures
2020-01-11 Eric Wongspawn (and thus popen_rd) die on failure
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