about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
DateCommit message (Expand)
2016-05-18feed: inline feed entry generation
2016-03-12reduce "PublicInbox::Hval->new_oneline" use
2016-02-25hval: implement common UI for protocol-relative URLs
2016-01-09hval: new should not strip leading spaces
2015-12-25view: favor whitespace wrap in <head>
2015-12-22hval: move PRE constant for wrapping UGC here
2015-11-20various internal documentation updates
2015-09-30remove unnecessary fields usage
2015-09-06update copyright headers and email addresses
2015-09-03get rid of Message-ID compression entirely
2015-09-02view: avoid links to unknown compressed Message-IDs
2015-08-25mid: mid_compressed => mid_compress
2015-08-15extract redundant Message-ID handling code
2014-09-15hval: fixup bad line endings in HTML output
2014-09-15view: support SHA-1 of Message-IDs for message links
2014-04-28uri_escape => uri_escape_utf8
2014-04-27feeds use XHTML to avoid tag soup
2014-04-26huge refactor of encoding handling
2014-04-25cgi: eliminate dead/redundant HTML escaping code
2014-04-24html: refactor header value handling to be OO