about summary refs log tree commit homepage
DateCommit message (Expand)
2020-07-17search: simplify unindexing
2020-07-17searchidx: use v5.10.1, parent.pm, drop warnings
2020-07-17overidx: favor non-OO sub dispatch for internal subs
2020-07-17overidx: each_by_mid: pass self and args to callbacks
2020-07-17with_umask: pass args to callback
2020-07-17import: use common capitalization for filtering headers
2020-07-17drop binmode usage
2020-07-17v2: use v5.10.1, parent.pm, drop warnings
2020-07-17t/import: quiet warning, clobber variable
2020-07-17doc: add some recommendations around slow HDDs
2020-07-17config: reject `\n' in `inboxdir'
2020-07-14doc: release notes and version info updates
2020-07-14over+msgmap: do not store filename after DBI->connect
2020-07-14nntpd+imapd: detect unlinked msgmap
2020-07-14over: unset sqlite_unicode attribute
2020-07-14xapcmd: delay over->check_inodes trigger
2020-07-13xt/mem-imapd-tls: avoid EMFILE in -imapd process
2020-07-13imap: SEARCH fails more gracefully in non-slice mailbox
2020-07-10wwwatomstream: avoid uninitialized warnings for $email
2020-07-10imap: avoid warnings on non-slice mailboxes
2020-07-10viewvcs: stop checking unused "B" query parameter
2020-07-10hval: to_filename: return `undef' instead of empty string
2020-07-10viewvcs: allow "0" as a path name
2020-07-10doc: standards: link IMAP capabilities and response codes
2020-07-07t/spawn: fix test reliability
2020-07-07mda: use PublicInbox::Address to extract emails
2020-07-06doc/technical/whyperl: note Perl 7 announcement
2020-07-06doc/technical/whyperl: reword bit around installed docs
2020-07-06doc: daemon: update documentation around Inline::C
2020-07-06git: use v5.10.1, parent.pm and Time::HiRes::stat
2020-07-06gzipfilter: check http->{forward} for client disconnects
2020-07-06daemon: warn on missing blobs
2020-07-06gzipfilter: drop HTTP connection on bugs or data corruption
2020-07-06wwwattach: support async blob retrievals
2020-07-06wwwtext: simplify gzf_maybe use
2020-07-06view: simplify eml_entry callers further
2020-07-06www: update internal docs
2020-07-06wwwstream: eliminate ::response, use html_oneshot
2020-07-06view: /$INBOX/$MSGID/t/: avoid extra hash lookup in eml case
2020-07-06view: eml_entry: reduce parameters
2020-07-06ssearchview: /$INBOX/?q=$QUERY&x=t uses async blobs
2020-07-06feed: /$INBOX/new.html fetches blobs asynchronously
2020-07-06feed: generate_i: eliminate pointless loop
2020-07-06view: update /$INBOX/$MSGID/T/ to be async
2020-07-06view: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06view: make /$INBOX/$MSGID/ permalink async
2020-07-06wwwstream: subclass off GzipFilter
2020-07-06wwwstream: use parent.pm and no warnings
2020-07-06remove unused/redundant zlib-related imports
2020-07-06www: start making gzipfilter the parent response class