about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
2024-02-09view: decode In-Reply-To comments added by some MUAs
2024-01-24view: /$INBOX/ links to topics_{new,active}.html
2024-01-10address: avoid [ undef, undef ] address pairs
2024-01-10www: linkify inbox addresses in To/Cc headers
2024-01-02view: always show strict|loose note w/ multi-roots
2023-11-29www: load and use cindex join data
2023-02-04www: sort all /$INBOX/ topics by Received: timestamp
2023-01-11www: /$INBOX/$MSGID/d/ to diff reused Message-IDs
2022-09-29www: remove "1\n" lines in $MSGID/t/ view
2022-09-11view: fix solver links with multiple messages
2022-09-10www: use PerlIO::scalar (zfh) for buffering
2022-09-10www: switch to zadd for the majority of buffering
2022-09-10www: drop {obuf} use entirely, for now
2022-09-10view: switch a few things to ctx->zmore
2022-09-10view: html_footer: avoid escaping " in a few places
2022-09-10view: html_footer: remove obuf dependency
2022-09-10view: html_footer: golf out a few lines
2022-09-10view: reduce ascii_html calls and {obuf} use
2022-09-10view: _th_index_lite: use `//' defined-or op
2022-09-10view: _th_index_lite: avoid one s///, improve symmetry
2022-09-10view: attach_link: reduce obuf manipulation
2022-09-10view: reduce subroutine calls for submsg_hdr
2022-09-10view: remove multipart_text_as_html
2022-09-10view: eml_entry: reduce manipulation of ctx->{obuf}
2022-09-10view: simplify _parent_headers
2022-09-10viewvcs: use shorter and simpler ctx->html_done
2022-09-10www_stream: aresponse assumes 200, too
2022-09-10view: rework single message page to compress earlier
2022-09-08view: drop unnecessary comma in date range note
2022-09-02www: omit [thread overview] link for unindexed v1
2022-09-02www: fix top nav bar for unindexed v1 inboxes
2022-09-02www: always show subject for root of thread skeleton
2022-08-29www: provide text/help/#search anchor
2022-08-29www: atom: fix "changed" href to nowhere
2022-08-29view: cleanups and reuse for {obuf} preparation
2022-08-29view: /$INBOX/: show "messages from $old to $new"
2022-08-29treewide: ditch inbox->recent method
2022-08-29view: speed up /$INBOX/ landing page by 0.5-1.0%
2022-08-29www: allow html_oneshot to take an array arg
2022-08-26view: add "this message" link above dfblob: textarea
2022-08-23view: generate query in single-message and commit views
2022-08-20view: do not show pagination footer for small inboxes
2022-08-04view: avoid intermediate array when streaming thread
2022-07-28www: drop --subject from "git send-email" instructions
2022-04-02view: remove unused $end variable
2022-02-11view: remove all CR before LF
2021-10-24thread: avoid Perl5 internal scratchpad target cache
2021-10-09view: save memory by dropping smsg->{from_name} on use
2021-10-09view: discard Eml->{bdy} when done using
2021-10-06msg_iter: split_quotes adds trailing "\n"