about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-03view: handle the topic-free case properly
2020-03-31v2writable: index Message-IDs w/ spaces properly
2020-03-30t/multi-mid: allow test to run w/o Xapian
2020-03-30t/filter_rubylang.t: avoid warning for non-word prefix
2020-03-29index: support --compact / -c on command-line
2020-03-29searchidxshard: ensure we set indexlevel on shard[0]
2020-03-25www: add endpoint to retrieve altid dumps
2020-03-25qspawn: handle ENOENT (and other errors on exec)
2020-03-25qspawn: reinstate filter support, add gzip filter
2020-03-24daemon: unlink .oldbin PID file correctly
2020-03-24daemon: fix SIGUSR2 upgrade with -W0 (no workers)
2020-03-22v2: SDBM-based multi Message-ID queue
2020-03-22*idx: pass smsg in even more places
2020-03-22*idx: pass $smsg in more places instead of many args
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-03-21t/msgtime: skip test if timezone isn't UTC
2020-03-21t/www_listing: avoid 'once' warnings
2020-03-20wwwlisting: avoid lazy loading JSON module
2020-03-19http: fix RFC conformance w.r.t. message length
2020-03-07searchmsg: allow lines (and bytes) to be zero
2020-03-01msgtime: assume +0000 if TZ missing when using Date::Parse
2020-03-01import: drop '<' and '>' characters in addresses
2020-02-24v2writable: make remove return-compatible w/ Import::remove
2020-02-24hval: ascii_html: drop CRLF => LF conversion
2020-02-16view: escape ampersand in Message-IDs
2020-02-15t/msg_iter: test for X-UNKNOWN charset from Alpine
2020-02-08t/multi-mid: skip properly w/o DBD::SQLite
2020-02-07tests: switch to XML::TreePP for testing Atom feeds
2020-02-07syscall: support Linux x32 ABI
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-02-06t/multi-mid: don't access ~/.public-inbox/config
2020-02-04over: simplify read-only vs read-write checking
2020-02-04www: serve $INBOX_DIR/description as $INBOX_URL/description
2020-02-04www: stricter regexp for 405 errors
2020-02-02convert: fix --no-index switch
2020-02-02v2writable: nproc_shards: subtract 1 from given value
2020-02-02t/multi-mid.t: extra test for -convert highwater mark
2020-01-31convert: preserve highwater mark from v1 msgmap
2020-01-31mboxgz: ensure gzipped mboxes always have filenames
2020-01-31t/psgi_search: test for subject-free messages
2020-01-28v2writable: newest epochs go first in alternates
2020-01-28t/v2reindex.t: 5.10.1 glob compatibility
2020-01-28t/hl_mod: document IO::Handle for autoflush
2020-01-28avoid relying on IO::Handle/IO::File autoload
2020-01-28daemon: provide TCP_DEFER_ACCEPT for Perl <5.14
2020-01-27tests: move the majority of t/view.t into t/plack.t
2020-01-27t/plack.t: modernize and unindent
2020-01-23hval: from_attr: move to unit test