about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-02-04viewdiff: group path match to not be confused by "/dev/null"
2019-02-01newswww: add /$MESSAGE_ID global redirector endpoint
2019-02-01viewdiff: support renames and long paths in diffstat anchors
2019-02-01viewdiff: escape HTML ampersand for renames
2019-02-01viewvcs: allow '0' as a valid filename for blob downloads
2019-02-01linkify: support proto://hostname without trailing slash
2019-02-01view: simplify quote splitting
2019-02-01view: fix broken hunk header hrefs in Atom feeds
2019-02-01view: diffstat anchors for multi-message/attachment views
2019-02-01viewdiff: diffstat links to diff anchors
2019-02-01hval: routines for attribute escaping
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-31doc: remove completed TODO items
2019-01-31config: tiny cleanup to use _array() sub
2019-01-31qspawn: documentation updates
2019-01-31inbox: drop psgi.url_scheme requirement from base_url
2019-01-31viewvcs: support streaming large blobs
2019-01-31solvergit: allow shorter-than-necessary OIDs from user
2019-01-31solvergit: allow searching on longer-than-needed OIDs
2019-01-31inbox: perform cleanup of Git objects for coderepos
2019-01-30solvergit: don't confuse Xapian with ".." in filenames
2019-01-30git: use "git rev-parse --git-path"
2019-01-30Merge remote-tracking branch 'origin/viewvcs' into master
2019-01-30view: remove unused _msg_date sub
2019-01-30httpd: a few comments about some fields we set
2019-01-30solvergit: deal with alternative diff prefixes
2019-01-30solvergit: extract mode from diff headers properly
2019-01-30solvergit: avoid "Wide character" warnings
2019-01-30solvergit: do not show full path names to "git apply"
2019-01-29css/216dark: add comments and tweak highlight colors
2019-01-29viewvcs: avoid segfault with highlight.pm at shutdown
2019-01-29solvergit: do not solve blobs twice
2019-01-29mid: filter out 'y', 'n', and email addresses from references()
2019-01-28hval: add src_escape for highlight post-processing
2019-01-27viewvcs: wire up syntax-highlighting for blobs
2019-01-27hlmod: disable enclosing <pre> tag
2019-01-27wwwhighlight: read_in_full returns undef on errors
2019-01-27solver: crank up max patches to 9999
2019-01-27viewvcs: do not show final error message twice
2019-01-27qspawn: decode $? for user-friendliness
2019-01-27solver: reduce "git apply" invocations
2019-01-27solver: hold patches in temporary directory
2019-01-26solver: rewrite to use Qspawn->psgi_qx and pi-httpd.async
2019-01-26view: swap CRLF for LF in HTML output
2019-01-22qspawn: implement psgi_qx
2019-01-22httpd/async: stop running command if client disconnects
2019-01-22qspawn|httpd/async: improve and fix out-of-date comments
2019-01-22qspawn|getlinebody: support streaming filters
2019-01-22qspawn: implement psgi_return and use it for githttpbackend
2019-01-22httpd/async: remove needless sysread wrapper