about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2020-06-08index: v2: parallel by default
2020-06-05searchidx: v1: fix retries when Xapian and Msgmap are out-of-sync
2020-06-03wwwatomstream: drop smsg->{mid} fallback for non-SQLite
2020-06-03smsg: remove remaining accessor methods
2020-06-03smsg: remove ->bytes and ->lines methods
2020-06-03smsg: get rid of remaining {mime} users
2020-06-03nntp: smsg_range_i: favor ->{$field} lookups when possible
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03inbox: msg_by_*: remove $(size)ref args
2020-06-03smsg: get rid of ->wrap initializer, too
2020-06-03smsg: introduce ->populate method
2020-06-03import: modernize to use Perl 5.10 features
2020-06-03v2writable: fix non-sensical interpolation in BUG message
2020-06-03wwwatomstream: convert callers to use smsg_eml
2020-06-03inbox: introduce smsg_eml method
2020-06-03wwwlisting: utf8::decode before undef
2020-05-31testcommon: speed up wait_for_tail() on GNU/Linux
2020-05-29treat $INBOX_DIR/description and gitweb.owner as UTF-8
2020-05-26msgmap: tmp_clone: use in-memory journal
2020-05-26view: do not offer links to 0-byte multipart attachments
2020-05-25v2writable: only load Xapian when a shard is found
2020-05-23spawn: fix compatibility with old Inline::C
2020-05-20spamcheck/spamc: use localized slurp to read from spamc
2020-05-19favor readline() and print() as functions
2020-05-18index: add --batch-size=SIZE option
2020-05-17index: v2: parallelize if --reindex or --jobs is specified
2020-05-17confine Email::MIME use even further
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-16view: drop a newline before first attachment link
2020-05-15PublicInbox::Inbox.pm: Default unset address to a one element array
2020-05-12msgmap: use TRUNCATE for journal_mode, for now
2020-05-12overidx: document the SQLite PRAGMA we use
2020-05-12rename "ContentId" to "ContentHash"
2020-05-12spawn: use ~/.cache/public-inbox/inline-c if writable
2020-05-10emlcontentfoo: drop the {discrete} and {composite} fields
2020-05-10eml: rename limits to match postfix names
2020-05-10eml: enforce a maximum header length
2020-05-10search: remove documentation for "lid:"
2020-05-09emlcontentfoo: quiet warning on missing attributes
2020-05-09eml: speed up common LF-only emails
2020-05-09eml: reduce RE captures and possible side effects
2020-05-09viewdiff: don't increment the reported hunk line number
2020-05-09eml: drop trailing blank line on missing epilogue
2020-05-09remove most internal Email::MIME usage
2020-05-09eml: remove dependency on Email::MIME::Encodings
2020-05-09EmlContentFoo: relax Encode version requirement
2020-05-09EmlContentFoo: Email::MIME::ContentType replacement
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09switch read-only Email::Simple users to Eml
2020-05-09eml: pure-Perl replacement for Email::MIME