about summary refs log tree commit homepage
path: root/lib
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-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-14over: unset sqlite_unicode attribute
2020-07-14xapcmd: delay over->check_inodes trigger
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-07mda: use PublicInbox::Address to extract emails
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
2020-07-06wwwstream: reduce blob fetch paths for ->getline
2020-07-06wwwstream: reduce object graph depth
2020-07-06wwwatomstream: support async blob fetch
2020-07-06wwwatomstream: reuse $ctx as $self
2020-07-06wwwatomstream: use PublicInbox::Inbox->modified for feed_updated
2020-07-06wwwatomstream: simplify feed_update callers
2020-07-06mbox: async blob fetch for "single message" raw mboxrd
2020-07-06mboxgz: reduce hash depth
2020-07-06mboxgz: do asynchronous git blob retrievals