user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-03-23 00:30:48 to 2020-05-08 04:47:33 UTC [more...]

[PATCH 00/13] eml: pure-Perl replacement for Email::MIME
 2020-05-08  4:47 UTC  (15+ messages)
` [PATCH 01/13] msg_iter: make ->each_part method for PublicInbox::MIME
` [PATCH 02/13] msg_iter: pass $idx as a scalar, not array
` [PATCH 03/13] filter/rubylang: avoid recursing subparts to strip trailers
` [PATCH 04/13] smsg: use capitalization for header retrieval
` [PATCH 05/13] eml: pure-Perl replacement for Email::MIME
` [PATCH 06/13] switch read-only Email::Simple users to Eml
` [PATCH 07/13] replace most uses of PublicInbox::MIME with Eml
` [PATCH 08/13] EmlContentFoo: Email::MIME::ContentType replacement
` [PATCH 09/13] EmlContentFoo: relax Encode version requirement
` [PATCH 10/13] eml: remove dependency on Email::MIME::Encodings
` [PATCH 11/13] xt: eml comparison tests
` [PATCH 12/13] remove most internal Email::MIME usage
` [PATCH 13/13] eml: drop trailing blank line on missing epilogue

[PATCH 0/6] daemon: reduce fragmentation via preload
 2020-05-08  1:59 UTC  (3+ messages)
` Encode preloading
  ` [PATCH] www: preload: load all encodings at startup

mail header indexing additions
 2020-05-07  3:00 UTC  (3+ messages)
  ` [PATCH] search: support searching on List-Id

[PATCH 0/2] viewdiff: linkification fixes
 2020-05-06 10:40 UTC  (3+ messages)
` [PATCH 1/2] viewdiff: assume diffstat and diff order are identical
` [PATCH 2/2] viewdiff: stricter highlighting and linkification check

[PATCH] git: warn on ->cat_async callback errors
 2020-05-06  0:43 UTC 

[PATCH] scripts/slrnspool2maildir: don't sort glob()
 2020-05-02 21:22 UTC 

[PATCH 0/2] tests: Perl 5.10.1 fixes
 2020-05-01 18:04 UTC  (3+ messages)
` [PATCH 1/2] t/httpd-corner.t: fix uninitialized warning
` [PATCH 2/2] t/convert-compact: avoid warning on `scalar(split(...))'

[RFC/WIP] msg_iter: make ->each_part method for PublicInbox::MIME
 2020-05-01  6:59 UTC 

[PATCH] feed: remove PublicInbox::MIME module load
 2020-04-30 10:38 UTC 

[PATCH] git: various minor speedups
 2020-04-29 20:33 UTC  (2+ messages)

[PATCH] t/precheck: remove Email::Simple->create from tests
 2020-04-29 11:14 UTC 

[PATCH] mid: capitalize "ID" in "Message-ID"
 2020-04-29 10:43 UTC 

[PATCH] doc: add clients.txt
 2020-04-27 22:21 UTC  (6+ messages)
` [PATCH v2] "

How to Extract public-inbox v2 to Maildir
 2020-04-26 14:19 UTC  (4+ messages)

[PATCH 0/3] remove Email::MIME->create use
 2020-04-26  7:35 UTC  (5+ messages)
` [PATCH 1/3] testcommon: introduce mime_load sub
` [PATCH 2/3] tests: remove Email::MIME->create use entirely
` [PATCH 3/3] tests: replace mime_from_path with mime_load
` [PATCH 4/3] testcommon: mime_load: drop extra $cb arg

[RFC 0/2] watch behavior changes aNd ProPoSaL
 2020-04-24  3:12 UTC  (4+ messages)
` [PATCH 1/2] watchmaildir: scan all matching headers
` [PATCH 2/2] watchmaildir: match List-ID case-insensitively

[PATCH] feed: drop needless version check
 2020-04-23  1:54 UTC 

[PATCH 0/2] view: two display fixes for deduped subjects
 2020-04-22 15:44 UTC  (5+ messages)
` [PATCH 1/2] view: strip omission character from current message in thread view
` [PATCH 2/2] view: actually omit subject text when dumping topics

v1.4.0 tag is not contained in master
 2020-04-22  6:49 UTC  (2+ messages)

[ANNOUNCE] public-inbox 1.4.0
 2020-04-22  6:48 UTC  (2+ messages)

browser history and cookies
 2020-04-21 23:07 UTC 

[PATCH 0/4] some test cleanups
 2020-04-21 21:16 UTC  (5+ messages)
` [PATCH 1/4] t/feed: remove useless $ENV{GIT_DIR} assignment
` [PATCH 2/4] t/*.t: use Email::MIME->create over PublicInbox::MIME->create
` [PATCH 3/4] t/*.t: reduce dependency on Email::MIME APIs
` [PATCH 4/4] t/mda.t: avoid needless use of Email::Simple

[PATCH] doc: note some changes for 1.5
 2020-04-21 20:30 UTC 

[PATCH] make zlib-related modules a hard dependency
 2020-04-21  7:22 UTC  (2+ messages)
` [squash] wwwaltid: use gzipfilter up front

[PATCH 0/3] t/nntpd: small fixes and cleanups
 2020-04-21  3:22 UTC  (4+ messages)
` [PATCH 1/3] t/nntpd: fix lsof check w/ TEST_RUN_MODE=0
` [PATCH 2/3] t/nntpd: reduce dependencies on internal API
` [PATCH 3/3] t/nntpd: die if we can't open stderr output

[PATCH] index: support --max-size / publicinbox.indexMaxSize
 2020-04-20 22:55 UTC 

[RFC PATCH] watchmaildir: support multiple watchheader values
 2020-04-20 13:26 UTC  (8+ messages)
  ` [PATCH v2] "
          ` [PATCH] doc: HACKING: add a bit about faster testing

[PATCH] v2writable: drop SQLite-based multi_mid_q_new
 2020-04-20  9:59 UTC 

[PATCH] drop needless `eval {}' around Config->new
 2020-04-20  9:33 UTC 

message/rfc822 and other message/* attachments
 2020-04-20  9:20 UTC 

[PATCH] doc: txt2pre: fix URL of git-filter-repo(1)
 2020-04-20  7:07 UTC 

[PATCH 0/4] test speedups for FreeBSD
 2020-04-19 23:19 UTC  (5+ messages)
` [PATCH 1/4] import: init_bare: allow use as method, use in tests
` [PATCH 2/4] import: init_bare: use pure Perl
` [PATCH 3/4] t/ds-leak: use BSD::Resource
` [PATCH 4/4] testcommon: spawn-aware system() and qx[] workalikes

[PATCH] t/v*-add-remove-add: fix typo in description of 'removed' check
 2020-04-19 21:14 UTC  (2+ messages)

[PATCH 0/8] some small yak shaving things
 2020-04-18  3:38 UTC  (9+ messages)
` [PATCH 1/8] inboxwritable: mime_from_path: reuse in more places
` [PATCH 2/8] searchidx: die on cat-file failures
` [PATCH 3/8] inbox: don't memoize missing description|cloneurl
` [PATCH 4/8] inbox: replace `eval {}' with `do {}' where appropriate
` [PATCH 5/8] favor `do {}' over `eval {}' for localized slurp
` [PATCH 6/8] wwwatomstream: move {emit_header} field to $self
` [PATCH 7/8] mbox: use per-message line-ending for From_ line
` [PATCH 8/8] reduce scope of mbox From_ line removal

[PATCH] doc: start writeup on semi-automatic memory management
 2020-04-17 10:24 UTC 

[PATCH] qspawn: remove Perl 5.16.x leak workaround
 2020-04-17  9:33 UTC 

[PATCH] searchthread: reduce indirection by removing container
 2020-04-17  9:28 UTC 

[PUSHED 0/2] relnotes and some notes about the future
 2020-04-17  9:11 UTC  (3+ messages)
` [PATCH 1/2] public-inbox 1.4.0
` [PATCH 2/2] doc: update 1.4.0 relnotes with date, start 1.5.0

[PATCH 0/2] more test fixes
 2020-04-17  5:22 UTC  (4+ messages)
` [PATCH 1/2] t/httpd-corner: improve reliability and diagnostics
` [PATCH 2/2] t/httpd-unix: reliability for non-signalfd/EVFILT_SIGNAL
  ` [PATCHv2 2/2] t/httpd-unix: skip some tests w/o signalfd|EVFILT_SIGNAL

impibe: incrementally add messages from public-inbox V1/V2 to a Maildir
 2020-04-15 21:48 UTC  (3+ messages)

[PATCH v2 0/2] rerolled doc updates
 2020-04-13 11:32 UTC  (3+ messages)
` [PATCH v2 1/2] doc: add technical/whyperl
` [PATCH v2 2/2] doc: start reproducibility document

[PATCH] doc: escape internal ">" in listid code snippet
 2020-04-12 21:42 UTC  (2+ messages)

[PATCH 0/4] FreeBSD and test fixes
 2020-04-11 10:53 UTC  (5+ messages)
` [PATCH 1/4] testcommon: DESTROY: wait for killed daemon
` [PATCH 2/4] dskqxs: ignore EV_SET errors on EVFILT_WRITE
` [PATCH 3/4] t/*.t: localize $SIG{__WARN__} changes
` [PATCH 4/4] t/httpd-corner.t: relax read-after-failed-write handling

[PATCH] doc: add technical/whyperl
 2020-04-09  1:14 UTC  (6+ messages)

[RFC] doc: start reproducibility document
 2020-04-08  0:24 UTC  (2+ messages)

[PATCH 0/2] tiny fixes to comments
 2020-04-07 21:55 UTC  (3+ messages)
` [PATCH 1/2] tests: document run_mode=1 as not implemented
` [PATCH 2/2] triewyde: ficks soem speling errrors

[PATCH] t/httpd-unix: improve test reliability
 2020-04-07 21:02 UTC 

[PATCH] xt/perf-msgview: update to use git->cat_async
 2020-04-06 23:16 UTC 

[PATCH] portability: constants for NetBSD
 2020-04-06 20:23 UTC 

[PATCH 0/3] examples/grok-pull.post_update_hook updates
 2020-04-06  9:56 UTC  (4+ messages)
` [PATCH 1/3] examples/grok-pull.post_update_hook: fetch mirror description
` [PATCH 2/3] examples/grok-pull.post_update_hook: capture infourl
` [PATCH 3/3] examples/grok-pull.post_update_hook: move url_base to the top

[PATCH] view: do not redundantly obfuscate addresses
 2020-04-06  8:32 UTC 

[PATCH 0/3] some efficiency improvements
 2020-04-05  7:53 UTC  (4+ messages)
` [PATCH 1/3] release large (non ref) scalars using `undef $sv'
` [PATCH 2/3] mbox: halve ->getline "context switches"
` [PATCH 3/3] git: reduce stat buffer storage overhead

[PATCH] wwwstatic: set "Vary: Accept-Encoding" in static gzip response
 2020-04-05  1:28 UTC 

[PATCH] xt/msgtime_cmp: fix false positives from msgtime change
 2020-04-04 23:51 UTC 

[PATCH 0/5] view*: minor cleanups and fixes
 2020-04-04 23:38 UTC  (7+ messages)
` [PATCH 1/5] view: note we assume UTF-8 on unknown encodings
` [PATCH 2/5] view: use defined-or operator to simplify checks
` [PATCH 3/5] view: dedupe_subject: allow "0" is a valid Subject
` [PATCH 4/5] viewdiff: reduce sub parameter count
` [PATCH 5/5] view: inline flush_quote sub

From-munge not being reversed on mbox import
 2020-04-04 16:31 UTC  (3+ messages)
` [PATCH] inboxwritable: fix From_ line unescaping

[PATCH] quiet "Complex regular subexpression recursion limit" warnings
 2020-04-03 21:51 UTC 

[PATCH] view: handle the topic-free case properly
 2020-04-03  5:06 UTC 

[PATCH 0/2] doc: pre-release doc updates
 2020-04-02  5:54 UTC  (9+ messages)
` [PATCH 1/2] README: expand on the GUI non-requirement
            ` [PATCH] README: add a missing "be"
` [PATCH 2/2] doc: update notes and HACKING ahead of 1.4 release

[PATCH] nntp: allow multiple spaces or tabs to delimit args
 2020-04-02  0:17 UTC 

[PATCH 0/3] Message-ID-related cleanups
 2020-04-01  6:16 UTC  (4+ messages)
` [PATCH 1/3] smsg: inline _extract_mid functionality
` [PATCH 2/3] searchidx: v1: skip mid_clean on mid_mime results
` [PATCH 3/3] mid: add $MID_EXTRACT regexp for export

[PATCH] t/xcpdb-reshard: skip --compact if xapian-compact(1) is missing
 2020-04-01  5:59 UTC 

how to gracefully handle spaces in Message-IDs?
 2020-04-01  0:05 UTC  (3+ messages)
` [WIP 1/?] v2writable: index Message-IDs w/ spaces properly

[PATCH] t/multi-mid: allow test to run w/o Xapian
 2020-03-30 19:42 UTC 

[PATCH 0/2] viewvcs: fix streaming large blobs
 2020-03-30 18:30 UTC  (3+ messages)
` [PATCH 1/2] qspawn: capture errors from parse_hdr callback
` [PATCH 2/2] viewvcs: stream_blob_parse_hdr: fix BIN_DETECT retries

[PATCH] wwwstream::oneshot => html_oneshot
 2020-03-30  5:18 UTC 

[PATCH] t/filter_rubylang.t: avoid warning for non-word prefix
 2020-03-29 19:32 UTC 

[PATCH] config: Honor gitconfig includes
 2020-03-29 17:53 UTC  (2+ messages)

[PATCH 0/2] index: support --compact / -c
 2020-03-28  0:56 UTC  (3+ messages)
` [PATCH 1/2] searchidxshard: ensure we set indexlevel on shard[0]
` [PATCH 2/2] index: support --compact / -c on command-line

[PATCH 0/3] wwwaltid: add pointers for usability
 2020-03-26  8:21 UTC  (4+ messages)
` [PATCH 1/3] inbox: altid_map becomes a method
` [PATCH 2/3] wwwtext: show altid instructions in config
` [PATCH 3/3] wwwaltid: inform users to use POST instead of GET

[PATCH 0/2] daemon: SIGUSR2 fixes
 2020-03-24  7:24 UTC  (3+ messages)
` [PATCH 1/2] daemon: fix SIGUSR2 upgrade with -W0 (no workers)
  ` [PATCH 3/2 (squash)] t/httpd-unix: fix race in SIGUSR2 test

p-i Gentoo package
 2020-03-23  0:30 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).