about summary refs log tree commit homepage
DateCommit message (Expand)
2019-04-25cgit: improve handling of cgit data path
2019-04-25examples/cgit-commit-filter.lua: some doc updates
2019-04-25examples: cgit filter for use with WwwHighlight
2019-04-24wwwhighlight: deal with no-op highlight
2019-04-24examples/cgit-commit-filter: remove unused variable
2019-04-24wwwhighlight: do linkification, too
2019-04-23view: avoid "1+ messages" in per-message footer of /t/ and /T/
2019-04-23doc: add standards reference
2019-04-19t/hl_mod: workaround w3m not handling '
2019-04-18linkify: require parentheses pairs in URLs
2019-04-18view: show "(no subject)" consistently in HTML
2019-04-18doc: config: fix braino/typo :x
2019-04-18linkify: don't get confused by URLs in Perl code, at least
2019-04-18inbox: add `modified' sub
2019-04-18git: calculate modified time of repository
2019-04-18config: use '$ibx' instead of '$rv' to denote Inbox objects
2019-04-17TODO: add an item for hooks support
2019-04-16HACKING: stop advertising mailing list subscription info
2019-04-16import: prefix 'inbox' with '-' to denote Inbox ref
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-04-16www: remove unnecessary Git object reference
2019-04-16INSTALL: document Crypt:CBC for PublicInbox::Unsubscribe
2019-04-15config: fix regression in repo.path => coderepo.dir mapping
2019-04-15viewdiff: document constants
2019-04-15doc/config: update cgit.cgi scan location
2019-04-15config: support more cgit directives for project lists
2019-04-15cgit: serve static css, logo, favicon directly
2019-04-15config: support cgit scan-path and scan-hidden-path
2019-04-11doc: fix a few minor typos
2019-04-04www: fix missing cgit fallback after legacy redirects
2019-04-04spawn: require soft and hard entries in RLIMIT_* handling
2019-04-04cgit: use a dedicated named limiter
2019-04-04qspawn: wire up RLIMIT_* handling to limiters
2019-04-04www: wire up cgit as a 404 handler if cgitrc is configured
2019-04-04cgit: support running cgit as a standalone CGI
2019-04-04spawn: support absolute paths
2019-04-04githttpbackend: check for other errors and relax CRLF check
2019-04-04githttpbackend: move more psgi.input handling into subroutine
2019-04-04support publicinbox.cgitrc directive
2019-04-04spawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2019-04-04viewvcs: match 8000-byte lookup for git
2019-04-04viewvcs: preliminary support for showing non-blobs
2019-04-04git: add "commit_title" method
2019-04-02githttpbackend: serve $GIT_DIR/info/attributes
2019-04-02viewvcs: check for premature EOF from git-cat-file
2019-03-12config: ignore missing config files
2019-03-08v2writable: index_sync adds new epochs to alternates
2019-03-08v2writable: hoist out fill_alternates
2019-02-27v2writable: fix epoch rollover on incremental imports
2019-02-23www: prevent '!important' in BOFH-specified CSS