unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2023-10-25 00:29:49 to 2023-11-15 09:21:46 UTC [more...]

[PATCH 0/4] lei convert: support idempotent v2 outputs
 2023-11-15  9:21 UTC 

[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

t/cindex.t "associate w/o search" test hangs for me
 2023-11-15  5:55 UTC  (13+ messages)
          ` [PATCH] cindex: fix test when missing time(1) executable

[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 

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

[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  (7+ messages)
` [PATCH 1/6] ds: next_tick: shorten object lifetimes
` [PATCH 2/6] ds: do not defer close
` [PATCH 3/6] ds: move maxevents further down the stack
` [PATCH 4/6] watch: simplify DirIdle object cleanup
` [PATCH 5/6] pop3: use SSL_shutdown(3ssl) if appropriate
` [PATCH 6/6] ds: make ->close behave like CORE::close

[PATCH] xap_helper.pm: quiet undefined die at shutdown
 2023-10-31 20:34 UTC 

[PATCH] poll+select: check EBADF + POLLNVAL errors
 2023-10-30 18:29 UTC 

[PATCH] lei_config: import read_all properly
 2023-10-29 16:08 UTC 

[PATCH] lei_mirror: fix seek/sysseek argument ordering
 2023-10-29  5:56 UTC 

[PATCH 0/2] examples updates
 2023-10-28 18:01 UTC  (3+ messages)
` [PATCH 1/2] examples/*.service: avoid `nobody' user on systemd
` [PATCH 2/2] examples/logrotate: only SIGUSR1 main process

[PATCH] spawn: use readline instead of read for scalar redirects
 2023-10-28  9:12 UTC 

[PATCH 00/10] first steps towards eliminating TIEHANDLE
 2023-10-27 22:21 UTC  (11+ messages)
` [PATCH 01/10] spawn: croak directly in C pi_fork_exec
` [PATCH 02/10] spawnpp: use autodie for syscall failures
` [PATCH 03/10] spawn: avoid alloca in C pi_fork_exec
` [PATCH 04/10] git: use run_qx to read `git --version'
` [PATCH 05/10] git: avoid extra stat(2) for git version
` [PATCH 06/10] gcf2: simplify pkg-config and Inline::C setup
` [PATCH 07/10] treewide: use run_qx where appropriate
` [PATCH 08/10] www_altid: reduce FD pressure in qspawn queues
` [PATCH 09/10] xt/eml_check_limits: remove useless import
` [PATCH 10/10] lei_ale: use v5.12, autodie, and try_cat

[PATCH] lei: don't exit lei-daemon on ovv_begin failure
 2023-10-27  1:14 UTC 

[PATCH 0/2] unrelated coderepo-related fixes
 2023-10-26  8:20 UTC  (3+ messages)
` [PATCH 1/2] git: cleanup un-associated coderepo processes
` [PATCH 2/2] cindex: clarify fatal vs non-fatal messages

[RFC] git: hoist out read buffering to ProcessIORBF
 2023-10-26  6:27 UTC 

[PATCH 0/3] cindex: prune fixes
 2023-10-25 15:33 UTC  (4+ messages)
` [PATCH 1/3] cindex: store coderepo data asynchronously
` [PATCH 2/3] cindex: quiet --prune when checking objectFormat
` [PATCH 3/3] cindex: fix large prunes

[PATCH 00/26] process management simplifications
 2023-10-25  6:33 UTC  (28+ messages)
` [PATCH 01/26] limiter: split out from qspawn
` [PATCH 02/26] spawn: support synchronous run_qx
` [PATCH 03/26] psgi_qx: use a temporary file rather than pipe
` [PATCH 04/26] www_coderepo: capture uses a flattened list
` [PATCH 05/26] qspawn: psgi_return allows list for callback args
` [PATCH 06/26] qspawn: drop unused err arg for ->event_step
` [PATCH 07/26] httpd/async: require IO arg
` [PATCH 08/26] xt/check-run: call DS->Reset after all tests
` [PATCH 09/26] qspawn: introduce new psgi_yield API
` [PATCH 10/26] repo_atom: switch to psgi_yield
` [PATCH 11/26] repo_snapshot: psgi_yield
` [PATCH 12/26] viewvcs: psgi_yield
` [PATCH 13/26] www_altid: switch to psgi_yield
` [PATCH 14/26] cgit: "
` [PATCH 15/26] www_coderepo: use psgi_yield
` [PATCH 16/26] drop psgi_return, httpd/async and GetlineBody
` [PATCH 17/26] qspawn: use WwwStatic for fallbacks and error code
` [PATCH 18/26] qspawn: simplify internal argument passing
` [PATCH 19/26] cidx_log_p: don't bother with F_SETPIPE_SZ
` [PATCH 20/26] cindex: avoid awaitpid for popen
` [PATCH 21/26] cindex: use timer for inits
` [PATCH 22/26] cindex: start using run_await to simplify code
` [PATCH 23/26] cindex: use run_await to read extensions.objectFormat
` [PATCH 24/26] cindex: drop XH_PID global
` [PATCH 25/26] cindex: use run_await wrapper for git commands
` [PATCH 26/26] cindex: use sysread for generating fingerprint
  ` [PATCH 27/26] lei_mirror+fetch: don't slurp `git show-ref' output


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