about summary refs log tree commit homepage
path: root/lib/PublicInbox/MboxGz.pm
DateCommit message (Expand)
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