about summary refs log tree commit homepage
path: root/lib/PublicInbox/DS.pm
DateCommit message (Expand)
2020-04-09triewyde: ficks soem speling errrors
2020-01-27switch to sysseek + sysread for serving static files
2020-01-25ds: tmpio: store offsets per-buffer
2020-01-13ds: flatten $EXPMAP, delete entries on close
2020-01-13ds: rely on autovivification for $later_queue
2020-01-13ds: rely on autovivication for waitpid bits
2020-01-13ds: rely on autovivification for nextq
2020-01-13ds|http|nntp: simplify {wbuf} population
2020-01-13ds: guard ToClose against DESTROY side-effects
2020-01-13ds: remove Timer->cancel and Timer class+bless
2020-01-13ds: add an in_loop() function for Inbox.pm use
2020-01-13ds: add_timer: rename from AddTimer, remove a parameter
2020-01-13ds: new: avoid redundant check, make clobbering fatal
2020-01-11doc: technical/ds.txt: describe PublicInbox::DS divergences
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-28ds: use MSG_MORE when wbuf is empty during long responses
2019-12-15inbox: fix periodic git process cleanup
2019-12-14ds: move NNTP-only expiration code into DS
2019-12-14ds: move EvCleanup code into DS
2019-12-11ds: ->Reset initializes $nextq
2019-11-27httpd|nntpd: avoid missed signal wakeups
2019-09-26ds: workaround a memory leak in Perl 5.16.x
2019-09-14tmpfile: support O_APPEND and use it in DS::tmpio
2019-07-08Merge remote-tracking branch 'origin/nntp-compress'
2019-07-08ds: use WNOHANG with waitpid if inside event loop
2019-07-06nntp: reduce memory overhead of zlib
2019-06-30ds: fix return values of do_read and *_tls_step
2019-06-30ds: rely on refcounting to close descriptors
2019-06-29httpd/async: switch to buffering-as-fast-as-possible
2019-06-29ds: consolidate IO::Socket::SSL checks
2019-06-29ds: handle deferred DS->close after timers
2019-06-29http: use requeue instead of watch_in1
2019-06-29ds: move requeue logic over from NNTP
2019-06-29ds: share lazy rbuf handling between HTTP and NNTP
2019-06-26ds: cleanup poll test and avoid clobbering imports
2019-06-24ds: ->write must not clobber empty wbuf array
2019-06-24ds: reduce overhead of tempfile creation
2019-06-24ds: reimplement IO::Poll support to look like epoll
2019-06-24ds: split out IO::KQueue-specific code
2019-06-24ds: flush_write runs ->write callbacks even if closed
2019-06-24ds: always use EV_ADD with EV_SET
2019-06-24ds: allow ->write callbacks to syswrite directly
2019-06-24nntp: call SSL_shutdown in normal cases
2019-06-24ds|nntp: use CORE::close on socket
2019-06-24nntp: NNTPS and NNTP+STARTTLS working
2019-06-24ds: deal better with FS-related errors IO buffers
2019-06-24allow use of PerlIO layers for filesystem writes
2019-06-24ds: hoist out do_read from NNTP and HTTP
2019-06-24ds: remove pointless exit calls
2019-06-24ds: pass $self to code references