about summary refs log tree commit homepage
path: root/lib/PublicInbox/MboxGz.pm
DateCommit message (Expand)
2020-08-01www: rework async_* to use method table
2020-07-10hval: to_filename: return `undef' instead of empty string
2020-07-06www: start making gzipfilter the parent response class
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
2020-07-06gzipfilter: replace Compress::Raw::Deflate usages
2020-05-09switch read-only Email::Simple users to Eml
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-31mboxgz: ensure gzipped mboxes always have filenames
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-27mboxgz: pass $ctx to callback to avoid anon subs
2019-12-12mbox: do not try to create filename from empty string
2019-11-24mboxgz: fix compiler parse error under under Perl 5.16.3
2019-11-16mboxgz: use Compress::Raw::Zlib instead of IO::Compress::Gzip
2019-11-16mbox: split mboxgz out into a separate file