]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/MboxGz.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / MboxGz.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-11 Eric Wongnntp+www: drop List-* and Archived-At headers
2020-12-09 Eric Wongtreewide: replace {-inbox} with {ibx} for consistency
2020-08-01 Eric Wongwww: rework async_* to use method table
2020-07-10 Eric Wonghval: to_filename: return `undef' instead of empty...
2020-07-06 Eric Wongwww: start making gzipfilter the parent response class
2020-07-06 Eric Wongmbox: async blob fetch for "single message" raw mboxrd
2020-07-06 Eric Wongmboxgz: reduce hash depth
2020-07-06 Eric Wongmboxgz: do asynchronous git blob retrievals
2020-07-06 Eric Wonggzipfilter: replace Compress::Raw::Deflate usages
2020-05-09 Eric Wongswitch read-only Email::Simple users to Eml
2020-02-06 Eric Wongtreewide: run update-copyrights from gnulib for 2019
2020-01-31 Eric Wongmboxgz: ensure gzipped mboxes always have filenames
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-27 Eric Wongmboxgz: pass $ctx to callback to avoid anon subs
2019-12-12 Eric Wongmbox: do not try to create filename from empty string
2019-11-24 Eric Wongmboxgz: fix compiler parse error under under Perl 5...
2019-11-16 Eric Wongmboxgz: use Compress::Raw::Zlib instead of IO::Compress...
2019-11-16 Eric Wongmbox: split mboxgz out into a separate file