]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/ViewVCS.pm
treewide: run update-copyrights from gnulib for 2019
[public-inbox.git] / lib / PublicInbox / ViewVCS.pm
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-27 Eric Wonglinkify: move to_html over from ViewDiff
2020-01-27 Eric Wongview: start performing buffering into {obuf}
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-28 Eric Wongsolvergit: allow passing arg to user-supplied callback
2019-12-27 Eric Wongviewvcs: avoid anonymous sub for HTML response
2019-12-26 Eric Wongqspawn: psgi_return: allow non-anon parse_hdr callback
2019-12-26 Eric Wongqspawn: remove some anonymous subs for psgi_qx
2019-12-18 Eric Wongviewvcs: flesh out some functionality and test
2019-09-14 Eric Wongtmpfile: give temporary files meaningful names
2019-05-26 Eric Wongviewvcs: keep temporary Solver dir for large streams
2019-04-04 Eric Wongviewvcs: match 8000-byte lookup for git
2019-04-04 Eric Wongviewvcs: preliminary support for showing non-blobs
2019-04-02 Eric Wongviewvcs: check for premature EOF from git-cat-file
2019-02-13 Eric Wongensure bytes::length is available to callers
2019-02-05 Eric WongMerge remote-tracking branch 'origin/help-color'
2019-02-05 Eric Wonghlmod: do_hl* performs src_escape immediately
2019-02-05 Eric Wonghlmod: make into a singleton
2019-02-05 Eric Wongviewvcs: cleanup utf8 handling
2019-02-01 Eric Wongviewvcs: allow '0' as a valid filename for blob downloads
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-31 Eric Wongdoc: remove completed TODO items
2019-01-31 Eric Wongqspawn: documentation updates
2019-01-31 Eric Wongviewvcs: support streaming large blobs
2019-01-30 Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-29 Eric Wongviewvcs: avoid segfault with highlight.pm at shutdown
2019-01-28 Eric Wonghval: add src_escape for highlight post-processing
2019-01-27 Eric Wongviewvcs: wire up syntax-highlighting for blobs
2019-01-27 Eric Wongviewvcs: do not show final error message twice
2019-01-26 Eric Wongsolver: rewrite to use Qspawn->psgi_qx and pi-httpd...
2019-01-20 Eric Wongviewvcs: disable white-space prewrap in blob view
2019-01-20 Eric Wongview: enforce trailing slash for /$INBOX/$OID/s/ endpoints
2019-01-20 Eric Wongview: enable naming hints for raw blob downloads
2019-01-19 Eric Wongview: wire up diff and vcs viewers with solver