about summary refs log tree commit homepage
path: root/lib/PublicInbox/WwwAtomStream.pm
DateCommit message (Expand)
2020-08-02remove unnecessary ->header_obj calls
2020-08-01www: rework async_* to use method table
2020-07-10wwwatomstream: avoid uninitialized warnings for $email
2020-07-06www: update internal docs
2020-07-06www: start making gzipfilter the parent response class
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-06www*stream: gzip ->getline responses
2020-06-03wwwatomstream: drop smsg->{mid} fallback for non-SQLite
2020-06-03wwwatomstream: convert callers to use smsg_eml
2020-04-19wwwatomstream: move {emit_header} field to $self
2020-02-16view: escape ampersand in Message-IDs
2020-02-16view: remove mhref arg from multipart_text_as_html
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27view: start performing buffering into {obuf}
2020-01-27www*stream: favor \&close instead of *close
2020-01-12www: discard multipart parent on iteration
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-27feed: avoid anonymous subs
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-20wwwatomstream: fix per-feed <id>
2019-09-09run update-copyrights from gnulib for 2019
2019-02-01view: diffstat anchors for multi-message/attachment views
2019-01-09doc: various overview-level module comments
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-06favor Received: date over Date: header globally
2018-02-07update copyrights for 2018
2018-01-26atom: show metadata before message body
2017-07-13www: Atom stream respects timezone
2017-01-07remove incorrect comment about strftime + locales
2016-12-17atom: implement message threading per RFC 4685
2016-12-03atom: switch to getline/close for response bodies