user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2023-10-31 20:42:57 to 2023-11-27 23:08:43 UTC [more...]

[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

imapd.t failing on OpenBSD, bisects to 13a2088c74fd (kqnotify: drop EV_CLEAR (edge triggering))
 2023-11-27 11:20 UTC  (7+ messages)
          ` OpenBSD debugging

[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  (32+ 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 

[PATCH 0/4] support publicinboxImport.dropUniqueUnsubscribe
 2023-11-11  9:04 UTC  (5+ messages)
` [PATCH 1/4] learn: fix redundant ham import on dual matches
` [PATCH 2/4] mda|learn|watch: support dropUniqueUnsubscribe config
` [PATCH 3/4] mda: fix and test some usage problems
` [PATCH 4/4] doc: update README.unsubscribe

[PATCH] t/lei-import: skip strace for restricted systems
 2023-11-10 22:26 UTC 

Query to see all new "topics"
 2023-11-10 22:23 UTC  (6+ messages)
` [RFC] www: add topics.html endpoint [was: Query to see all new "topics"]
    ` [RFC v2] www: add topics_(new|active).(html|atom) endpoints

[PATCH] public-inbox-mda: use <sysexits.h> status codes where applicable
 2023-11-10 21:32 UTC  (3+ messages)

[PATCH 00/13] misc error handling stuff and simplifications
 2023-11-09 10:09 UTC  (14+ messages)
` [PATCH 01/13] lei_xsearch: put query in process title for debugging
` [PATCH 02/13] lei: use cached $daemon_pid when possible
` [PATCH 03/13] lei: reuse FDs atfork and close explicitly
` [PATCH 04/13] lei_up: use v5.12
` [PATCH 05/13] net_nntp_socks: more comments around how it works
` [PATCH 06/13] lei ls-mail-source: gracefully handle network failures
` [PATCH 07/13] net: retry on EINTR and check for {quit} flag
` [PATCH 08/13] lei_mirror: note missing local manifests are non-fatal
` [PATCH 09/13] ipc: simplify partial sendmsg fallback
` [PATCH 10/13] lei_input: always close single `eml' inputs
` [PATCH 11/13] xapcmd: get rid of scalar wantarray popen_rd
` [PATCH 12/13] lei: get rid of autoreap usage
` [PATCH 13/13] spawn: get rid of wantarray popen_rd/popen_wr

lei interactive TUIs (ncurses/vim/emacs)
 2023-11-09  4:14 UTC  (2+ messages)

[PATCH] lei: fix SIGPIPE on large result sets to pager
 2023-11-07 13:01 UTC 

[PATCH] lei_view_text: fix inverted condition
 2023-11-03 20:25 UTC 

lei - dfn filters for net/* catching drivers/net/*
 2023-11-03 18:29 UTC  (3+ messages)

[PATCH 00/14] IO/IPC-related cleanups
 2023-11-02 21:35 UTC  (17+ messages)
` [PATCH 01/14] xap_helper.pm: use do_fork to Reset and reseed
` [PATCH 02/14] ds: replace FD map hash table with array
` [PATCH 03/14] treewide: use ->close method rather than CORE::close
  ` [PATCH 15/14] ds: don't try ->close after ->accept_SSL failure
` [PATCH 04/14] cindex: drop redundant close on regular FH
` [PATCH 05/14] treewide: use ->close to call ProcessIO->CLOSE
` [PATCH 06/14] multi_git: use autodie
` [PATCH 07/14] git_credential: use autodie where appropriate
` [PATCH 08/14] replace ProcessIO with untied PublicInbox::IO
` [PATCH 09/14] io: introduce write_file helper sub
` [PATCH 10/14] spawn: support PerlIO layer in scalar redirects
` [PATCH 11/14] treewide: check alternates writes with eof + autodie
` [PATCH 12/14] treewide: use eof and close to detect readline errors
` [PATCH 13/14] move read_all, try_cat, and poll_in to PublicInbox::IO
  ` www: squash read_all usage fix
` [PATCH 14/14] t/cindex+extsearch: use write_file, autodie, etc

[PATCH] git: reschedule cleanup if activea
 2023-11-01  8:38 UTC  (2+ messages)
` [PATCH] git: reschedule cleanup if active

[PATCH 0/6] ds: object lifetime shortening
 2023-10-31 20:42 UTC  (2+ messages)
` [PATCH 6/6] ds: make ->close behave like CORE::close


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