about summary refs log tree commit homepage
path: root/lib/PublicInbox/Hval.pm
DateCommit message (Expand)
2016-12-14Merge remote-tracking branch 'origin/repobrowse' into repobrowse
2016-08-14www: do not double-clean Message-IDs from internal DBs
2016-08-14www: do not unecessarily escape some chars in paths
2016-08-14www: ensure XML validity for some odd ASCII chars
2016-07-06hval: get rid of unused parameter for new_msgid
2016-05-18feed: inline feed entry generation
2016-04-05hval: routines for attribute escaping
2016-04-05view: use inline style directly for feed display
2016-04-05hval: rename new_bin => utf8
2016-04-05repobrowse: /commit/ forces everything to UTF-8
2016-04-05repobrowse: linkify hunk headers
2016-04-05hval: introduce new_bin for raw data
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