unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2023-11-12 09:02:49 to 2023-12-08 03:54:39 UTC [more...]

[PATCH 0/6] cindex join stuff
 2023-12-08  3:54 UTC  (7+ messages)
` [PATCH 1/6] *search: simplify handling of Xapian term iterators
` [PATCH 2/6] *search: favor wantarray form of xap_terms
` [PATCH 3/6] xap_helper_cxx: drop chdir usage in build
` [PATCH 4/6] makefile: add `check-build' target
` [PATCH 5/6] xap_helper: support term length limit
` [PATCH 6/6] cindex: switch --join to use dfpost7 by default

[PATCH] workaround --headers bug with spamc(1)
 2023-12-08  0:05 UTC  (2+ messages)

[PATCH 0/2] cindex bug fixes
 2023-12-06 21:12 UTC  (3+ messages)
` [PATCH 1/2] t/cindex: fix test when worktree PWD is a symlink
` [PATCH 2/2] cindex: avoid recursion on prune

[PATCH 0/2] cindex: future-proof blob OID indexing
 2023-12-05  9:46 UTC  (3+ messages)
` [PATCH 1/2] searchidx: drop redundant decl in index_git_blob_id
` [PATCH 2/2] cindex: index full (40/64 char) hex blob OIDs

[PATCH 0/4] DragonFly-related fixes
 2023-12-01  2:07 UTC  (5+ messages)
` [PATCH 1/4] t/xap_helper: make sendmsg errors more obvious
` [PATCH 2/4] xap_helper.h: fix non-assignable stderr case
` [PATCH 3/4] tests: note kevent+tmpfs failures on DragonFly <= 6.4
` [PATCH 4/4] xap_helper: enable stderr assignment on DragonFly

[PATCH 00/15] various cindex fixes + speedups
 2023-12-01  2:01 UTC  (20+ messages)
` [PATCH 01/15] cindex: fix store_repo+repo_stored on no-op
` [PATCH 02/15] codesearch: allow inbox count to exceed matches
` [PATCH 03/15] config: reject newlines consistently in dir names
` [PATCH 04/15] cindex: only create {-cidx_err} field on failures
` [PATCH 05/15] cindex: keep batch pipe for pruning SHA-256 repos
` [PATCH 06/15] cindex: store extensions.objectFormat with repo data
` [PATCH 07/15] git: share unlinked pack checking code with gcf2
` [PATCH 08/15] cindex: skip getpid guard for most OnDestroy use
` [PATCH 09/15] spawn: drop IO layer support from redirects
` [PATCH 10/15] cindex: speed up initial scan setup phase
` [PATCH 11/15] inbox: expire resources more aggressively
` [PATCH 12/15] git_async_cat: use git from "all" extindex if possible
` [PATCH 13/15] www_listing: support publicInbox.nameIsUrl
    ` [PATCH] doc: config: fix grammar for nameIsUrl
` [PATCH 14/15] inbox: shrink data structures for publicinbox.*.hide
` [PATCH 15/15] codesearch: use retry_reopen for WWW
  ` [PATCH v2] "

imapd.t failing on OpenBSD, bisects to 13a2088c74fd (kqnotify: drop EV_CLEAR (edge triggering))
 2023-11-29 22:38 UTC  (8+ messages)
          ` OpenBSD debugging

[PATCH 1/2] doc: -cindex: correct and unify -g GIT_DIR usage string and man page
 2023-11-29 21:58 UTC  (3+ messages)
` [PATCH 2/2] doc: fix a few typos and wording issues

extra search flags and params? (ispatch, replycount, ...)
 2023-11-29  2:13 UTC  (7+ messages)

[PATCH 00/14] IT'S ALIVE! www loads cindex join data
 2023-11-28 17:55 UTC  (16+ messages)
` [PATCH 01/14] test_common: create_*: detect changes all parameters
` [PATCH 02/14] t/cindex*: require SCM_RIGHTS for these tests
` [PATCH 03/14] codesearch: eliminate redundant substitutions
` [PATCH 04/14] solver: schedule cleanup after synchronous git->check
` [PATCH 05/14] xap_helper.h: move cindex endpoints to separate file
` [PATCH 06/14] xap_helper: implement mset endpoint for WWW, IMAP, etc
` [PATCH 07/14] hval: use File::Spec to make relative paths for href
` [PATCH 08/14] www: load and use cindex join data
` [PATCH 09/14] git: speed up ->git_path for non-worktrees
` [PATCH 10/14] cindex: require `-g GIT_DIR' or `-r PROJECT_ROOT'
` [PATCH 11/14] git: speed up Git->new by 5% or so
` [PATCH 12/14] admin: resolve_git_dir respects symlinks
` [PATCH 13/14] cindex: extra quit checks
` [PATCH 14/14] www: start working on a repo listing
` [PATCH 15/14] www: load cindex join data for ->ALL, too

[PATCH 0/4] non-cindex-related stuff
 2023-11-28 17:37 UTC  (5+ messages)
` [PATCH 1/4] lei q: fix --no-import-before completion + docs
` [PATCH 2/4] www: mail_diff: fix optional address obfuscation
` [PATCH 3/4] www: mail_diff: add final newline before diffing
` [PATCH 4/4] www: mail_diff: add missing </pre> tag

[PATCH] disallow NUL characters in Message-ID and List-Id
 2023-11-27 23:08 UTC  (2+ messages)

[BUG] Unescaped '&' ampersands in atom header links
 2023-11-27 21:55 UTC  (3+ messages)

[PATCH 0/2] xap_helper C++ fixes
 2023-11-27 21:54 UTC  (3+ messages)
` [PATCH 1/2] xap_helper: avoid strerror(3) inside signal handler
` [PATCH 2/2] xap_helper.h: avoid some off_t vs size_t problems

[PATCH] t/nntpd-tls: avoid test failure on OpenBSD 7.3
 2023-11-27 10:50 UTC  (2+ messages)

[PATCH 0/7] more I/O + process reliability and cleanups
 2023-11-26 21:08 UTC  (9+ messages)
` [PATCH 1/7] xap_helper_cxx: do not copy xap_helper.h source
` [PATCH 2/7] xap_client: attach PID to the IO object
` [PATCH 3/7] xap_client: pass arguments to top-level xap_helper
` [PATCH 4/7] xap_helper: allow PI_NO_CXX to disable C++ in more places
` [PATCH 5/7] git: move rbuf handling to PublicInbox::IO
` [PATCH 6/7] git: improve coupling with {sock} and {inflight} fields
` [PATCH 7/7] drop redundant calls to DS->Reset
  ` [PATCH v2] "

[PATCH] doc/extindex: document --dedupe switch
 2023-11-25 21:35 UTC  (7+ messages)
        ` [PATCH v3] "

[PATCH 0/3] ds: event loop-related fixes
 2023-11-25 20:54 UTC  (4+ messages)
` [PATCH 1/3] http: fix pipelining during long async requests
` [PATCH 2/3] select+poll: have caller retry on EINTR
` [PATCH 3/3] ds: long_step: eliminate redundant fileno call

t/cindex.t "associate w/o search" test hangs for me
 2023-11-25 20:43 UTC  (17+ messages)
                        ` libgit2 [was: Re: t/cindex.t "associate w/o search" test hangs for me]
          ` [PATCH] cindex: fix test when missing time(1) executable

[PATCH] examples/unsubscribe.milter: limit scope of munging
 2023-11-25  1:52 UTC 

[PATCH] t/cindex-join: fix warnings from a missing comma
 2023-11-25  0:09 UTC 

[PATCH] cindex: fix --join=reset and speed up incremental joins
 2023-11-24  9:53 UTC 

[PATCH] lei_saved_search: don't create Git object during ->DESTROY
 2023-11-22 21:24 UTC 

[PATCH] watch: support `watch=false' to negate watchspam
 2023-11-22  1:04 UTC 

[PATCH] lei_to_mail: don't close STDOUT unless it is a mbox* output
 2023-11-22  0:13 UTC 

[PATCH 0/3] cindex: rename `associate' to `join'
 2023-11-21 18:53 UTC  (5+ messages)
` [PATCH 1/3] cindex: avoid unneeded and redundant `local' calls
` [PATCH 2/3] doc/cindex: point no-fsync,dangerous to -index(1)
` [PATCH 3/3] cindex: rename --associate to --join, test w/ real repos
  ` [squash 4/3] t/cindex-join: fix alternates setup

[PATCH] searchidx: run `git patch-id' in parallel
 2023-11-20 19:22 UTC 

[PATCH] git: return upon self->close
 2023-11-20  8:46 UTC 

[PATCH] test_common: fix excessive wait for GNU tail inotify
 2023-11-20  7:39 UTC 

Alternate permalink URLs - for migration from other/custom archive solutions
 2023-11-20  3:21 UTC  (2+ messages)
` [RFC] altid: start supporting indexfilter type (was: Alternate permalink URLs)

publicinbox watch path globbing
 2023-11-20  1:20 UTC  (4+ messages)

[PATCH] extindex: warn and hint about --gc on bad ibx_id
 2023-11-16 11:00 UTC 

[Question] review links are disappearing from the qemu-devel mailing-list
 2023-11-15 11:14 UTC  (22+ messages)

[PATCH 0/4] lei convert: support idempotent v2 outputs
 2023-11-15  9:21 UTC  (5+ messages)
` [PATCH 1/4] lei: fix idempotent STDERR redirect in workers
` [PATCH 2/4] lei convert: fix repeat and idempotent v2 output
` [PATCH 3/4] lei: avoid extra fork for v2 outputs
` [PATCH 4/4] lei q|up|convert: common finish_output to detect errors

[PATCH 0/3] libgit2 fixes for CentOS 7.x users
 2023-11-15  8:24 UTC  (5+ messages)
` [PATCH 1/3] gcf2client: add alias for PublicInbox::Git::fail
` [PATCH 2/3] gcf2: fix autodie usage for older Perl
` [PATCH 3/3] treewide: more autodie safety fixes "
  ` [PATCH 4/3] xap_helper_cxx: accept leading spaces from pkg-config

[PATCH 0/2] some CentOS fixes
 2023-11-15  1:04 UTC  (3+ messages)
` [PATCH 1/2] lei: use -signal numbers for old Perl
` [PATCH 2/2] t/lei-import: account for more verbose error

[PATCH] TestCommon: older strace does not have --version
 2023-11-14 20:22 UTC  (2+ messages)

[PATCH] cindex: fix missing semicolon on broken $GIT_DIR/objects
 2023-11-14 18:58 UTC 

[PATCH] cindex: fix missing semicolon on broken $GIT_DIR/objects
 2023-11-14 16:17 UTC 

2.0 newsgroup name incompatibility (unlikely to affect anyone...)
 2023-11-14  0:32 UTC 

[PATCH 00/18] cindex: some --associate work
 2023-11-13 13:15 UTC  (19+ messages)
` [PATCH 01/18] cindex: check `say' errors w/ close or ->flush
` [PATCH 02/18] tmpfile: check `stat' errors, use autodie for unlink
` [PATCH 03/18] cindex: use `local' for pipes between processes
` [PATCH 04/18] xap_helper_cxx: use write_file helper
` [PATCH 05/18] xap_helper_cxx: make the build process ccache-friendly
` [PATCH 06/18] xap_helper_cxx: use -pipe by default in CXXFLAGS
` [PATCH 07/18] xap_client: spawn C++ xap_helper directly
` [PATCH 08/18] treewide: update read_all to avoid eof|close checks
` [PATCH 09/18] spawn: don't append to scalarrefs on stdout/stderr
` [PATCH 10/18] cindex: imply --all with --associate w/o -I/--only
` [PATCH 11/18] cindex: delay associate until prune+indexing finish
` [PATCH 12/18] xap_helper: Perl dump_ibx respects `-m MAX'
` [PATCH 13/18] cidx_xap_helper_aux: complain about truncated inputs
` [PATCH 14/18] xap_helper: stricter and harsher error handling
` [PATCH 15/18] xap_helper: better variable naming for key buffer
` [PATCH 16/18] cindex: do not guess integer maximum for Xapian
` [PATCH 17/18] cindex: rename associate-max => window
` [PATCH 18/18] cindex: support --associate-aggressive shortcut

[PATCH] xap_helper: reset getopt(3) properly in workers
 2023-11-13  5:00 UTC 

[Bug] lei: extra quotes inserted into query with AND/OR
 2023-11-12 13:24 UTC  (6+ messages)

[PATCH] lei: don't read --stdin terminals from daemon
 2023-11-12 13:12 UTC 


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