]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/HTTP.pm
http: chunk in the server, not middleware
[public-inbox.git] / lib / PublicInbox / HTTP.pm
2016-05-23 Eric Wonghttp: chunk in the server, not middleware
2016-05-22 Eric Wonghttp: rework async_pass support
2016-05-22 Eric Wonghttp: pass reference to Danga::Socket::write
2016-05-22 Eric Wonghttp: fix typo: write_buf => write_buf_size
2016-05-21 Eric Wonghttp: support async_pass for Danga::Socket
2016-05-21 Eric Wonghttp: reduce over-buffering for getline responses
2016-05-17 Eric Wonghttp: release resources when idle
2016-05-03 Eric Wonghttp: move empty string check into write callback
2016-05-02 Eric Wonghttp: remove needless binmode call
2016-05-01 Eric Wongdaemon: reduce timer-related allocations
2016-04-29 Eric Wonghttp: avoid lseek if no input
2016-04-29 Eric Wonghttp: improve error handling for aborted responses
2016-04-29 Eric Wonghttp: avoid corking on "Content-Length: 0" response
2016-04-06 Eric Wonghttp: clarify intent for persistence
2016-04-04 Eric Wonghttp: fix condition for detecting persistence
2016-03-12 Eric Wonghttp: use Plack::HTTPParser for HTTP parsing
2016-03-12 Eric Wonghttp: prevent zero-byte writes
2016-03-06 Eric Wonghttp: reject excessively large HTTP request bodies
2016-03-06 Eric Wonghttp: ensure errors are printable before PSGI env
2016-03-06 Eric Wonghttp: reject excessive headers
2016-03-03 Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-01 Eric Wonghttp: better error handling for EMFILE/ENFILE
2016-02-29 Eric Wongfavor procedural calls for most private functions
2016-02-29 Eric Wonghttp: avoid needless time2str calls
2016-02-29 Eric Wonghttp: document event_write usage
2016-02-29 Eric Wonghttp: error check for sysseek on input
2016-02-28 Eric Wonghttp: support graceful shutdown like nntp
2016-02-27 Eric Wonghttp: simplify offset calculation slightly
2016-02-25 Eric Wonghttpd: fill in missing Danga::Socket callbacks
2016-02-23 Eric Wonginitial public-inbox-httpd implemenation