about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2019-05-08t/purge.t: fix unreferenced variable
2019-05-08Merge remote-tracking branch 'origin/danga-bundle'
2019-05-06index: warn with info about the message as context
2019-05-05t/search.t: fix permissions check on FreeBSD
2019-05-04bundle Danga::Socket and Sys::Syscall
2019-04-19t/hl_mod: workaround w3m not handling '
2019-04-18linkify: require parentheses pairs in URLs
2019-04-18linkify: don't get confused by URLs in Perl code, at least
2019-04-18git: calculate modified time of repository
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-04-04spawn: require soft and hard entries in RLIMIT_* handling
2019-04-04spawn: support RLIMIT_CPU, RLIMIT_DATA and RLIMIT_CORE
2019-04-04git: add "commit_title" method
2019-02-13ensure bytes::length is available to callers
2019-02-07t/perf-msgview.t: fix broken performance test
2019-02-07t/perf-msgview: don't warn about --unordered if skipping
2019-02-05hlmod: support "```$LANG" blocks in text
2019-02-05hlmod: make into a singleton
2019-02-05hlmod: hoist out do_hl_lang sub
2019-02-05viewvcs: cleanup utf8 handling
2019-02-01newswww: add /$MESSAGE_ID global redirector endpoint
2019-02-01linkify: support proto://hostname without trailing slash
2019-02-01hval: routines for attribute escaping
2019-01-31Merge remote-tracking branch 'origin/purge'
2019-01-31inbox: drop psgi.url_scheme requirement from base_url
2019-01-31solvergit: allow searching on longer-than-needed OIDs
2019-01-31inbox: perform cleanup of Git objects for coderepos
2019-01-30t/config.t: test PublicInbox::Git sharing between inboxes
2019-01-30Merge remote-tracking branch 'origin/viewvcs' into master
2019-01-29t/check-www-inbox: disable history
2019-01-29t/check-www-inbox: don't follow mboxes
2019-01-29t/check-www-inbox: replace IPC::Run with PublicInbox::Spawn
2019-01-29mid: filter out 'y', 'n', and email addresses from references()
2019-01-28hval: add src_escape for highlight post-processing
2019-01-27hlmod: disable enclosing <pre> tag
2019-01-27t/hl_mod: extra check to ensure we escape HTML
2019-01-27qspawn: decode $? for user-friendliness
2019-01-26solver: rewrite to use Qspawn->psgi_qx and pi-httpd.async
2019-01-26t/qspawn.t: psgi_qx stderr test
2019-01-21t/check-www-inbox: trap SIGINT for File::Temp destruction
2019-01-21highlight: initial wrapper and PSGI service
2019-01-21t/check-www-inbox: warn on missing Content-Type
2019-01-20config: each_inbox iteration preserves config order
2019-01-20t/check-www-inbox: use xmlstarlet to validate Atom if available
2019-01-20www: admin-configurable CSS via "publicinbox.css"
2019-01-19git: add git_quote
2019-01-19solver: initial Perl implementation
2019-01-19t/perf-msgview: add test to check msg_html performance
2019-01-18t/git.t: do not pass "-b" to git-repack(1)
2019-01-18git: git_unquote handles double-quote and backslash