]> Sergey Matveev's repositories - public-inbox.git/history - lib
replace most uses of PublicInbox::MIME with Eml
[public-inbox.git] / lib /
2020-05-09 Eric Wongreplace most uses of PublicInbox::MIME with Eml
2020-05-09 Eric Wongswitch read-only Email::Simple users to Eml
2020-05-09 Eric Wongeml: pure-Perl replacement for Email::MIME
2020-05-09 Eric Wongsmsg: use capitalization for header retrieval
2020-05-09 Eric Wongfilter/rubylang: avoid recursing subparts to strip...
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-09 Eric Wongwww: preload: load all encodings at startup
2020-05-09 Eric Wongsearch: support searching on List-Id
2020-05-07 Eric Wongviewdiff: stricter highlighting and linkification check
2020-05-07 Eric Wongviewdiff: assume diffstat and diff order are identical
2020-05-06 Eric Wonggit: warn on ->cat_async callback errors
2020-05-01 Eric Wongfeed: remove PublicInbox::MIME module load
2020-04-30 Eric Wongmid: capitalize "ID" in "Message-ID"
2020-04-29 Eric Wonggit: various minor speedups
2020-04-26 Eric Wongtestcommon: mime_load: drop extra $cb arg
2020-04-26 Eric Wongtests: remove Email::MIME->create use entirely
2020-04-26 Eric Wongtestcommon: introduce mime_load sub
2020-04-25 Eric Wongfeed: drop needless version check
2020-04-25 Eric Wongwatchmaildir: match List-ID case-insensitively
2020-04-25 Eric Wongwatchmaildir: scan all matching headers
2020-04-22 Eric Wongmake zlib-related modules a hard dependency
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-21 Eric Wongindex: support --max-size / publicinbox.indexMaxSize
2020-04-21 Eric Wongqspawn: remove Perl 5.16.x leak workaround
2020-04-20 Eric Wongv2writable: drop SQLite-based multi_mid_q_new
2020-04-20 Eric Wongdrop needless `eval {}' around Config->new
2020-04-20 Eric Wongtestcommon: spawn-aware system() and qx[] workalikes
2020-04-20 Eric Wongimport: init_bare: use pure Perl
2020-04-20 Eric Wongimport: init_bare: allow use as method, use in tests
2020-04-20 Kyle Meyerwatchmaildir: support multiple watchheader values
2020-04-19 Eric Wongreduce scope of mbox From_ line removal
2020-04-19 Eric Wongmbox: use per-message line-ending for From_ line
2020-04-19 Eric Wongwwwatomstream: move {emit_header} field to $self
2020-04-19 Eric Wonginbox: replace `eval {}' with `do {}' where appropriate
2020-04-19 Eric Wonginbox: don't memoize missing description|cloneurl
2020-04-19 Eric Wongsearchidx: die on cat-file failures
2020-04-19 Eric Wonginboxwritable: mime_from_path: reuse in more places
2020-04-17 Eric Wongsearchthread: reduce indirection by removing container
2020-04-15 Eric Wongdskqxs: ignore EV_SET errors on EVFILT_WRITE
2020-04-15 Eric Wongtestcommon: DESTROY: wait for killed daemon
2020-04-09 Eric Wongtriewyde: ficks soem speling errrors
2020-04-09 Eric Wongtests: document run_mode=1 as not implemented
2020-04-07 Eric Wongview: do not redundantly obfuscate addresses
2020-04-07 Eric Wongportability: constants for NetBSD
2020-04-05 Eric Wonggit: reduce stat buffer storage overhead
2020-04-05 Eric Wongmbox: halve ->getline "context switches"
2020-04-05 Eric Wongrelease large (non ref) scalars using `undef $sv'
2020-04-05 Eric Wongwwwstatic: set "Vary: Accept-Encoding" in static gzip...
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-04 Eric Wonginboxwritable: fix From_ line unescaping
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 Wongnntp: allow multiple spaces or tabs to delimit args
2020-04-02 Eric Wongmid: add $MID_EXTRACT regexp for export
2020-04-02 Eric Wongsearchidx: v1: skip mid_clean on mid_mime results
2020-04-02 Eric Wongsmsg: inline _extract_mid functionality
2020-03-31 Eric Wongv2writable: index Message-IDs w/ spaces properly
2020-03-30 Eric Wongviewvcs: stream_blob_parse_hdr: fix BIN_DETECT retries
2020-03-30 Eric Wongqspawn: capture errors from parse_hdr callback
2020-03-30 Eric Wongwwwstream::oneshot => html_oneshot
2020-03-29 Eric Wongindex: support --compact / -c on command-line
2020-03-29 Eric Wongsearchidxshard: ensure we set indexlevel on shard[0]
2020-03-29 Andreas Rottmannconfig: Honor gitconfig includes
2020-03-26 Eric Wongwwwaltid: inform users to use POST instead of GET
2020-03-26 Eric Wongwwwtext: show altid instructions in config
2020-03-26 Eric Wonginbox: altid_map becomes a method
2020-03-25 Eric Wongwww: add endpoint to retrieve altid dumps
2020-03-25 Eric Wongaltid: warn about non-word prefixes
2020-03-25 Eric Wongwwwtext: show thread endpoint w/ indexlevel=basic
2020-03-25 Eric Wongsearch: clobber -user_pfx on query parser initialization
2020-03-25 Eric Wongqspawn: handle ENOENT (and other errors on exec)
2020-03-25 Eric Wongmbox: need_gzip uses WwwStream::oneshot
2020-03-25 Eric Wongwwwstream: oneshot sets content-length
2020-03-25 Eric Wongextmsg: use WwwResponse::oneshot
2020-03-25 Eric Wongwwwstream: introduce oneshot API to avoid ->getline
2020-03-25 Eric Wonggzipfilter: lazy allocate the deflate context
2020-03-25 Eric Wongqspawn: reinstate filter support, add gzip filter
2020-03-24 Eric Wongdaemon: unlink .oldbin PID file correctly
2020-03-24 Eric Wongdaemon: fix SIGUSR2 upgrade with -W0 (no workers)
2020-03-22 Eric Wongv2: SDBM-based multi Message-ID queue
2020-03-22 Eric Wong*idx: pass smsg in even more places
2020-03-22 Eric Wongv2: pass smsg in more places
2020-03-22 Eric Wong*idx: pass $smsg in more places instead of many args
2020-03-22 Eric Wongoveridx: parse_references: less error-prone args
2020-03-22 Eric Wongsmsg: to_doc_data: use existing fields
2020-03-22 Eric Wongrename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22 Eric Wongv2writable: preserve timestamps from import
2020-03-22 Eric Wongindex: use git commit times on missing Date/Received
2020-03-21 Eric Wongwwwlisting: use first successfully loaded JSON module
2020-03-20 Eric Wongviewdiff: favor `qr' to precompile regexps
2020-03-20 Eric Wongdaemon: do more immortal allocations up front
2020-03-20 Eric Wongwww: avoid `state' usage to perform allocations up...
2020-03-20 Eric Wongwwwlisting: avoid lazy loading JSON module
next