about summary refs log tree commit homepage
path: root/lib/PublicInbox/HTTP.pm
DateCommit message (Expand)
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