]> Sergey Matveev's repositories - public-inbox.git/history - t/cgi.t
extmsg: use Xapian only for partial matches
[public-inbox.git] / t / cgi.t
2018-04-22 Eric Wong (Contrac... extmsg: use Xapian only for partial matches
2018-02-07 Eric Wongupdate copyrights for 2018
2017-02-14 Eric Wongwww: do not unescape PATH_INFO twice
2016-08-14 Eric Wongwww: do not unecessarily escape some chars in paths
2016-07-07 Eric Wongwww: remove old footer generation code and normalize...
2016-06-17 Eric Wongremove dependency on IPC::Run
2016-05-14 Eric Wongrename most instances of "list" to "inbox"
2016-05-02 Eric Wongt/*.t: reduce -mda calls
2016-04-25 Eric Wongremove GIT_DIR env usage in favor of --git-dir
2016-04-15 Eric Wongwww: redirect /$MESSAGE_ID/f/ endpoints
2016-03-03 Eric Wongt/*.t: use identifiable tempdir names
2016-02-04 Eric Wongt/cgi.t: fix broken test for dumb HTTP
2016-02-02 Eric Wongwww: support git cloning via dumb HTTP
2015-09-06 Eric Wongupdate copyright headers and email addresses
2015-09-03 Eric Wongfeed: use application/atom+xml for Content-Type
2015-09-03 Eric WongExtMsg: 300 to external mailing list archives
2015-09-01 Eric Wongcompletely revamp URL structure to shorten permalinks
2015-09-01 Eric Wongimplement per-thread Atom feeds
2015-08-27 Eric Wongwire up to display non-suffixed Message-ID links
2015-08-27 Eric Wongwire up shorter, less ambiguous URLs
2015-08-21 Eric Wongswitch to gzipped mboxes
2015-08-21 Eric Wongsupport dumping thread as an mbox
2015-08-12 Eric Wongview: consistent ordering of Cc: addresses
2014-04-21 Eric Wongconfig: use description file for gitweb
2014-04-21 Eric Wongfeed: there is only one atom feed, with all messages
2014-04-20 Eric Wonguse ORIGINAL_RECIPIENT once again
2014-04-19 Eric Wongmda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-19 Eric Wongcgi: index pages allow iterating some pagination
2014-04-15 Eric WongRevert "cgi: relax path restriction for top-level"
2014-04-14 Eric Wongcgi: fix up top-level index
2014-04-14 Eric Wongcgi: 301 for list-indices without trailing slash
2014-04-14 Eric Wongt/cgi: cleanup: no need for additional block
2014-04-12 Eric Wongcgi: ensure we unescape MIDs correctly in URLs
2014-04-12 Eric Wongcgi: relax path restriction for top-level
2014-04-12 Eric Wongcgi: rename to have .cgi suffix
2014-04-11 Eric Wongcgi: wire up HTML pages for messages
2014-04-11 Eric Wongcgi: update feed/view and tests for shorter URLs
2014-04-11 Eric Wongcgi: /$LISTNAME/ and /$LISTNAME/index.html are equal
2014-04-10 Eric Wongcgi: implement get_mid_txt
2014-04-10 Eric Wongcgi: wire up index + tests
2014-04-05 Eric Wongget a basic CGI feed sender running