user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-04-06 09:56:21 to 2020-05-19 09:06:58 UTC [more...]

[PATCH] scripts/import_*: remove PublicInbox::MIME usage
 2020-05-19  9:06 UTC 

MUA and client-side limits w.r.t. IMAP
 2020-05-19  9:00 UTC 

[PATCH] index: add --batch-size=SIZE option
 2020-05-18  3:04 UTC  (4+ messages)

[PATCH] favor readline() and print() as functions
 2020-05-17 19:48 UTC 

[PATCH] index: v2: parallelize if --reindex or --jobs is specified
 2020-05-17  0:08 UTC 

I have figured out IMAP IDLE
 2020-05-16 22:53 UTC  (14+ messages)
        ` [PATCH 1/2] IMAPTracker: Add a helper to track our place in reading imap mailboxes
          ` [PATCH 2/2] imap_fetch: Add a command to continuously fetch from an imap mailbox
                      ` [PATCH] confine Email::MIME use even further

[PATCH/RFC 0/2] recurse into message/rfc822 parts
 2020-05-16 10:03 UTC  (3+ messages)
` [PATCH 1/2] t/psgi_attach: assert message/* parts are downloadable
` [PATCH 2/2] descend into message/(rfc822|news|global) parts

[PATCH] PublicInbox::Inbox.pm: Default unset address to a one element array
 2020-05-16  7:42 UTC  (2+ messages)

[PATCH] view: drop a newline before first attachment link
 2020-05-16  7:35 UTC 

how's memory use? May 2020 edition
 2020-05-15  5:23 UTC  (3+ messages)

[PATCH 0/5] scattered dev/CLI-oriented changes
 2020-05-11  4:27 UTC  (8+ messages)
` [PATCH 1/5] xt/eml_check_limits: check limits against an inbox
` [PATCH 2/5] rename "ContentId" to "ContentHash"
` [PATCH 3/5] overidx: document the SQLite PRAGMA we use
` [PATCH 4/5] msgmap: use TRUNCATE for journal_mode, for now
` [PATCH 5/5] spawn: use ~/.cache/public-inbox/inline-c if writable
    ` [PATCH v2] "

[PATCH] build: check-manifest runs after tests
 2020-05-10 19:38 UTC 

[PATCH] emlcontentfoo: drop the {discrete} and {composite} fields
 2020-05-10  9:42 UTC 

[PATCH] t/mime: fix test to work w/o Email::MIME
 2020-05-10  9:41 UTC 

[ANNOUNCE] public-inbox 1.5.0
 2020-05-10  7:04 UTC 

[PATCH] various doc updates ahead of 1.5.0
 2020-05-10  6:59 UTC 

[PATCH 0/2] header limit and consistency
 2020-05-10  6:21 UTC  (3+ messages)
` [PATCH 1/2] eml: enforce a maximum header length
` [PATCH 2/2] eml: rename limits to match postfix names

view: why is the diff line number incremented by one?
 2020-05-09 18:57 UTC  (3+ messages)
  ` [PATCH] viewdiff: don't increment the reported hunk line number

[PATCH] search: remove documentation for "lid:"
 2020-05-09  8:39 UTC 

[PATCH 0/3] eml: some fixes and speedups
 2020-05-09  8:27 UTC  (4+ messages)
` [PATCH 1/3] eml: reduce RE captures and possible side effects
` [PATCH 2/3] eml: speed up common LF-only emails
` [PATCH 3/3] emlcontentfoo: quiet warning on missing attributes

[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


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).