about summary refs log tree commit homepage
DateCommit message (Expand)
2016-03-05daemon: document optional Net::Server dependency
2016-03-05doc: add contact/see-also/copyright sections to mda manpage
2016-03-05httpd: remove unnecessary eval
2016-03-05t/httpd-corner: avoid clobbering existing FDs after fork
2016-03-05doc: language-neutral client-side endpoints
2016-03-05doc: varyus speling fickses
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-05t/httpd-corner: additional callback test
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-03t/*.t: use identifiable tempdir names
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: remove unneeded err and out fields from class
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-01MANIFEST: add examples/apache2_perl_old.conf
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-29t/init.t: avoid spewing directory names in output
2016-02-29t/search.t: use transactions to reduce I/O load
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
2016-02-29distinguish error messages intended for users vs developers
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-28examples/public-inbox.psgi: relax license to GPL-3.0+
2016-02-28examples: various Apache-related doc updates
2016-02-28examples/cgi-webrick.rb: set CGIPathEnv, update comments
2016-02-28examples/: PSGI example updates
2016-02-28spawnpp: die instead of exit on exec failure
2016-02-28newswww: set Content-Type properly
2016-02-28http: support graceful shutdown like nntp
2016-02-28reduce calls to close unless error checks are needed
2016-02-28searchidx: use defined for checking EOF behavior
2016-02-28t/: remove unnecessary Dumper use
2016-02-28searchmsg: update + fix license header