]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/View.pm
No ext_urls
[public-inbox.git] / lib / PublicInbox / View.pm
2023-02-17 Sergey MatveevNo non-actual reply information
2023-02-04 Eric Wongwww: sort all /$INBOX/ topics by Received: timestamp
2023-01-11 Eric Wongwww: /$INBOX/$MSGID/d/ to diff reused Message-IDs
2022-09-29 Eric Wongwww: remove "1\n" lines in $MSGID/t/ view
2022-09-11 Eric Wongview: fix solver links with multiple messages
2022-09-10 Eric Wongwww: use PerlIO::scalar (zfh) for buffering
2022-09-10 Eric Wongwww: switch to zadd for the majority of buffering
2022-09-10 Eric Wongwww: drop {obuf} use entirely, for now
2022-09-10 Eric Wongview: switch a few things to ctx->zmore
2022-09-10 Eric Wongview: html_footer: avoid escaping " in a few places
2022-09-10 Eric Wongview: html_footer: remove obuf dependency
2022-09-10 Eric Wongview: html_footer: golf out a few lines
2022-09-10 Eric Wongview: reduce ascii_html calls and {obuf} use
2022-09-10 Eric Wongview: _th_index_lite: use `//' defined-or op
2022-09-10 Eric Wongview: _th_index_lite: avoid one s///, improve symmetry
2022-09-10 Eric Wongview: attach_link: reduce obuf manipulation
2022-09-10 Eric Wongview: reduce subroutine calls for submsg_hdr
2022-09-10 Eric Wongview: remove multipart_text_as_html
2022-09-10 Eric Wongview: eml_entry: reduce manipulation of ctx->{obuf}
2022-09-10 Eric Wongview: simplify _parent_headers
2022-09-10 Eric Wongviewvcs: use shorter and simpler ctx->html_done
2022-09-10 Eric Wongwww_stream: aresponse assumes 200, too
2022-09-10 Eric Wongview: rework single message page to compress earlier
2022-09-08 Eric Wongview: drop unnecessary comma in date range note
2022-09-02 Eric Wongwww: omit [thread overview] link for unindexed v1
2022-09-02 Eric Wongwww: fix top nav bar for unindexed v1 inboxes
2022-09-02 Eric Wongwww: always show subject for root of thread skeleton
2022-08-29 Eric Wongwww: provide text/help/#search anchor
2022-08-29 Eric Wongwww: atom: fix "changed" href to nowhere
2022-08-29 Eric Wongview: cleanups and reuse for {obuf} preparation
2022-08-29 Eric Wongview: /$INBOX/: show "messages from $old to $new"
2022-08-29 Eric Wongtreewide: ditch inbox->recent method
2022-08-29 Eric Wongview: speed up /$INBOX/ landing page by 0.5-1.0%
2022-08-29 Eric Wongwww: allow html_oneshot to take an array arg
2022-08-26 Eric Wongview: add "this message" link above dfblob: textarea
2022-08-23 Eric Wongview: generate query in single-message and commit views
2022-08-20 Eric Wongview: do not show pagination footer for small inboxes
2022-08-04 Eric Wongview: avoid intermediate array when streaming thread
2022-07-28 Eric Wongwww: drop --subject from "git send-email" instructions
2022-04-02 Eric Wongview: remove unused $end variable
2022-02-11 Eric Wongview: remove all CR before LF
2021-10-24 Eric Wongthread: avoid Perl5 internal scratchpad target cache
2021-10-09 Eric Wongview: save memory by dropping smsg->{from_name} on use
2021-10-09 Eric Wongview: discard Eml->{bdy} when done using
2021-10-06 Eric Wongmsg_iter: split_quotes adds trailing "\n"
2021-09-29 Eric Wongwww: do not bump {over} refcnt on long responses
2021-09-02 Eric Wongwww: handle name-only publicinbox.*.url entries
2021-08-28 Eric Wongget rid of unnecessary bytes::length usage
2021-08-17 Eric Wongview: remove mbox.gz and Atom from topic view
2021-08-14 Eric Wongwww: avoid uninitialized vars from shadowed Message-IDs
2021-06-20 Eric Wongview: extra check to for redundant messages in HTML...
2021-04-28 Eric Wongview: add [thread overview] anchor next to Date:
2021-03-17 Eric Wongconfig: lazy-load coderepos, support extindex
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-09 Eric Wongtreewide: replace {-inbox} with {ibx} for consistency
2020-09-12 Eric Wongtreewide: avoid `goto &NAME' for tail recursion
2020-08-28 Eric Wongwww: more descriptive pagination
2020-08-28 Eric Wongwww: improve navigation around contemporary threads
2020-08-07 Eric Wongwww: avoid warnings on YYYYMMDD-only t= query parameter
2020-08-02 Eric Wongremove unnecessary ->header_obj calls
2020-07-06 Eric Wongview: simplify eml_entry callers further
2020-07-06 Eric Wongwww: update internal docs
2020-07-06 Eric Wongwwwstream: eliminate ::response, use html_oneshot
2020-07-06 Eric Wongview: /$INBOX/$MSGID/t/: avoid extra hash lookup in...
2020-07-06 Eric Wongview: eml_entry: reduce parameters
2020-07-06 Eric Wongview: update /$INBOX/$MSGID/T/ to be async
2020-07-06 Eric Wongview: /$INBOX/$MSGID/t/ reads blobs asynchronously
2020-07-06 Eric Wongview: make /$INBOX/$MSGID/ permalink async
2020-07-06 Eric Wongwwwstream: reduce blob fetch paths for ->getline
2020-07-06 Eric Wongwwwstream: reduce object graph depth
2020-06-03 Eric Wongwww: remove smsg_mime API and adjust callers
2020-05-26 Eric Wongview: do not offer links to 0-byte multipart attachments
2020-05-17 Eric Wongdescend into message/(rfc822|news|global) parts
2020-05-16 Eric Wongview: drop a newline before first attachment link
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-05-09 Eric Wongmsg_iter: pass $idx as a scalar, not array
2020-05-09 Eric Wongmsg_iter: make ->each_part method for PublicInbox:...
2020-05-07 Eric Wongviewdiff: stricter highlighting and linkification check
2020-04-22 Kyle Meyerview: actually omit subject text when dumping topics
2020-04-22 Kyle Meyerview: strip omission character from current message...
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-17 Eric Wongsearchthread: reduce indirection by removing container
2020-04-09 Eric Wongtriewyde: ficks soem speling errrors
2020-04-07 Eric Wongview: do not redundantly obfuscate addresses
2020-04-05 Eric Wongrelease large (non ref) scalars using `undef $sv'
2020-04-04 Eric Wongview: inline flush_quote sub
2020-04-04 Eric Wongviewdiff: reduce sub parameter count
2020-04-04 Eric Wongview: dedupe_subject: allow "0" as a valid Subject
2020-04-04 Eric Wongview: use defined-or operator to simplify checks
2020-04-04 Eric Wongview: note we assume UTF-8 on unknown encodings
2020-04-03 Eric Wongquiet "Complex regular subexpression recursion limit...
2020-04-03 Eric Wongview: handle the topic-free case properly
2020-04-02 Eric Wongmid: add $MID_EXTRACT regexp for export
2020-03-22 Eric Wongrename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-17 Eric Wongview: shorten life of MIME object for permalink
2020-02-16 Eric Wongview: remove last Hval->new caller
2020-02-16 Eric Wongview: escape ampersand in Message-IDs
2020-02-16 Eric Wongview: escape Subject HTML directly
next