]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/HTTPD/Async.pm
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / lib / PublicInbox / HTTPD / Async.pm
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-26 Eric Wonghttpd/async: get rid of ephemeral main_cb
2019-12-26 Eric Wongqspawn: replace anonymous $end callbacks w/ event_step
2019-12-26 Eric Wonghttpd/async: support passing arg to callbacks
2019-09-14 Eric Wonghttpd/async: improve naming and comments
2019-09-09 Eric Wongrun update-copyrights from gnulib for 2019
2019-06-30 Eric WongMerge remote-tracking branch 'origin/email-simple-mem...
2019-06-29 Eric Wonghttp: use bigger, but shorter-lived buffers for pipes
2019-06-29 Eric Wonghttpd/async: switch to buffering-as-fast-as-possible
2019-06-29 Eric Wongds: handle deferred DS->close after timers
2019-06-26 Eric WongMerge remote-tracking branch 'origin/nntp-tls'
2019-06-24 Eric Wongds: pass $self to code references
2019-06-24 Eric Wonghttp: don't pass extra args to PublicInbox::DS::close
2019-06-24 Eric Wongds: favor `delete' over assigning fields to `undef'
2019-06-24 Eric Wonghttp|nntp: favor "$! == EFOO" over $!{EFOO} checks
2019-06-24 Eric Wonghttpd/async: remove EINTR check
2019-06-24 Eric Wongds: get rid of event_watch field
2019-06-24 Eric Wongds: set event flags directly at initialization
2019-06-24 Eric Wongds: lazy-initialize wbuf
2019-06-24 Eric Wongds: get rid of {closed} field
2019-06-16 Eric Wongds: stop distinguishing event read and write callbacks
2019-06-16 Eric WongMerge remote-tracking branch 'origin/newspeak' into...
2019-06-15 Eric WongMerge remote-tracking branch 'origin/ds'
2019-06-10 Eric Wongds: do not distinguish between POLLHUP and POLLERR
2019-06-10 Eric Wongds: simplify write buffer accounting
2019-05-08 Eric WongMerge remote-tracking branch 'origin/danga-bundle'
2019-05-04 Eric Wongbundle Danga::Socket and Sys::Syscall
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-30 Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-26 Eric Wongsolver: rewrite to use Qspawn->psgi_qx and pi-httpd...
2019-01-22 Eric Wonghttpd/async: stop running command if client disconnects
2019-01-22 Eric Wongqspawn|httpd/async: improve and fix out-of-date comments
2019-01-22 Eric Wonghttpd/async: remove needless sysread wrapper
2018-02-07 Eric Wongupdate copyrights for 2018
2017-01-04 Eric Wonghttpd/async: remove weaken usage
2016-12-25 Eric Wonghttpd/async: improve variable naming
2016-07-09 Eric Wonghttpd/async: reinstate D::S timer usage for cleanup
2016-07-09 Eric Wonghttpd/async: do not attempt future writes on closed...
2016-06-18 Eric Wongdaemon: be less misleading about graceful shutdown
2016-06-07 Eric WongMerge branch 'unsubscribe'
2016-05-30 Eric Wonghttp: yield body->getline running time
2016-05-27 Eric Wonghttpd/async: do not needlessly weaken
2016-05-27 Eric Wonghttpd/async: prevent circular reference
2016-05-24 Eric Wongstandardize timer-related event-loop code
2016-05-23 Eric Wonggit-http-backend: refactor to support cleanup
2016-05-22 Eric Wonghttp: rework async_pass support
2016-05-22 Eric Wonghttp: async getline supports push_back_read
2016-05-21 Eric Wonghttp: support async_pass for Danga::Socket
2016-04-30 Eric Wonghttp: graceful shutdown for pi-httpd.async callers
2016-04-25 Eric Wongsplit out NNTPD and HTTPD* modules