about summary refs log tree commit homepage
DateCommit message (Expand)
2020-09-10solver: check one git coderepo and inbox at a time
2020-09-10wwwlisting: avoid hogging event loop
2020-09-10extmsg: prevent cross-inbox matches from hogging event loop
2020-09-10t/cgi.t: show stderr on failures
2020-09-10config: split out iterator into separate object
2020-09-10config: flatten each_inbox and iterate_start args
2020-09-10www: manifest.js.gz generation no longer hogs event loop
2020-09-10use "\&" where possible when referring to subroutines
2020-09-10solver: drop warnings, modernize use v5.10.1, use SEEK_SET
2020-09-10xt/solver: test with public-inbox-httpd, too
2020-09-10wwwtext: config comment improvements
2020-09-10wwwtext: don't blindly quote "git clone" destination
2020-09-10wwwtext: describe the use of `coderepo' entries
2020-09-10nntp: fix cross-newsgroup Message-ID lookups
2020-09-09wwwstream: fix "Atom feed" link
2020-09-09contrib/css: limit <a> coloring to links, only
2020-09-09www: make mirror instructions more prominent
2020-09-03v2writable: reuse read-only shard counting code
2020-09-03overidx: document column uses
2020-09-03wwwaltid: drop unused sqlite3_missing function
2020-09-03imap: drop old, pre-Parse::RecDescent search parser
2020-09-03search: remove {over_ro} field
2020-09-03search: replace ->query with ->mset
2020-09-03tests: add "use strict" and declare v5.10.1 compatibility
2020-09-03search: remove special case for blank query
2020-09-03use more idiomatic internal API for ->over access
2020-09-03disambiguate OverIdx and Over by field name
2020-09-03msgmap: note how we use ->created_at
2020-09-02t/run: Perl future proofing
2020-09-02init+convert: create non-existing directory hierarchies
2020-09-02doc: remove B<> (bold) markup from the remaining POD
2020-09-02watch: add --help/-h support
2020-09-02config: use defined-or (//) in a few places
2020-09-02mda+learn: add --help / -h support
2020-09-02daemon: support --help/-h in -httpd/imapd/nntpd
2020-09-02script/*: fold $usage into $help, support `-h' instead of -?
2020-09-02edit+purge: support `--help' and `-h' like other commands
2020-09-02admin: improve minimum version text
2020-09-02script/*: set executable bit on -learn and -imapd
2020-09-02t/v2dupindex: test indexing mirrors with duplicate messages
2020-09-02index: check for xapian-compact when using --compact
2020-09-01replace ParentPipe with EOFpipe
2020-09-01ds: avoid unnecessary timer for waitpid
2020-09-01watch: use EOFpipe to reduce dwaitpid wakeups
2020-09-01ds: avoid excessive queueing when reaping PIDs
2020-09-01watch: comments and tiny cleanups
2020-09-01watch: block signals before fork on non-signalfd/kevent systems
2020-09-01watch: avoid unnecessary spawning on spam removals
2020-09-01watch: log signal activities to STDERR
2020-09-01rename WatchMaildir => Watch