]> Sergey Matveev's repositories - public-inbox.git/history - public-inbox.cgi
www: make interface more OO
[public-inbox.git] / public-inbox.cgi
2016-02-25 Eric Wongwww: make interface more OO
2016-02-25 Eric Wongremove direct CGI.pm support
2015-11-20 Eric Wongvarious internal documentation updates
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-03 Eric WongExtMsg: 300 to external mailing list archives
2015-09-02 Eric Wongimplement external Message-ID finder
2015-08-22 Eric Wongwww: enable and expand preload from mod_perl2
2015-08-22 Eric Wongcgi: remove static file generation support for now
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-17 Eric WongMerge remote-tracking branch 'origin/search'
2015-08-16 Eric Wongwww: /t/$MESSAGE_ID.html for threads
2014-05-01 Eric Wongsplit out WWW package and CGI/PSGI-specific parts
2014-04-30 Eric Wongcgi: set charset in responses
2014-04-30 Eric Wongadd example configs for Apache2 mod_perl and CGI
2014-04-30 Eric Wongcgi: avoid warning after exec
2014-04-30 Eric Wongcgi: remove dependency on IPC::Run in CGI
2014-04-30 Eric Wongcgi: disable warnings for CGI::NOSTICKY
2014-04-30 Eric Wongfavor "--git-dir=..." over "--git-dir ..."
2014-04-29 Eric Wongcgi: mid2blob does not depend on $ENV{GIT_DIR}
2014-04-29 Eric Wongimplement our own cat-file --batch wrapper
2014-04-28 Eric Wongcgi: make CGI optional for Plack users
2014-04-28 Eric Wongcgi: wrap self_uri calls for Plack::Request
2014-04-28 Eric Wongcgi: do not decode path_info
2014-04-28 Eric Wongallow running as a Plack app without CGI emulation
2014-04-28 Eric Wonguri_escape => uri_escape_utf8
2014-04-28 Eric Wongcgi: preliminary Plack compatibility
2014-04-26 Eric Wongcgi: style: return undef => return
2014-04-26 Eric Wonghuge refactor of encoding handling
2014-04-25 Eric Wongcgi: eliminate dead/redundant HTML escaping code
2014-04-22 Eric Wongview: fix link to raw message from /f/ endpoint
2014-04-22 Eric Wongfix quoted URL generation in feeds
2014-04-21 Eric Wongfeed: there is only one atom feed, with all messages
2014-04-20 Eric Wongcgi: delay some requires
2014-04-19 Eric Wongcgi: index pages allow iterating some pagination
2014-04-17 Eric Wongcgi: implement suffix-less Message-ID redirects
2014-04-17 Eric Wongcgi: include HTTP status in error message body
2014-04-15 Eric WongRevert "cgi: relax path restriction for top-level"
2014-04-15 Eric Wongcgi: correct links to folded quotes
2014-04-15 Eric Wongcgi: support /all.html page with inline threads
2014-04-14 Eric Wongcgi: 301 for list-indices without trailing slash
2014-04-12 Eric Wongcgi: ensure we unescape MIDs correctly in URLs
2014-04-12 Eric Wongcgi: avoid parsing ENV directly for PATH_INFO
2014-04-12 Eric Wongcgi: relax path restriction for top-level
2014-04-12 Eric Wongcgi: rename to have .cgi suffix