about summary refs log tree commit homepage
path: root/lib/PublicInbox/Qspawn.pm
DateCommit message (Expand)
2019-09-27qspawn: workaround Perl 5.16.3 leak, re-enable Deflater
2019-09-17qspawn: improve variable naming and commenting
2019-09-17qspawn: shorten lifetime of circular references
2019-09-17qspawn: log errors for generic PSGI server users
2019-09-17qspawn: remove return value from ->finish
2019-09-15qspawn: shorten lifetime of environ and opts args
2019-09-15qspawn: clarify and improve error handling
2019-09-14qspawn: remove unused WNOHANG import
2019-09-14httpd/async: improve naming and comments
2019-09-14qspawn: simplify by using PerlIO::scalar
2019-07-08ds: use WNOHANG with waitpid if inside event loop
2019-07-04qspawn: retry sysread when parsing headers, too
2019-06-29http: use bigger, but shorter-lived buffers for pipes
2019-06-24http|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24qspawn: describe where `$rpipe' come from
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-04-04qspawn: wire up RLIMIT_* handling to limiters
2019-01-31qspawn: documentation updates
2019-01-27qspawn: decode $? for user-friendliness
2019-01-22qspawn: implement psgi_qx
2019-01-22qspawn|httpd/async: improve and fix out-of-date comments
2019-01-22qspawn|getlinebody: support streaming filters
2019-01-22qspawn: implement psgi_return and use it for githttpbackend
2018-02-07update copyrights for 2018
2017-01-07qspawn: prepare to support runtime reloading of Limiter
2016-07-09www: add configurable limiters
2016-07-09qspawn: allow configurable limiters
2016-06-21spawn: improve error checking for fork failures
2016-05-24git-http-backend: use qspawn to limit running processes