about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewVCS.pm
DateCommit message (Expand)
2019-04-04viewvcs: match 8000-byte lookup for git
2019-04-04viewvcs: preliminary support for showing non-blobs
2019-04-02viewvcs: check for premature EOF from git-cat-file
2019-02-13ensure bytes::length is available to callers
2019-02-05hlmod: do_hl* performs src_escape immediately
2019-02-05hlmod: make into a singleton
2019-02-05viewvcs: cleanup utf8 handling
2019-02-01viewvcs: allow '0' as a valid filename for blob downloads
2019-01-31doc: remove completed TODO items
2019-01-31qspawn: documentation updates
2019-01-31viewvcs: support streaming large blobs
2019-01-29viewvcs: avoid segfault with highlight.pm at shutdown
2019-01-28hval: add src_escape for highlight post-processing
2019-01-27viewvcs: wire up syntax-highlighting for blobs
2019-01-27viewvcs: do not show final error message twice
2019-01-26solver: rewrite to use Qspawn->psgi_qx and pi-httpd.async
2019-01-20viewvcs: disable white-space prewrap in blob view
2019-01-20view: enforce trailing slash for /$INBOX/$OID/s/ endpoints
2019-01-20view: enable naming hints for raw blob downloads
2019-01-19view: wire up diff and vcs viewers with solver