about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTP.pm
DateCommit message (Expand)
2016-04-06http: clarify intent for persistence
2016-04-04http: fix condition for detecting persistence
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-12http: prevent zero-byte writes
2016-03-06http: reject excessively large HTTP request bodies
2016-03-06http: ensure errors are printable before PSGI env
2016-03-06http: reject excessive headers
2016-03-03daemon: introduce host_with_port for identifying sockets
2016-03-01http: better error handling for EMFILE/ENFILE
2016-02-29favor procedural calls for most private functions
2016-02-29http: avoid needless time2str calls
2016-02-29http: document event_write usage
2016-02-29http: error check for sysseek on input
2016-02-28http: support graceful shutdown like nntp
2016-02-27http: simplify offset calculation slightly
2016-02-25httpd: fill in missing Danga::Socket callbacks
2016-02-23initial public-inbox-httpd implemenation