about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2019-02-07nntp: get rid of long_response_limit constant
2019-02-07http: cleanup partial-write handling on readonly values
2019-02-07daemon: favor Socket.pm in Perl 5.14+ for IPv6
2019-02-07daemon: die properly when Socket6 is missing
2019-02-05Merge remote-tracking branch 'origin/help-color'
2019-02-05solvergit: include the $oid_want tmpdir name
2019-02-05wwwtext: inline sample CSS and use highlight
2019-02-05hlmod: support "```$LANG" blocks in text
2019-02-05hlmod: do_hl* performs src_escape immediately
2019-02-05hlmod: make into a singleton
2019-02-05hlmod: hoist out do_hl_lang sub
2019-02-05viewvcs: cleanup utf8 handling
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