about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
DateCommit message (Expand)
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"
2021-09-29www: do not bump {over} refcnt on long responses
2021-09-02www: handle name-only publicinbox.*.url entries
2021-08-28get rid of unnecessary bytes::length usage
2021-08-17view: remove mbox.gz and Atom from topic view
2021-08-14www: avoid uninitialized vars from shadowed Message-IDs
2021-06-20view: extra check to for redundant messages in HTML view
2021-04-28view: add [thread overview] anchor next to Date:
2021-03-17config: lazy-load coderepos, support extindex
2021-01-01update copyrights for 2021
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-09-12treewide: avoid `goto &NAME' for tail recursion
2020-08-28www: more descriptive pagination
2020-08-28www: improve navigation around contemporary threads
2020-08-07www: avoid warnings on YYYYMMDD-only t= query parameter
2020-08-02remove unnecessary ->header_obj calls
2020-07-06view: simplify eml_entry callers further
2020-07-06www: update internal docs
2020-07-06wwwstream: eliminate ::response, use html_oneshot
2020-07-06view: /$INBOX/$MSGID/t/: avoid extra hash lookup in eml case
2020-07-06view: eml_entry: reduce parameters
2020-07-06view: update /$INBOX/$MSGID/T/ to be async
2020-07-06view: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06view: make /$INBOX/$MSGID/ permalink async
2020-07-06wwwstream: reduce blob fetch paths for ->getline
2020-07-06wwwstream: reduce object graph depth
2020-06-03www: remove smsg_mime API and adjust callers
2020-05-26view: do not offer links to 0-byte multipart attachments
2020-05-17descend into message/(rfc822|news|global) parts
2020-05-16view: drop a newline before first attachment link
2020-05-09replace most uses of PublicInbox::MIME with Eml
2020-05-09msg_iter: pass $idx as a scalar, not array
2020-05-09msg_iter: make ->each_part method for PublicInbox::MIME
2020-05-07viewdiff: stricter highlighting and linkification check
2020-04-22view: actually omit subject text when dumping topics
2020-04-22view: strip omission character from current message in thread view
2020-04-17searchthread: reduce indirection by removing container
2020-04-09triewyde: ficks soem speling errrors
2020-04-07view: do not redundantly obfuscate addresses
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-04view: inline flush_quote sub
2020-04-04viewdiff: reduce sub parameter count
2020-04-04view: dedupe_subject: allow "0" as a valid Subject
2020-04-04view: use defined-or operator to simplify checks
2020-04-04view: note we assume UTF-8 on unknown encodings
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-03view: handle the topic-free case properly