]> git.ipfire.org Git - thirdparty/public-inbox.git/shortlog
thirdparty/public-inbox.git
2016-03-12  Eric Wongfeed: fix brain farts in new_oneline removal
2016-03-12  Eric Wongsearchmsg: preserve hard tabs, but drop CR (\r)
2016-03-12  Eric Wongreduce "PublicInbox::Hval->new_oneline" use
2016-03-12  Eric Wonghttp: use Plack::HTTPParser for HTTP parsing
2016-03-12  Eric Wongexamples: disable Chunked response in PSGI example
2016-03-12  Eric Wonghttp: prevent zero-byte writes
2016-03-11  Eric Wongdaemon: fixup usage of the '-l' switch with IP/INET6...
2016-03-08  Eric Wongdaemon: allow using IO::Socket::IP over INET6
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-05  Eric Wongdaemon: sockname detects listeners correctly
2016-03-05  Eric Wongdaemon: document optional Net::Server dependency
2016-03-05  Eric Wongdoc: add contact/see-also/copyright sections to mda...
2016-03-05  Eric Wonghttpd: remove unnecessary eval
2016-03-05  Eric Wongt/httpd-corner: avoid clobbering existing FDs after...
2016-03-05  Eric Wongdoc: language-neutral client-side endpoints
2016-03-05  Eric Wongdoc: varyus speling fickses
2016-03-05  Eric Wongfeed: remove unnecessary encoding lookup
2016-03-05  Eric Wongdaemon: simplify parent death handling
2016-03-05  Eric Wongdaemon: avoid cyclic references for once-used callbacks
2016-03-05  Eric Wongdaemon: drop listener sockets ASAP on termination
2016-03-05  Eric Wongt/httpd-corner: additional callback test
2016-03-05  Eric Wonggit-http-backend: favor sysread for regular files
2016-03-04  Eric Wongdaemon: simplify socket inheriting, slightly
2016-03-04  Eric Wongdaemon: support listening on Unix domain sockets
2016-03-03  Eric Wongdaemon: introduce host_with_port for identifying sockets
2016-03-03  Eric Wongdaemon: avoid polluting the main package
2016-03-03  Eric Wongt/*.t: use identifiable tempdir names
2016-03-03  Eric Wongview: fix stupid typo in inline_dump
2016-03-03  Eric Wonguse raw header for Message-ID
2016-03-01  Eric Wonghttp: better error handling for EMFILE/ENFILE
2016-03-01  Eric Wonghttpd: remove unneeded err and out fields from class
2016-03-01  Eric Wonghttpd: document pi-httpd.async as totally unstable
2016-03-01  Eric Wongprocesspipe: preserve native close behavior
2016-03-01  Eric Wonglinkify: do not capture trailing '.' or ';' in URLs
2016-03-01  Eric Wongextract linkification code to a separate package
2016-03-01  Eric WongMANIFEST: add examples/apache2_perl_old.conf
2016-03-01  Eric Wongview: consolidate whitespace stripping from messages
2016-03-01  Eric Wongview: do not hide patches or signatures
2016-02-29  Eric Wongfixup Plack-related requires
2016-02-29  Eric Wongt/init.t: avoid spewing directory names in output
2016-02-29  Eric Wongt/search.t: use transactions to reduce I/O load
2016-02-29  Eric Wonggit-http-backend: fixes for mod_perl
2016-02-29  Eric Wongspawnpp: use env(1) for mod_perl compatibility
2016-02-29  Eric Wonggit-http-backend: stricter parsing of CRLF
2016-02-29  Eric Wongfavor procedural calls for most private functions
2016-02-29  Eric Wongdistinguish error messages intended for users vs developers
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 Wongexamples/public-inbox.psgi: relax license to GPL-3.0+
2016-02-28  Eric Wongexamples: various Apache-related doc updates
2016-02-28  Eric Wongexamples/cgi-webrick.rb: set CGIPathEnv, update comments
2016-02-28  Eric Wongexamples/: PSGI example updates
2016-02-28  Eric Wongspawnpp: die instead of exit on exec failure
2016-02-28  Eric Wongnewswww: set Content-Type properly
2016-02-28  Eric Wonghttp: support graceful shutdown like nntp
2016-02-28  Eric Wongreduce calls to close unless error checks are needed
2016-02-28  Eric Wongsearchidx: use defined for checking EOF behavior
2016-02-28  Eric Wongt/: remove unnecessary Dumper use
2016-02-28  Eric Wongsearchmsg: update + fix license header
2016-02-28  Eric WongMANIFEST: update (generate via "git ls-files")
2016-02-28  Eric Wonghttpd: allow running if ReverseProxy is missing
2016-02-28  Eric Wongspawn: disable popen optimization for non-vfork
2016-02-28  Eric Wongspawnpp: fix error message for stderr redirect failing
2016-02-27  Eric Wongdaemon: refresh before forking
2016-02-27  Eric Wongspawn: fail properly if Inline fails
2016-02-27  Eric Wongmove executables to script/ directory
2016-02-27  Eric Wonggit: use built-in spawn implementation for vfork
2016-02-27  Eric Wonginitial spawn implementation using vfork
2016-02-27  Eric Wonghttp: simplify offset calculation slightly
2016-02-26  Eric Wongpsgi: enable ReverseProxy middleware by default
2016-02-26  Eric Wongdaemon: update comment about usage in httpd
2016-02-26  Eric Wonghttpd: avoid loading our WWW-specific code early
2016-02-26  Eric Wongwww: add News* wrappers to preload
2016-02-26  Eric Wongwww: workaround for malformed NNTP links
2016-02-26  Eric Wongsupport protocol-relative URLs in publicinbox.$LISTNAME.url
2016-02-26  Eric Wonggit-http-backend: extract input_to_file function
2016-02-26  Eric Wongextmsg: do not modify shared array via prurl
2016-02-26  Eric Wongextmsg: allow returning 404 responses
2016-02-25  Eric Wonghttpd: fill in missing Danga::Socket callbacks
2016-02-25  Eric Wonggit-http-backend: avoid multi-arg print statemtents
2016-02-25  Eric Wonggit-http-backend: start async API for streaming
2016-02-25  Eric Wonggit-http-backend: start refactoring to use callback
2016-02-25  Eric Wonguse pipe for git-http-backend output
2016-02-25  Eric Wonghval: implement common UI for protocol-relative URLs
2016-02-25  Eric Wongwww: make interface more OO
2016-02-25  Eric Wongremove direct CGI.pm support
2016-02-24  Eric Wongwww: support $MESSAGE_ID/R/ endpoint for replies
2016-02-24  Eric Wongview: capture header object early
2016-02-23  Eric Wongt/httpd-corner: test HTTP chunking with curl
2016-02-23  Eric Wonginitial public-inbox-httpd implemenation
2016-02-22  Eric Wongextmsg: support "//" protocol-relative URLs
2016-02-13  Eric Wongwww: document "git clone --mirror" usage
2016-02-13  Eric Wongexamples/public-inbox.psgi: document ReverseProxy
2016-02-13  Eric Wongwww: advertise clone-ability over http/https
2016-02-13  Eric Wongfeed: favor relative URL to Atom feed in HTML
2016-02-12  Eric WongREADME: fix broken link to dc-dlvr-spam-flow
2016-02-08  Eric Wongview: fix link to top-level ghost parent
next