]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/HTTP.pm
http: use a larger buffer for ->getline responses
[public-inbox.git] / lib / PublicInbox / HTTP.pm
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