about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-08-02nntp: fix STAT command
2020-08-01improve error handling on import fork / lock failures
2020-07-29t/init: fix test when ~/.public-inbox/ does not exist
2020-07-29t/imap_searchqp: fix test dependencies
2020-07-29searchidx: disable CoW for SQLite and Xapian under btrfs
2020-07-29v2writable: use {inboxdir} for msgmap->tmp_clone
2020-07-26t/init.t: don't modify ~/.public-inbox/
2020-07-25searchidx: make v1 indexing closer to v2
2020-07-25searchidx: rename _xdb_{acquire,release} => idx_
2020-07-25v2writable: introduce idx_stack
2020-07-25index: support --rethread switch to fix old indices
2020-07-18msgmap: fix atfork_* callbacks
2020-07-17search: simplify unindexing
2020-07-17t/import: quiet warning, clobber variable
2020-07-17config: reject `\n' in `inboxdir'
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14nntpd+imapd: detect unlinked msgmap
2020-07-10imap: avoid warnings on non-slice mailboxes
2020-07-10hval: to_filename: return `undef' instead of empty string
2020-07-07t/spawn: fix test reliability
2020-07-06wwwattach: support async blob retrievals
2020-07-06wwwatomstream: support async blob fetch
2020-07-06mbox: async blob fetch for "single message" raw mboxrd
2020-07-06qspawn: learn to gzip streaming responses
2020-07-06wwwstatic: support gzipped directory listings
2020-07-06wwwlisting: use GzipFilter for HTML
2020-07-06www: need: use WwwStream::html_oneshot
2020-07-06wwwtext: gzip text/plain responses, as well
2020-07-05t/import: test for nasty characters
2020-07-05watch: don't burn CPU on IDLE failures
2020-07-02tests: add use/require statements for TEST_RUN_MODE=0
2020-07-02inboxidle: avoid per-inbox anonymous subs
2020-06-30t/run: show unexpected output lines in logs
2020-06-30spawn: unblock SIGCHLD in subprocess
2020-06-28imaptracker: use flock(2) around writes
2020-06-28watch: show user-specified URL consistently.
2020-06-28watch: add NNTP support
2020-06-28watch: just use ->urlmatch
2020-06-28watch: remove {mdir} array
2020-06-28config: support ->urlmatch method for -watch
2020-06-28watch: support IMAP polling
2020-06-28watch: use signalfd for Maildir watching
2020-06-28watch: remove Filesys::Notify::Simple dependency
2020-06-28kqnotify|fake_inotify: detect Maildir write ops
2020-06-28watch: preliminary IMAP support
2020-06-28URI IMAP support
2020-06-28watchmaildir: fix check for spam vs ham inbox conflicts
2020-06-28imaptracker: use ~/.local/share/public-inbox/imap.sqlite3
2020-06-28eml: header_str_set: correctly encode UTF-8 headers
2020-06-23t/init: remove leftover find(1) call