]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/Spawn.pm
spawn: avoid C++ keyword `try'
[public-inbox.git] / lib / PublicInbox / Spawn.pm
2021-11-22 Eric Wongspawn: avoid C++ keyword `try'
2021-10-23 Eric Wongcmd_ipc4: retry sendmsg on ENOBUFS/ENOMEM/ETOOMANYREFS
2021-09-14 Eric Wongspawn+gcf2: improve diagnostics for build failures
2021-02-24 Eric Wongtreewide: avoid "delete local" construct on hashes
2021-02-07 Eric Wongspawn: pi_fork_exec: support "pgid"
2021-02-07 Eric Wongspawn: pi_fork_exec: restore parent sigmask in child
2021-02-04 Eric Wongspawn: merge common C code together
2021-01-30 Eric Wonglei: less error-prone FD mapping
2021-01-26 Eric Wonguse defined-or in a few more places
2021-01-26 Eric Wongspawn: split() on regexp, not a literal string
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-21 Eric Wonglei q: start ->mset while query_prepare runs
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-14 Eric Wongcmd_ipc: support + test EINTR + EAGAIN, no FDs
2021-01-12 Eric Wonglei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12 Eric Wongipc: start supporting sending/receiving more than 3 FDs
2021-01-12 Eric Wongcmd_ipc: send FDs with buffer payload
2021-01-04 Eric Wonglei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03 Eric Wongsend and receive all 3 FDs at once
2021-01-03 Eric Wongspawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-02 Eric Wongprocesspipe: allow synchronous close to set $?
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