about summary refs log tree commit homepage
DateCommit message (Expand)
2014-04-25cgi: eliminate dead/redundant HTML escaping code
2014-04-24html: refactor header value handling to be OO
2014-04-23t/feed: cleanup test and add test for /f/ link
2014-04-23feed: add tests for <id> element setting
2014-04-23t/feed: notify user of missing XML::Feed
2014-04-22view: fix link to raw message from /f/ endpoint
2014-04-22fix quoted URL generation in feeds
2014-04-22view: do not decode Message-ID
2014-04-21feed: fix address when multiple addresses exist
2014-04-21README: add links to try and HTML archives
2014-04-21config: use description file for gitweb
2014-04-21html/index: fix broken prev/next pagination on short histories
2014-04-21feed: there is only one atom feed, with all messages
2014-04-21html/index: do not waste space with non-existent thread roots
2014-04-21doc: update design_www and add HACKING file
2014-04-21new scripts for importing slrn spools and maildirs
2014-04-21README: fix URL for source code clone
2014-04-21scripts/dc-dlvr: allow exiting from ~/.dc-dlvr.pre
2014-04-20use ORIGINAL_RECIPIENT once again
2014-04-20scripts/import_gmane_spool: set git committer date
2014-04-20various documentation cleanups
2014-04-20feed: close string ref before returning
2014-04-20cgi: delay some requires
2014-04-20feed: speed up blob checks if Git.pm is usable
2014-04-19mda: share commit setup code with -learn
2014-04-19move precheck to MDA namespace
2014-04-19various documentation updates
2014-04-19mda: rename PI_FAILBOX to PI_EMERGENCY
2014-04-19cgi: index pages allow iterating some pagination
2014-04-18view: fix regression in standalone /^&gt;$/ lines
2014-04-17ensure per-message short quotes do not get too long
2014-04-17cgi: sort HTML index by most recent date
2014-04-17view: remove pointless self-linkage
2014-04-17view: fix title of HTML views
2014-04-17add example for CGI with Ruby WEBrick
2014-04-17view: inline shorter quotes
2014-04-17cgi: implement suffix-less Message-ID redirects
2014-04-17cgi: include HTTP status in error message body
2014-04-17HTML: various encoding fixups
2014-04-17Feed: add bug note on memory cycle
2014-04-15Revert "cgi: relax path restriction for top-level"
2014-04-15cgi: correct links to folded quotes
2014-04-15view: finish HTML in per-message pages
2014-04-15cgi: support /all.html page with inline threads
2014-04-15HTML: use shorter URLs in indices
2014-04-15HTML: ensure hrefs are quoted properly
2014-04-15mda: encoding-aware From: for GIT_ authorship
2014-04-15scripts/import_gmane_spool: preserve delivery order
2014-04-15doc: add notes on scalability
2014-04-14doc: fold philosophy into the README