about summary refs log tree commit homepage
DateCommit message (Expand)
2015-08-27implement legacy redirects for old URLs
2015-08-27wire up to display non-suffixed Message-ID links
2015-08-27mid: extract Message-ID from inside '<>'
2015-08-27wire up shorter, less ambiguous URLs
2015-08-27www: minor cleanups to shorten code
2015-08-27www: reduce unused arguments in internal API
2015-08-26mbox: close file handle for single mbox
2015-08-25feed: fix "created" vs "updated" diff in topics
2015-08-25filter: loosen regexp on type matches
2015-08-25feed: merge subjects regardless of "[PATCH vN]"
2015-08-25search: implement subject summarization
2015-08-25Makefile.PL: add "syntax" target to check syntax
2015-08-25mid: mid_compressed => mid_compress
2015-08-25search: only sort by relevance if requested
2015-08-24view: refactor $state as a hash
2015-08-24mda: remove unnecessary import
2015-08-23view: simplify root filtering in followup display
2015-08-23view: case-insensitive "Re:" check for replies
2015-08-23cleanup calls to header_obj
2015-08-23hopefully fix broken permissions for search
2015-08-23cleanup Email::Address usage
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-23feed: r= parameter supports "HEAD" as a revision
2015-08-23GitCatFile: use offset for read instead of appending
2015-08-23mbox: clarify our use of the the mboxrd variant
2015-08-23mbox: use mboxrd quoting rules
2015-08-23.txt links return an mbox instead
2015-08-22view: wire up mbox.gz links
2015-08-22mbox: support uncompressed mbox
2015-08-22search: consistently pass options and flags
2015-08-22view: reference total followups
2015-08-22view: misc cleanups and simplifications
2015-08-22search: split search indexing to a separate file
2015-08-22view: prevent 'once' warnings for sub ref
2015-08-22remove XML::Atom::SimpleFeed dependency
2015-08-22www: enable and expand preload from mod_perl2
2015-08-22INSTALL: document IO::Compress::Gzip dependency
2015-08-22cgi: remove static file generation support for now
2015-08-22stream HTML views as much as possible
2015-08-21search: s/count/total/ for results
2015-08-21mbox: drop unnecessary imports
2015-08-21switch to gzipped mboxes
2015-08-21mbox: stream entire thread, regardless of size
2015-08-21support dumping thread as an mbox
2015-08-21view: "next" link in thread view goes to next Subject line
2015-08-21view: cleanup and reduce duplication
2015-08-20feed: fix extra, unnecessary quote
2015-08-20search: preserve References: order in document data
2015-08-20avoid using header_raw for Message-ID retrieval
2015-08-20view: simplify message threading dumpers