user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-09-01 01:15:08 to 2020-11-06 11:57:47 UTC [more...]

nntpd generate wrong headers
 2020-11-06 11:57 UTC  (10+ messages)
` [PATCH] nntp: delimit Newsgroup: header with commas

[PATCH 00/52] detached external index: mostly
 2020-11-05  7:54 UTC  (56+ messages)
` [PATCH 01/52] doc/standards: add RFCs for URL schemes
  ` [PATCH v2] "
` [PATCH 02/52] search: hoist out _xdb_sharded for v2 inboxes
` [PATCH 03/52] extsearch: start mocking out
` [PATCH 04/52] searchidx: expose INDEXLEVELS as `our'
` [PATCH 05/52] v2writable: add git method
` [PATCH 06/52] v2writable: make OO calls to last_commit-related methods
` [PATCH 07/52] search: xdb_sharded: make this a public method for ExtSearch
` [PATCH 08/52] searchidx: introduce "xref3" concept
` [PATCH 09/52] v2writable: prepare initialization for external indices
` [PATCH 10/52] v2writable: hoist out write_alternates
` [PATCH 11/52] searchidxshard: allow msgref to be undef
` [PATCH 12/52] v2writable: idx_shard: simplify callers
` [PATCH 13/52] v2writable: count_shards: allow working without {ibx}
` [PATCH 14/52] overidx: introduce changes for external index
` [PATCH 15/52] v2: some changes for ExtSearchIdx compatibility
` [PATCH 16/52] inboxwritable: eidx_key for external index
` [PATCH 17/52] v2writable: rename remaining "remote" terminology
` [PATCH 18/52] v2writable: checkpoint: account for lack of {mm}
` [PATCH 19/52] extsearchidx: initial implementation
` [PATCH 20/52] searchidx: index eidx_key as a boolean term
` [PATCH 21/52] searchidx: xref3 delete support
` [PATCH 22/52] searchidxshard: special init for eidx
` [PATCH 23/52] searchidx: put {ibx} into $sync state
` [PATCH 24/52] searchidx: log2stack: simplify callers
` [PATCH 25/52] v2writable: more generic sync setup code
` [PATCH 26/52] v2writable: allow OO method references
` [PATCH 27/52] v2writable: rename {v2w} field to {self}
` [PATCH 28/52] v2writable: make *last_commits and sync_prepare OO methods
` [PATCH 29/52] v2writable: move size check init to sync_prepare
` [PATCH 30/52] extsearchidx: more compatibility with V2Writable callers
` [PATCH 31/52] v2writable: reduce scope of epoch-aware code
` [PATCH 32/52] extsearchidx: remove {unindex_range} field
` [PATCH 33/52] v2writable: pass oid to uindex_oid
` [PATCH 34/52] extsearchidx: sync unit updates
` [PATCH 35/52] searchidx: export prepare_stack
` [PATCH 36/52] extsearchidx: sync updates
` [PATCH 37/52] searchidx: reduce inbox-dependency, wrap ->with_umask
` [PATCH 38/52] searchidx: favor $sync->{ibx} (over $self->{ibx})
` [PATCH 39/52] Makefile.PL: do not build manpage if POD is missing
` [PATCH 40/52] script: add preliminary eindex implementation
` [PATCH 41/52] index: eindex wiring
` [PATCH 42/52] over: store xref3 data in over.sqlite3
` [PATCH 43/52] searchidx: remove xref3 support for Xapian
` [PATCH 44/52] t/extsearch.t: verify results and xref3 ordering
` [PATCH 45/52] t/v2writable: remove pointless ->barrier call
` [PATCH 46/52] extsearch: wire up smsg_eml
` [PATCH 47/52] extsearchidx: handle edits
` [PATCH 48/52] extsearch: wire up remaining Inbox-like methods for WWW
` [PATCH 49/52] searchidx: ignore exceptions from ->remove_term
` [PATCH 50/52] extsearchidx: set current_info in warning callbacks
` [PATCH 51/52] extsearchidx: support --batch-size checkpoints
` [PATCH 52/52] searchidxshard: make warnings with eidx_key less confusing

[PATCH] tls: epollbit: account for miscellaneous OpenSSL errors
 2020-10-30  2:13 UTC 

Announce: ezpi python library for writing to public-inbox v2 repos
 2020-10-21 21:26 UTC 

[PATCH] xt: add eml ->as_string round trip checker
 2020-10-17  8:17 UTC  (2+ messages)
` [REVERT?] "

[PATCH] git: introduce async_wait_all
 2020-10-17  8:04 UTC 

[PATCH] tmpfile: modernize to 5.10.1+, note O_APPEND workaround
 2020-10-16  7:05 UTC 

[PATCH 01/64] inbox: add uidvalidity method
 2020-10-16  7:03 UTC  (6+ messages)
` [PATCH 02/64] git: ensure ->destroy clobbers check_async read buffer
` [PATCH 03/64] git: *_async: support nested callback invocations
` [PATCH 04/64] git: async: loop inflight checks for nested callbacks
` oops, :x was supposed to be 1/3 for git: stuff

[PATCH] scripts/dupe-finder: restore $dbh variable
 2020-10-16  5:02 UTC  (3+ messages)

[PATCH] admin: preserve config ordering of `--all' switch
 2020-10-13  7:19 UTC  (2+ messages)

Subscribing to public-inbox lists using grokmirror + procmail
 2020-10-07 21:42 UTC 

[PATCH] manifest: favor Cpanel::JSON::XS
 2020-10-03 23:12 UTC 

Thoughts on search-based imap mailboxes
 2020-10-03 19:40 UTC  (4+ messages)

[PATCH] v2writable: use "HEAD" to match v1 indexing behavior
 2020-09-29 19:43 UTC 

[PATCH] gcf2: improve error handling and do not ->fail on wbuf
 2020-09-28  5:52 UTC  (2+ messages)

[PATCH] searchidx: index lower-case List-Id value
 2020-09-28  5:15 UTC 

[PATCH] ds: add missing label for systems w/o EPOLLEXCLUSIVE
 2020-09-27 21:26 UTC 

[PATCH] imap: avoid raising exception if client disconnects
 2020-09-26 19:55 UTC  (2+ messages)

[PATCH] searchidx: fix (undocumented) --skip-docdata handling
 2020-09-24 10:13 UTC 

[PATCH 0/2] more minor indexing fixes
 2020-09-22 18:49 UTC  (3+ messages)
` [PATCH 1/2] idxstack: fix comment about file_char
` [PATCH 2/2] v2writable: drop outdated {unindex_range} check

2 problems with listid matching
 2020-09-21 20:58 UTC  (2+ messages)
` [PATCH] mda: match List-Id insensitively

[PATCH] mid: drop repeated ';' in mid_escape() regular expression
 2020-09-20 21:12 UTC  (2+ messages)

[PATCH] config: warn on multiple values for some fields
 2020-09-20  1:43 UTC 

[PATCH] doc: post-1.6 updates, start 1.7
 2020-09-19 21:42 UTC 

[ANNOUNCE] public-inbox 1.6.0
 2020-09-19 21:24 UTC  (4+ messages)

thoughts on Git::Raw / libgit2?
 2020-09-19  9:50 UTC  (2+ messages)

[PATCH 0/7] gcf2: libgit2-based cat-file alternative
 2020-09-19  9:37 UTC  (8+ messages)
` [PATCH 1/7] gcf2: libgit2-based git "
` [PATCH 2/7] t/gcf2: test changes to alternates
` [PATCH 3/7] add gcf2 client and executable script
` [PATCH 4/7] gcf2: transparently retry on missing OID
` [PATCH 5/7] gcf2*: more descriptive package descriptions
` [PATCH 6/7] gcf2: require git dir with OID
` [PATCH 7/7] gcf2: wire up read-only daemons and rm -gcf2 script

[PATCH 0/2] some doc fixes
 2020-09-17 21:25 UTC  (3+ messages)
` [PATCH 1/2] doc: flow: include -imapd
` [PATCH 2/2] doc: txt2pre: more manpage URLs

Epoch roll-over with imap
 2020-09-17 20:54 UTC  (2+ messages)

[PATCH] git_async_cat: inline + drop redundant batch_prepare call
 2020-09-17  8:57 UTC 

[PATCH] t/indexlevels-mirror: fix improperly skipped test
 2020-09-16 22:17 UTC 

[PATCH] git_async_cat: fix outdated comment
 2020-09-16  7:18 UTC 

[PATCH] wwwstream: link to cgit URLs for coderepo
 2020-09-15 20:15 UTC 

[PATCH 0/2] remove more 40 char limits
 2020-09-15 19:51 UTC  (3+ messages)
` [PATCH 1/2] mid: rename MID_MAX to ID_MAX
` [PATCH 2/2] treewide: relax allow >=40 chars for git OID

[PATCH] wwwtext: link to public-inbox.org/meta archives
 2020-09-15 19:48 UTC 

[PATCH] imap: quiet uninitialized variable warning on FETCH
 2020-09-15  6:11 UTC 

[PATCH] ci/deps: add Plack::Test::ExternalServer for devtest
 2020-09-14 22:02 UTC 

[PATCH] t/imapd.t: skip dependent test on failure
 2020-09-14 21:29 UTC 

brain dump detached/external index so far
 2020-09-14 20:55 UTC  (3+ messages)

[PATCH] doc: TODO and release notes updates ahead of 1.6
 2020-09-14  7:07 UTC  (2+ messages)
` 1.6 in a few hours/days?

[PATCH] tests: consistently check for xapian-compact
 2020-09-14  6:29 UTC 

[PATCH] sigfd: fix typos and scoping on systems w/o epoll+kqueue
 2020-09-14  3:42 UTC 

[PATCH] doc: Add piem to list of clients
 2020-09-14  3:15 UTC  (2+ messages)

[PATCH 0/3] mostly NNTP stuff
 2020-09-11  7:32 UTC  (4+ messages)
` [PATCH 1/3] treewide: avoid `goto &NAME' for tail recursion
` [PATCH 2/3] t/nntpd: add test for the XPATH command
` [PATCH 3/3] nntp: share more code between art_lookup callers

[PATCH] nntp: fix cross-newsgroup Message-ID lookups
 2020-09-10  9:38 UTC 

[PATCH] wwwstream: show init + index instructions for -V1, too
 2020-09-10  5:46 UTC 

[PATCH 00/11] httpd: further reduce event loop monopolization
 2020-09-10  1:51 UTC  (13+ messages)
` [PATCH 01/11] xt/solver: test with public-inbox-httpd, too
` [PATCH 02/11] solver: drop warnings, modernize use v5.10.1, use SEEK_SET
` [PATCH 03/11] use "\&" where possible when referring to subroutines
` [PATCH 04/11] www: manifest.js.gz generation no longer hogs event loop
` [PATCH 05/11] config: flatten each_inbox and iterate_start args
` [PATCH 06/11] config: split out iterator into separate object
` [PATCH 07/11] t/cgi.t: show stderr on failures
` [PATCH 08/11] extmsg: prevent cross-inbox matches from hogging event loop
` [PATCH 09/11] wwwlisting: avoid "
` [PATCH 10/11] solver: check one git coderepo and inbox at a time
` [PATCH 11/11] solver: break apart inbox blob retrieval
` [PATCH 12/11] solver: async blob retrieval for diff extraction

[PATCH] wwwstream: fix "Atom feed" link
 2020-09-09 21:38 UTC 

[PATCH 0/3] wwwtext: minor config example tweaks
 2020-09-09 21:23 UTC  (4+ messages)
` [PATCH 1/3] wwwtext: describe the use of `coderepo' entries
` [PATCH 2/3] wwwtext: don't blindly quote "git clone" destination
` [PATCH 3/3] wwwtext: config comment improvements

[PATCH] contrib/css: limit <a> coloring to links, only
 2020-09-09 20:56 UTC  (2+ messages)
` [SQUASH] update UserContent.pm for CSS change

[PATCH] www: make mirror instructions more prominent
 2020-09-08  8:29 UTC 

Converting Public-Inbox archived messages into mbox
 2020-09-04 21:50 UTC  (2+ messages)

message bloat over time
 2020-09-02 21:38 UTC  (2+ messages)

[PATCH 00/11] cleanups, mostly indexing related
 2020-09-02 11:04 UTC  (12+ messages)
` [PATCH 01/11] msgmap: note how we use ->created_at
` [PATCH 02/11] disambiguate OverIdx and Over by field name
` [PATCH 03/11] use more idiomatic internal API for ->over access
` [PATCH 04/11] search: remove special case for blank query
` [PATCH 05/11] tests: add "use strict" and declare v5.10.1 compatibility
` [PATCH 06/11] search: replace ->query with ->mset
` [PATCH 07/11] search: remove {over_ro} field
` [PATCH 08/11] imap: drop old, pre-Parse::RecDescent search parser
` [PATCH 09/11] wwwaltid: drop unused sqlite3_missing function
` [PATCH 10/11] overidx: document column uses
` [PATCH 11/11] v2writable: reuse read-only shard counting code

[PATCH 0/3] www: cleanups + scheduling improvements
 2020-09-01 20:36 UTC  (4+ messages)
` [PATCH 1/3] solver: drop warnings, modernize use v5.10.1, use SEEK_SET
` [PATCH 2/3] use "\&" where possible when referring to subroutines
` [PATCH 3/3] www: manifest.js.gz generation no longer hogs event loop

[PATCH] index: check for xapian-compact when using --compact
 2020-09-01 16:58 UTC  (2+ messages)

[PATCH] t/v2dupindex: test indexing mirrors with duplicate messages
 2020-09-01  5:55 UTC 

[PATCH 00/10] some usability tweaks
 2020-09-01  1:15 UTC  (7+ messages)
` [PATCH 05/10] daemon: support --help/-h in -httpd/imapd/nntpd
` [PATCH 06/10] mda+learn: add --help / -h support
` [PATCH 07/10] config: use defined-or (//) in a few places
` [PATCH 08/10] watch: add --help/-h support
` [PATCH 09/10] doc: remove B<> (bold) markup from the remaining POD
` [PATCH 10/10] init+convert: create non-existing directory hierarchies


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