]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
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
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-04 Eric Wongt/cgi.t: fix broken test for dumb HTTP
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2016-02-01 Eric Wongdoc: misc cleanups and whitespace additions
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-06 Eric WongTODO: add a few more items
2016-01-06 Eric WongHACKING: more docs about our philosophy
2016-01-04 Eric Wonguse Perl POD instead of pandoc-flavored Markdown
2016-01-04 Eric Wonglistener: pass accepted address to post_accept
2016-01-04 Eric Wongdoc: add TODO.html to public website
2016-01-04 Eric Wongview: label "relevance" in threaded search view
2016-01-04 Eric Wongmisc doc updates
2016-01-03 Eric Wongwww: comments for denoting Plack::Request vs CGI
2016-01-03 Eric Wongexamples/public-inbox.psgi: shorten to simplify
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-27 Eric Wongt/plack.t: fix test *with* plack installed... oops
2015-12-26 e@80x24.orgtests: fixup requirements for tests
2015-12-26 Eric Wongdoc: minor updates to trim down the README
2015-12-26 Eric Wongdoc: use ".html" instead of ".txt.html" for website
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 Wongexamples/public-inbox.psgi: make output chunky by default
2015-12-25 Eric Wongview: fixup ghost message errors from threading tweaks
next