user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2020-11-07 10:57:06 to 2020-12-18 12:17:21 UTC [more...]

[PATCH] Fix manpage section of perl module documentation
 2020-12-18 12:17 UTC  (2+ messages)

[PATCH 00/26] lei: basic UI + IPC work
 2020-12-18 12:09 UTC  (27+ messages)
` [PATCH 01/26] lei: FD-passing and IPC basics
` [PATCH 02/26] lei: proposed command-listing and options
` [PATCH 03/26] lei_store: local storage for Local Email Interface
` [PATCH 04/26] tests: more common JSON module loading
` [PATCH 05/26] lei: use spawn (vfork + execve) for lazy start
` [PATCH 06/26] lei: refine help/option parsing, implement "init"
` [PATCH 07/26] t/lei-oneshot: standalone oneshot (non-socket) test
` [PATCH 08/26] lei: ensure we run a restrictive umask
` [PATCH 09/26] lei: support `daemon-env' for modifying long-lived env
` [PATCH 10/26] lei_store: simplify git_epoch_max, slightly
` [PATCH 11/26] search: simplify initialization, add ->xdb_shards_flat
` [PATCH 12/26] rename LeiDaemon package to PublicInbox::LEI
` [PATCH 13/26] lei: support pass-through for `lei config'
` [PATCH 14/26] lei: help: show actual paths being operated on
` [PATCH 15/26] lei: rename $client => $self and bless
` [PATCH 16/26] lei: micro-optimize startup time
` [PATCH 17/26] lei_store: relax GIT_COMMITTER_IDENT check
` [PATCH 18/26] lei_store: keyword extraction from mbox and Maildir
` [PATCH 19/26] on_destroy: generic localized END
` [PATCH 20/26] lei: restore default __DIE__ handler for event loop
` [PATCH 21/26] lei: drop $SIG{__DIE__}, add oneshot fallbacks
` [PATCH 22/26] lei: start working on bash completion
` [PATCH 23/26] build: add lei.sh + "make symlink-install" target
` [PATCH 24/26] lei: support for -$DIGIT and -$SIG CLI switches
` [PATCH 25/26] lei: revise output routines
` [PATCH 26/26] lei: extinbox: start implementing in config file

[PATCH] nntpd: skip inboxes w/o {newsgroup}
 2020-12-18 11:54 UTC 

thoughts on failure messages in UI/UX
 2020-12-17 23:25 UTC 

[PATCH 11/9] extsearchidx: improve missing machine-id fallback
 2020-12-17 19:40 UTC 

[PATCH] import: drop X-Status in addition to Status
 2020-12-17  9:14 UTC 

[PATCH] inbox: ->uidvalidity returns undef w/o ->mm
 2020-12-16 23:56 UTC 

[PATCH] imap: rename parse_query => parse_imap_query
 2020-12-16 23:55 UTC 

[PATCH 0/5] various indexing cleanups and quieting
 2020-12-16 23:19 UTC  (6+ messages)
` [PATCH 1/5] inboxwritable: warn_ignore: "Bad UTF7 data escape"
` [PATCH 2/5] index: ignore some warnings, set {current_info} for v1
` [PATCH 3/5] inbox: simplify v2 epoch counting
` [PATCH 4/5] inboxwritable: drop git_dir_n sub
` [PATCH 5/5] extsearchidx: no need to make InboxWritable

[PATCH] extindex: preliminary --reindex support
 2020-12-16 23:04 UTC  (14+ messages)
` [PATCH 2/1] extindex: reindex: drop stale rows from over.sqlite3
` [PATCH 0/9] extindex: --reindex support
  ` [PATCH 1/9] extindex: preliminary "
  ` [PATCH 2/9] extindex: delete stale messages from over.sqlite3
  ` [PATCH 3/9] over: sort xref3 by xnum if ibx_id repeats
  ` [PATCH 4/9] extindex: support --rethread and content bifurcation
  ` [PATCH 5/9] extsearchidx: reindex works on Xapian, too
  ` [PATCH 6/9] extsearchidx: checkpoint releases locks
  ` [PATCH 7/9] extsearchidx: simplify reindex code paths
  ` [PATCH 8/9] extsearchidx: reindex releases over.sqlite3 handles properly
  ` [PATCH 9/9] searchidxshard: simplify newline elimination
    ` [PATCH 10/9] extsearchidx: lock eidxq on full --reindex

[PATCH] t/psgi_v2: ignore warnings on missing P::M::ReverseProxy
 2020-12-16  4:39 UTC 

are Perl regexps well-known enough for command-line use?
 2020-12-15 20:17 UTC  (3+ messages)

[PATCH/RFC 0/7] lei - Local Email Interface skeleton
 2020-12-15 12:05 UTC  (9+ messages)
` [PATCH 1/7] daemon: support --daemonize without Net::Server::Daemonize
` [PATCH 2/7] daemon: simplify fork() failure checks
` [RFC 3/7] lei: FD-passing and IPC basics
` [RFC 4/7] lei: proposed command-listing and options
` [RFC 5/7] lei_store: local storage for Local Email Interface
` [RFC 6/7] tests: more common JSON module loading
` [RFC 7/7] lei: use spawn (vfork + execve) for lazy start
` more considerations in UI/UX

[PATCH] doc: v2-format: drop repeated word
 2020-12-12 19:56 UTC  (2+ messages)

[PATCH] doc: add public-inbox-extindex-format(5) manpage
 2020-12-12 18:24 UTC  (2+ messages)

[PATCH] PublicInbox::Feed owns `feedmax' default value
 2020-12-11 20:49 UTC 

[PATCH] extmsg: avoid exceptions when /all/$MSGID/ fails
 2020-12-10 23:04 UTC 

Extra newline when retrieving messages
 2020-12-10 22:41 UTC  (6+ messages)

[PATCH] manifest: account for future cache in MiscIdx docdata
 2020-12-10  8:35 UTC 

[PATCH 0/2] isearch: per-inbox search using ->ALL
 2020-12-10  0:41 UTC  (6+ messages)
` [PATCH 1/2] inbox: simplify ->search and callers
` [PATCH 2/2] isearch: emulate per-inbox search with ->ALL
` [PATCH 3/2] imap: support isearch and reduce Xapian queries
  ` [PATCH 4/2] search: reinstate "uid:" internal search prefix
` One, All; Some? [was: isearch: per-inbox search using ->ALL]

[PATCH] www+nntp: deal with lack of addresses for ->ALL
 2020-12-09 23:33 UTC 

[PATCH 0/3] extindex: another fix and some cleanups
 2020-12-09  9:25 UTC  (4+ messages)
` [PATCH 1/3] searchidx: all indexers check for bad blobs
` [PATCH 2/3] t/extsearch: use indexlevel=basic in inboxes
` [PATCH 3/3] extsearchidx: enforce -index before -extindex

[PATCH 0/6] minor internal consistency things
 2020-12-08 21:21 UTC  (7+ messages)
` [PATCH 1/6] treewide: replace {-inbox} with {ibx} for consistency
` [PATCH 2/6] nntp: replace {ng} "
` [PATCH 3/6] rename {pi_config} fields to {pi_cfg}
` [PATCH 4/6] extindex: do not use current dir like -index does
` [PATCH 5/6] admin: resolve_repo_dir => resolve_inboxdir
` [PATCH 6/6] extsearchidx: ck_existing: set $OID for warning context

WIP: searching all of lore
 2020-12-08 18:11 UTC  (8+ messages)

[PATCH 0/5] extindex: random cleanups
 2020-12-07  7:40 UTC  (6+ messages)
` [PATCH 1/5] over: gracefully show invalid ibx_id
` [PATCH 2/5] overidx: wrap eidx_key => ibx_id mapping
` [PATCH 3/5] extsearchidx: remove needless SHA-1 check
` [PATCH 4/5] searchidx: remove $oid parameter from most calls
` [PATCH 5/5] shard_add_eidx_info: pass $eidx_key instead of $ibx object

[PATCH] overidx: {num} column is INTEGER PRIMARY KEY
 2020-12-05 22:59 UTC 

[PATCH 0/5] more ->ALL usage
 2020-12-04 22:03 UTC  (6+ messages)
` [PATCH 1/5] nntp: xref_by_tc: simplify slightly
` [PATCH 2/5] nntp: small speed up for multi-line responses
` [PATCH 3/5] search: remove mdocid export
` [PATCH 4/5] newswww: use ->ALL to avoid O(n) inbox scan
` [PATCH 5/5] extmsg: use ->ALL for "global" MID lookups

missing messages in thread overview
 2020-12-04 12:09 UTC  (5+ messages)
  ` [WIP] over: ensure old, merged {tid} is really gone
      ` [PATCH] "

[PATCH] nntpd: move {newsgroup} name check to config
 2020-12-01  1:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 00/12] some NNTP-related fixes + speedups
 2020-11-30 23:37 UTC  (15+ messages)
` [PATCH 01/12] nntp: use Inbox->uidvalidity instead of ->mm->created_at
` [PATCH 02/12] nntpd: share {groups} hash with {-by_newsgroup} in Config
` [PATCH 03/12] mm: min/max: return 0 instead of undef
` [PATCH 04/12] nntp: use grep operation for wildmat matching
` [PATCH 05/12] nntp: NEWNEWS: speed up filtering
` [PATCH 06/12] miscsearch: implement ->newsgroup_matches
` [PATCH 07/12] nntp: LIST ACTIVE.TIMES use angle brackets around address
` [PATCH 08/12] nntp: move LIST iterators to long_response
` [PATCH 09/12] t/extsearch: show a more realistic case
` [PATCH 10/12] nntp: some minor golfing
` [PATCH 11/12] nntp: xref: simplify sub signature
` [PATCH 12/12] nntp: xref: use ->ALL extindex if available
  ` xref3 + NNTP problems
    ` [PATCH] nntp: make ->ALL Xref generation more fuzzy

[PATCH] t/extsearch: test ->has_threadid
 2020-11-29 20:19 UTC 

[PATCH 0/2] git: some safety fixes
 2020-11-29 10:52 UTC  (3+ messages)
` [PATCH 1/2] git: set non-blocking flag in case of other bugs
` [PATCH 2/2] git: ensure subclassed ->fail gets called

[PATCH 0/2] extindex: administrative stuffs
 2020-11-29  5:09 UTC  (3+ messages)
` [PATCH 1/2] v2writable: detect shard count for ExtSearchIdx properly
` [PATCH 2/2] extindex: support `--gc' to remove dead inboxes

[PATCH] extindex: fix delete (`d') handling
 2020-11-28  8:45 UTC 

[PATCH] searchidxshard: chomp $eidx_key from pipe
 2020-11-28  7:06 UTC 

[PATCH 0/5] nntp: round 2 of ->ALL extindex speedups
 2020-11-28  5:09 UTC  (6+ messages)
` [PATCH 1/5] nntp: NEWGROUPS uses long_response
` [PATCH 2/5] nntp: speed up mid_lookup() using ->ALL extindex
` [PATCH 3/5] nntp: art_lookup: use mid_lookup and simplify
` [PATCH 4/5] nntp: XPATH uses ->ALL extindex, too
` [PATCH 5/5] nntpd: remove redundant {groups} shortcut

[PATCH] *index: more consistent graceful shutdown checks
 2020-11-27 21:33 UTC 

[PATCH] gcf2: workaround libgit2 alternates bug for extindex
 2020-11-24  0:35 UTC 

[PATCH] extsearchidx: deduplicate alternates based on st_dev + st_ino
 2020-11-23 23:32 UTC 

MIME types for image attachments
 2020-11-23 14:15 UTC  (5+ messages)
    ` [PATCH] wwwattach: set "Content-Disposition: attachment"
      ` [PATCH v2] wwwattach: prevent deep-linking via Referer match

[PATCH 00/12] extindex: speed up manifest.js.gz generation
 2020-11-23  7:06 UTC  (13+ messages)
` [PATCH 01/12] miscsearch: a new Xapian sub-DB for extindex
` [PATCH 02/12] move JSON module portability into PublicInbox::Config
` [PATCH 03/12] git: add manifest_entry method
` [PATCH 04/12] manifest: use ibx->git_epoch method for v2
` [PATCH 05/12] inbox: git_epoch: remove ->version check
` [PATCH 06/12] miscidx: put grokmirror manifest entries in Xapian docdata
` [PATCH 07/12] extsearch: fix remaining "eindex" references
` [PATCH 08/12] miscidx: cleanup git processes after manifest indexing
` [PATCH 09/12] miscidx: store absolute git_dir of each epoch in docdata
` [PATCH 10/12] extsearchidx: do not short-circuit MiscIdx on no-op v2 prepare
` [PATCH 11/12] manifest: support faster generation via [extindex "all"]
` [PATCH 12/12] *search: simplify retry_reopen users

[PATCH] extindex: remove skip-docdata option
 2020-11-18  8:22 UTC 

[PATCH] v2writable: avoid initiating leftover unindex if interrupted
 2020-11-15 23:27 UTC 

[PATCH] searchidx: check for graceful shutdown in log2stack
 2020-11-15 23:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] t/eml.t: workaround newer Email::MIME* behavior
 2020-11-15  8:56 UTC 

[PATCH 0/4] extindex: checkpoints, graceful shutdown, cleanups
 2020-11-15  3:03 UTC  (7+ messages)
` [PATCH 1/4] *index: checkpoints write last_commit metadata
` [PATCH 2/4] *index: avoid per-epoch --batch-check processes
` [PATCH 3/4] *index: discard sync->{todo} on iteration
` [PATCH 4/4] extindex: support graceful shutdown via QUIT/INT/TERM

[PATCH 00/52] detached external index: mostly
 2020-11-10 18:53 UTC  (2+ messages)
` detached external index: performance note

[PATCH] searchidx: fix fallback on unindex miss
 2020-11-10  3:20 UTC 

[PATCH 00/10] extindex: another round of updates
 2020-11-07 10:57 UTC  (9+ messages)
` [PATCH 03/10] searchidxshard: reduce syscalls when writing ->eidx_key
` [PATCH 04/10] searchidxshard: further improve {current_info} readability
` [PATCH 05/10] v2writable: less expensive checkpoint for extindex
` [PATCH 06/10] extsearchidx: quiet warning for unindexed `d' messages
` [PATCH 07/10] extsearch: canonicalize topdir
` [PATCH 08/10] v2writable: more accurate {current_info} warnings/progress
` [PATCH 09/10] extindex: SIGUSR1 supports checkpoint
` [PATCH 10/10] extindex: fix --batch-size support


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