about summary refs log tree commit homepage
DateCommit message (Expand)
2019-01-19t/perf-msgview: add test to check msg_html performance
2019-01-19hval: force monospace for <form> elements, too
2019-01-19view: disable bold in topic display
2019-01-18t/git.t: do not pass "-b" to git-repack(1)
2019-01-18git: git_unquote handles double-quote and backslash
2019-01-18t/git.t: avoid passing read-only value to git_unquote
2019-01-16nntp: header responses use CRLF consistently
2019-01-15config: inbox name checking matches git.git more closely
2019-01-15git_unquote: perform modifications in-place
2019-01-15searchidx: move git_unquote to PublicInbox::Git
2019-01-15index: allow working on unconfigured inboxes, again
2019-01-11HACKING: update Debian version information
2019-01-10Merge commit 'mem'
2019-01-10t/v2writable.t: force more consistent "git log" output
2019-01-10check git version requirements
2019-01-10INSTALL: Net::Server is not needed for systemd use
2019-01-10daemon: make Socket6 optional, note about Net::Socket::IP
2019-01-09doc: various overview-level module comments
2019-01-09INSTALL: fix Date::Parse dependency for Debian
2019-01-08view: more culling for search threads
2019-01-08over: cull unneeded fields for get_thread
2019-01-08searchmsg: remove unused fields for PSGI in Xapian results
2019-01-08searchview: drop unused {seen} hashref
2019-01-08searchmsg: remove Xapian::Document field
2019-01-08searchmsg: get rid of termlist scanning for mid
2019-01-08httpd: remove psgix.harakiri reference
2019-01-08view: fix wrong date for non-Xapian/SQLite v1 users
2019-01-08nntp: fix uninitialized variable in event_read
2019-01-08view: stop storing all MIME objects on large threads
2019-01-07t/mda_filter_rubylang.t: set PI_EMERGENCY for -mda
2019-01-05shrink low-bandwidth pipes under Linux
2019-01-05index: quiet down git-log error messages on new inboxes
2019-01-05filter/rubylang: fix SQLite DB lifetime problems
2019-01-05inboxwritable: drop unused variable
2019-01-05watchmaildir: normalize Maildir pathnames consistently
2019-01-05watchmaildir: get rid of unused spamdir field
2019-01-05watchmaildir: support multiple inboxes in the same Maildir
2019-01-04t/cgi.t: remove more redundant tests
2019-01-04t/cgi.t: move expected failure tests to t/plack.t
2019-01-04t/cgi.t: move dumb HTTP git clone/fetch tests to plack.t
2019-01-04t/cgi.t: remove atom.xml test
2019-01-04t/cgi.t: remove redundant redirect check
2019-01-04t/cgi.t: eliminate some cruft and unnecessary tests
2019-01-02v2writable: disable parallelism on indexlevel=basic
2019-01-02config: relax name inbox name restrictions
2019-01-02use PublicInbox::Config::each_inbox where appropriate
2019-01-02update and add documentation for repository formats
2019-01-02t/feed.t: remove ssoma use
2019-01-02t/v2reindex: use the larger text to increase test reliability
2019-01-02INSTALL: note Plack and URI::Escape are required at the moment