]> Sergey Matveev's repositories - public-inbox.git/history - lib
examples: disable Chunked response in PSGI example
[public-inbox.git] / lib /
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 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 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 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: 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 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 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 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 Wongsearchmsg: update + fix license header
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 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 Wongdaemon: update comment about usage in httpd
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 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 Wongwww: advertise clone-ability over http/https
2016-02-13 Eric Wongfeed: favor relative URL to Atom feed in HTML
2016-02-08 Eric Wongview: fix link to top-level ghost parent
2016-02-08 Eric Wongview: simplify topic handling based on subjects
2016-02-08 Eric Wongfeed: declare alternate link to HTML interface
2016-02-07 Eric Wongsupport smart HTTP cloning
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2016-02-01 Eric Wongview: reference ghost parent in permalink view
2016-01-30 Eric Wongview: cleanup permalink Thread: header display
2016-01-30 Eric Wongview: do not kill whitespace in permalink thread timestamp
2016-01-18 Eric Wongview: explain why we do not use blockquote
2016-01-09 Eric Wongwww: fix redirection loops
2016-01-09 Eric Wongview: fix Atom feed link in full message view page
2016-01-09 Eric Wonghval: new should not strip leading spaces
2016-01-09 Eric Wonghval: use more appropriate hvals for documentation
2016-01-04 Eric Wonglistener: pass accepted address to post_accept
2016-01-04 Eric Wongview: label "relevance" in threaded search view
2016-01-03 Eric Wongwww: comments for denoting Plack::Request vs CGI
2016-01-02 Eric Wongwww: redirect with query string
2015-12-31 Eric Wongview: fixup indentation nesting in search
2015-12-30 Eric Wongview: "thread" in per-message view goes back to /t/
2015-12-30 Eric Wongview: avoid excessive indentation in thread summary
2015-12-30 Eric Wongview: thread using <ul> instead of <table>
2015-12-26 Eric Wonguse "Atom feed" consistently in headers/footers
2015-12-26 Eric Wongsearchview: fix unclosed tags in threaded search results
2015-12-26 Eric Wongview: reduce main landing page weight
2015-12-26 Eric Wongsearchview: fix up Atom feed in search results
2015-12-26 Eric Wongsearchview: fixup stupid syntax error
2015-12-25 Eric Wongview: favor whitespace wrap in <head>
2015-12-25 Eric Wongview: fixup ghost message errors from threading tweaks
2015-12-25 Eric Wongextmsg: fixup comparison for unknown message types
2015-12-25 Eric Wongview: move thread info near top of single view
next