about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2016-04-11import: initial module + test case
2016-04-11git: add support for qx wrapper
2016-04-11mbox: unconditionally add trailing newline
2016-04-09filter: remove out dated comments
2016-04-09filter: preserve Mail-Followup-To and Mail-Reply-To
2016-04-06view: account for threads lacking a common parent
2016-04-06view: shorter link for ghosts in per-message view
2016-04-06view: do not prune ghosts from threads
2016-04-06view: eliminate dead code and hash fields
2016-04-06http: clarify intent for persistence
2016-04-05view: link restructuring for index view
2016-04-04http: fix condition for detecting persistence
2016-04-02www: more explicit "git clone" usage
2016-04-02www: various style changes and comment updates
2016-03-17daemon: expand @ARGV paths for running in '/'
2016-03-12feed: fix brain farts in new_oneline removal
2016-03-12searchmsg: preserve hard tabs, but drop CR (\r)
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-03-12http: use Plack::HTTPParser for HTTP parsing
2016-03-12http: prevent zero-byte writes
2016-03-11daemon: fixup usage of the '-l' switch with IP/INET6 sockets
2016-03-08daemon: allow using IO::Socket::IP over INET6
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-05daemon: sockname detects listeners correctly
2016-03-05daemon: document optional Net::Server dependency
2016-03-05feed: remove unnecessary encoding lookup
2016-03-05daemon: simplify parent death handling
2016-03-05daemon: avoid cyclic references for once-used callbacks
2016-03-05daemon: drop listener sockets ASAP on termination
2016-03-05git-http-backend: favor sysread for regular files
2016-03-04daemon: simplify socket inheriting, slightly
2016-03-04daemon: support listening on Unix domain sockets
2016-03-03daemon: introduce host_with_port for identifying sockets
2016-03-03daemon: avoid polluting the main package
2016-03-03view: fix stupid typo in inline_dump
2016-03-03use raw header for Message-ID
2016-03-01http: better error handling for EMFILE/ENFILE
2016-03-01httpd: document pi-httpd.async as totally unstable
2016-03-01processpipe: preserve native close behavior
2016-03-01linkify: do not capture trailing '.' or ';' in URLs
2016-03-01extract linkification code to a separate package
2016-03-01view: consolidate whitespace stripping from messages
2016-03-01view: do not hide patches or signatures
2016-02-29fixup Plack-related requires
2016-02-29git-http-backend: fixes for mod_perl
2016-02-29spawnpp: use env(1) for mod_perl compatibility
2016-02-29git-http-backend: stricter parsing of CRLF
2016-02-29favor procedural calls for most private functions