user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2023-02-26 17:09:32 to 2023-05-04 11:06:42 UTC [more...]

[PATCH 0/2] xcpdb: support cindex
 2023-05-04 11:06 UTC 

[PATCH] cindex: --prune + --exclude= drops repo information
 2023-05-03 11:42 UTC 

[PATCH] ipc: get rid of lock support
 2023-05-03  6:33 UTC 

[PATCH 0/2] compaction support for codesearch indices
 2023-05-03  3:11 UTC  (3+ messages)
` [PATCH 1/2] admin: hoist out resolve_any_idxdir from resolve_{inboxdir,eidxdir}
` [PATCH 2/2] compact: support codesearch indices

[PATCH] daemon: improve handling of Git->async_abort
 2023-05-01 23:29 UTC 

[PATCH] solver_git: don't spew to daemon err on git apply failure
 2023-04-29 20:02 UTC 

[PATCH] t/lei-import-nntp: dump $lei_err on failure
 2023-04-29  7:18 UTC 

[PATCH] git: make check_async callbacks identical to cat_async
 2023-04-28 21:07 UTC 

[PATCH] content_digest_dbg: handle empty inputs
 2023-04-28  9:43 UTC 

[PATCH] t/gzip_filter: enhance diagnostics on missing SIGPIPE
 2023-04-28  1:08 UTC 

[PATCH] t/watch_maildir: eliminate extra LF from cat-file requests
 2023-04-27 22:32 UTC 

[PATCH] INSTALL: fix FreeBSD pkg name typos
 2023-04-27 20:47 UTC  (2+ messages)

[PATCH] xcpdb: preserve indexlevel for extindex
 2023-04-26  0:49 UTC 

[PATCH 0/6] cleanups and error message consistency
 2023-04-25 11:02 UTC  (7+ messages)
` [PATCH 1/6] cindex: drop unneeded module use
` [PATCH 2/6] cindex: simplify tmpfile management for indexing
` [PATCH 3/6] cindex: simplify store_repo
` [PATCH 4/6] searchidxshard: use BUG error messages more consistently
` [PATCH 5/6] searchidx: reduce short-lived variables for TermGenerator
` [PATCH 6/6] emergency: make error messages more consistent

[PATCH 0/4] mail diff updates
 2023-04-25 10:50 UTC  (5+ messages)
` [PATCH 1/4] mid+contenthash: eliminate needless local variable captures
` [PATCH 2/4] mail_diff: match ContentHash EOL and EOM behavior more closely
` [PATCH 3/4] mail_diff: show headers differences in WWW /$MSGID/d/ view
` [PATCH 4/4] content_digest_dbg: improve display of To:/Cc: diffs

[PATCH] cindex: rewrite prune (again) for speed
 2023-04-22 10:33 UTC 

[PATCH] cindex: fix prune to not wipe out the entire index
 2023-04-21 11:52 UTC 

[PATCH] lei_mail_sync: prepare to support SHA-256
 2023-04-20 10:23 UTC 

[PATCH] cindex: support sha256 coderepos alongside sha1
 2023-04-20  0:53 UTC  (2+ messages)
` [PATCH 2/1] cindex: limit parallelism of extensions.objectFormat check

[PATCH] www_coderepo: rescan cgit project-list for new coderepos
 2023-04-18 18:39 UTC  (2+ messages)
` [PATCH v2] "

search by whole thread?
 2023-04-12 21:21 UTC  (7+ messages)

[PATCH] listener: support publicinboxdaemon.multiaccept in config
 2023-04-12 10:17 UTC  (3+ messages)
  ` [PATCH v2] listener: support multi-accept like nginx

[PATCH] lei_mail_sync: cleanup stale/dangling fids if possible
 2023-04-12  6:19 UTC 

[PATCH 0/5] various cleanups and tweaks
 2023-04-12  0:13 UTC  (6+ messages)
` [PATCH 1/5] git: cat_async_step: reduce batch-command info checks
` [PATCH 2/5] gzip_filter: use carp in ->bail for failure checks
` [PATCH 3/5] git: rename version() to git_version()
` [PATCH 4/5] www_coderepo: drop unused $EACH_REF variable
` [PATCH 5/5] git: parallelize manifest_entry

Cheap way to check for new messages in a thread
 2023-04-11 11:27 UTC  (14+ messages)

[PATCH] git: fix cat_async_retry
 2023-04-11 11:23 UTC 

[PATCH] www_coderepo: use OnDestroy to render summary view
 2023-04-09 22:30 UTC 

[PATCH] t/nntpd.t: avoid `used only once' warning
 2023-04-08 20:19 UTC 

[PATCH] viewvcs: avoid uninitialized var on unusable filenames
 2023-04-08 20:08 UTC 

[PATCH] v2writable: drop experimental DEBUG_DIFF support
 2023-04-08  9:23 UTC 

[PATCH] t/sigfd: avoid multiple Sigfd instances
 2023-04-07 22:53 UTC 

[PATCH 0/6] cindex fixes, and some spring cleaning
 2023-04-07 12:40 UTC  (7+ messages)
` [PATCH 1/6] cindex: improve progress display
` [PATCH 2/6] cindex: preserve indexlevel across invocations
` [PATCH 3/6] umask: hoist out of InboxWritable
` [PATCH 4/6] umask: rely on the OnDestroy-based call where applicable
` [PATCH 5/6] searchidx: use vstring to improve readability
` [PATCH 6/6] switch git version comparisons to vstrings, too

[PATCH] config: describe order dependency in cgitrc parsing
 2023-04-06 21:02 UTC 

[PATCH 0/2] watch: some more bugfixes
 2023-04-06 12:39 UTC  (3+ messages)
` [PATCH 1/2] watch: use detect_indexlevel for unconfigured inboxes
` [PATCH 2/2] watch: close inotify FD on ->quit

[PATCH 0/7] cindex: fix FreeBSD freezes
 2023-04-05 11:26 UTC  (8+ messages)
` [PATCH 1/7] ipc: support awaitpid in WQ workers
` [PATCH 2/7] cindex: do prune work while waiting for `git log -p'
` [PATCH 3/7] cindex: share PktOp socket across prune workers
` [PATCH 4/7] cindex: share PktOp across indexing workers
` [PATCH 5/7] cindex: enter event loop once per run
` [PATCH 6/7] cindex: workaround for FreeBSD missing SIGCHLD
` [PATCH 7/7] cindex: reset DS internals on cidx_run completion

[PATCH 0/4] cindex: parallelism++, sockets--
 2023-03-31 10:20 UTC  (5+ messages)
` [PATCH 1/4] ipc: support awaitpid in WQ workers
` [PATCH 2/4] cindex: do prune work while waiting for `git log -p'
` [PATCH 3/4] cindex: share PktOp socket across prune workers
` [PATCH 4/4] cindex: share PktOp across indexing workers

[PATCH 0/4] cindex updates
 2023-03-29 20:32 UTC  (6+ messages)
` [PATCH 1/4] cindex: simplify some internal data structures
` [PATCH 2/4] cindex: always break out of event loop on $DO_QUIT
` [PATCH 3/4] cindex: interleave prune with indexing
  ` [PATCH v2] "
` [PATCH 4/4] cindex: leave SIGTSTP and SIGCONT unblocked

Issues with `lei` as non-root
 2023-03-28 11:12 UTC  (9+ messages)
  ` public-inbox.org downtime expected in the next 6-8 hours
            ` [PATCH] inotify: wrap with informative error message

[PATCH] t/lei-refresh-mail-sync: improve test reliability
 2023-03-28 10:53 UTC 

[PATCH] git: check for --version errors
 2023-03-26 23:48 UTC 

[PATCH 0/2] public-inbox-watch fixes
 2023-03-26 10:52 UTC  (3+ messages)
` [PATCH 1/2] watch: avoid Mail::IMAPClient errors when disconnected
` [PATCH 2/2] watch: do not recreate signalfd on SIGHUP

[PATCH] lei_mirror: fix sh syntax error in "make help" target
 2023-03-26  8:21 UTC 

[PATCH] lei_store: avoid redundant work on no-op worker spawn
 2023-03-25 11:11 UTC 

[PATCH] ipc: retry sendmsg + recvmsg calls on EINTR
 2023-03-25  2:08 UTC 

[PATCH 00/28] cindex coderepo commit indexer
 2023-03-24 10:40 UTC  (30+ messages)
` [PATCH 01/28] ipc: move nproc_shards from v2writable
  ` [PATCH 02/28] search: relocate all_terms from lei_search
  ` [PATCH 03/28] admin: hoist out resolve_git_dir
  ` [PATCH 04/28] admin: ensure resolved GIT_DIR is absolute
  ` [PATCH 05/28] test_common: create_inbox: use `$!' properly on mkdir failure
  ` [PATCH 06/28] codesearch: initial cut w/ -cindex tool
  ` [PATCH 07/28] cindex: parallelize prep phases
  ` [PATCH 08/28] cindex: use read-only shards during "
  ` [PATCH 09/28] searchidxshard: improve comment wording
  ` [PATCH 10/28] cindex: use DS and workqueues for parallelism
  ` [PATCH 11/28] ds: @post_loop_do replaces SetPostLoopCallback
  ` [PATCH 12/28] cindex: implement --exclude= like -clone
  ` [PATCH 13/28] cindex: show shard number in progress message
  ` [PATCH 14/28] cindex: drop `unchanged' "
  ` [PATCH 15/28] cindex: handle graceful shutdown by default
  ` [PATCH 16/28] sigfd: pass signal name rather than number to callback
  ` [PATCH 17/28] cindex: implement --max-size=SIZE
  ` [PATCH 18/28] cindex: check for checkpoint before giant messages
  ` [PATCH 19/28] cindex: truncate or drop body for over-sized commits
  ` [PATCH 20/28] cindex: attempt to give oldest commits lowest docids
  ` [PATCH 21/28] cindex: improve granularity of quit checks
  ` [PATCH 22/28] spawn: show failing directory for chdir failures
  ` [PATCH 23/28] cindex: filter out non-existent git directories
  ` [PATCH 24/28] cindex: add support for --prune
  ` [PATCH 25/28] cindex: implement reindex
  ` [PATCH 26/28] cindex: squelch incompatible options
  ` [PATCH 27/28] cindex: respect existing permissions
  ` [PATCH 28/28] cindex: ignore SIGPIPE
    ` [PATCH 29/28] cindex: --prune checkpoints to avoid OOM

repeat `lei import' users?
 2023-03-23 22:05 UTC 

[PATCH] lei: improve bash completion involving colons
 2023-03-23 21:45 UTC 

[PATCH] lei_mirror: use fetch.hideRefs to speed up connectivity check
 2023-03-23  8:33 UTC  (2+ messages)

[PATCH 0/3] clone: support --purge + doc updates
 2023-03-18 12:02 UTC  (4+ messages)
` [PATCH 1/3] doc: clone: note the default value of --remote-manifest=
` [PATCH 2/3] clone: show stale directories unconditionally
` [PATCH 3/3] clone: support --purge to delete remotely-deleted repos

[PATCH 0/2] globbing updates
 2023-03-17 20:31 UTC  (3+ messages)
` [PATCH 1/2] treewide: move glob2re to PublicInbox::Config
` [PATCH 2/2] config: glob2re supports `**' to match multiple path components

[PATCH] ds: reap_pids: remove redundant signal blocking
 2023-03-15 21:47 UTC 

IMAP users: how useful is server-side search to you?
 2023-03-15 17:05 UTC  (2+ messages)

[PATCH 0/5] clone improvements
 2023-03-14 20:50 UTC  (8+ messages)
` [PATCH 1/5] lei_mirror: describe why the {ibx} field is used
` [PATCH 2/5] lei_mirror: do not re-fetch inbox.config.example
` [PATCH 3/5] lei_mirror: do not fetch to read-only directories
` [PATCH 4/5] lei_mirror: handle UTF-8 from manifest.js.gz properly
` [PATCH 5/5] doc: clone: document --remote-manifest= option
    ` [PATCH] doc: clone: fix typo in --remote-manifest= description

[PATCH] t/solver_git: squelch non-UTF-8 commit warning
 2023-03-13 20:17 UTC 

[PATCH 0/3] watch-related IMAP/NNTP tweaks
 2023-03-13 19:38 UTC  (4+ messages)
` [PATCH 1/3] use v5.12 for various network client-side packages
` [PATCH 2/3] spamcheck: use v5.12 and golf
` [PATCH 3/3] watch: add space before "UID" or "ARTICLE" in warnings

[PATCH] t/solver_git: fix when Plack::Middleware::ReverseProxy is missing
 2023-03-13 11:58 UTC 

[PATCH] lei_dedupe: simplify smsg_hash sub
 2023-03-11 17:36 UTC 

Xapian honey will be "Quite a lot smaller"
 2023-03-10  8:19 UTC 

[PATCH 0/6] various doc updates
 2023-03-09 19:28 UTC  (7+ messages)
` [PATCH 1/6] doc: technical/memory: add note about mwrap-perl
` [PATCH 2/6] doc: technical/ds: update blurb to note more daemons
` [PATCH 3/6] doc: technical: document weird stuff in our codebase
` [PATCH 4/6] doc: lei import: add hints about nntp.* and imap.* config options
` [PATCH 5/6] doc: lei config: update with --edit and --list examples
` [PATCH 6/6] doc: 2.0.0 release notes update

[PATCH] lei_mirror: unlink FETCH_HEAD when fetching forkgroups
 2023-03-08 19:31 UTC  (2+ messages)

Bug related to (maybe?) / in Message-Id
 2023-03-07 22:30 UTC  (8+ messages)

ActivityPub <=> email bridge?
 2023-03-07 22:25 UTC  (4+ messages)

[PATCH] test_common: run_script: drop special-case for -clone
 2023-03-07  9:54 UTC 

[PATCH] cgit: fix smart HTTP clone interception
 2023-03-07  9:32 UTC 

[PATCH] sha: fix compatibility with old OpenSSL + Net::SSLeay
 2023-03-07  8:47 UTC 

[PATCH] doc: update public-inbox-clone examples and help
 2023-03-05 22:18 UTC 

[PATCH] doc: drop hosted.txt
 2023-03-02  0:13 UTC 

forcing output to ASCII (from dealing with emoji glyphs :<)
 2023-02-27 20:11 UTC 

[PATCH] doc: update clone+fetch with 2.0+ switches
 2023-02-27 10:21 UTC 

[PATCH] process_pipe: BINMODE: pass LAYER argument
 2023-02-27  7:18 UTC 

lei q -tt doesn't work properly?
 2023-02-26 17:15 UTC  (5+ messages)
` [PATCH] lei q: do not collapse threads with `-tt'
      ` [PATCH] doc: note "lei q -tt" is broken with HTTP(S) remotes


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