user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2023-09-30 00:36:16 to 2023-10-25 15:33:49 UTC [more...]

[PATCH 0/3] cindex: prune fixes
 2023-10-25 15:33 UTC  (2+ messages)
` [PATCH 1/3] cindex: store coderepo data asynchronously

[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

[PATCH 0/3] cindex: handle usage errors gracefully
 2023-10-24 11:44 UTC  (4+ messages)
` [PATCH 1/3] cindex: --associate fails when no inboxes are given
` [PATCH 2/3] t/cindex: use autodie
` [PATCH 3/3] cindex: basic inboxes are non-fatal for --associate

imapd.t failing on OpenBSD, bisects to 13a2088c74fd (kqnotify: drop EV_CLEAR (edge triggering))
 2023-10-23 19:58 UTC  (6+ messages)

[PATCH] xap_helper.pm: quiet undefined warnings at shutdown
 2023-10-23 19:35 UTC 

[PATCH] t/init.t: don't modify $HOME/.public-inbox/config in test
 2023-10-23  8:58 UTC 

[PATCH] www: fully qualify read_all subroutine call
 2023-10-23  8:24 UTC 

[PATCH 00/30] autodie-ification and code simplifications
 2023-10-19  1:14 UTC  (32+ messages)
` [PATCH 01/30] lei_mirror: start converting to autodie
` [PATCH 02/30] lei_mirror: autodie most `close' calls
` [PATCH 03/30] lei_mirror: use autodie for most `open' calls
` [PATCH 04/30] git: introduce read_all function
` [PATCH 05/30] import: use read_all to detect short reads
` [PATCH 06/30] lei_mirror: use read_all
` [PATCH 07/30] use read_all in more places to improve safety
` [PATCH 08/30] xap_helper*: use autodie in more places
` [PATCH 09/30] xap_helper: die more easily in both implementations
` [PATCH 10/30] xap_helper: simplify SIGTERM exit checks
` [PATCH 11/30] xap_helper: autodie for getsockopt
` [PATCH 12/30] xap_client: autodie for pipe and socketpair
` [PATCH 13/30] xt/git-http-backend: remove Net::HTTP usage
` [PATCH 14/30] ds: introduce and use do_fork helper
` [PATCH 15/30] ds: get rid of SetLoopTimeout
` [PATCH 16/30] cindex: drop some unused functions
` [PATCH 17/30] syscall: common $F_SETPIPE_SZ definition
` [PATCH 18/30] t/lei-up: additional diagnostics for match failures
` [PATCH 19/30] test_common: use autodie and read_all where possible
` [PATCH 20/30] test_common: only hide TCP port in messages
` [PATCH 21/30] test_common: use $cwdfh for every run_script command
` [PATCH 22/30] init: drop extraneous `+'
` [PATCH 23/30] init: use autodie to reduce distractions
` [PATCH 24/30] xt/mem-imapd-tls: remove unused/broken epoll imports
` [PATCH 25/30] xt/mem-imapd-tls: reduce FDs for lsof use
` [PATCH 26/30] lei: use autodie where appropriate
` [PATCH 27/30] lei_auth: update comments and use v5.12
` [PATCH 28/30] lei_config: drop redundant open check
` [PATCH 29/30] convert: use read_all to simplify error checks
` [PATCH 30/30] idx_stack: use autodie + read_all
` [PATCH 31/30] lei: simplify startq/au_done wakeup notifications

[PATCH 4/3] input_pipe: fix socket check
 2023-10-17 21:47 UTC 

[PATCH 0/3] lei: stdin handling improvements
 2023-10-17 10:11 UTC  (4+ messages)
` [PATCH 1/3] lei: consolidate stdin slurp, fix warnings
` [PATCH 2/3] input_pipe: improve error handling
` [RFC 3/3] input_pipe: handle noncanonical TTY

[PATCH 1/3] doc: fix some typos and grammar
 2023-10-17  8:07 UTC  (11+ messages)
` [PATCH 2/3] doc: lei-q: drop stale TODO comment (fixed in 1f1b1f0e22f7)
` [PATCH 3/3] search: rectify comment (rt: documented since 738c4a65719e)
    ` [PATCH 4/3] install/README: improve wording

[PATCH] learn: respect indexlevel for v1 inboxes
 2023-10-15  8:16 UTC 

[PATCH] xap_helper_cxx: allow sharing XDG_CACHE_HOME across ABIs
 2023-10-13  6:12 UTC 

[PATCH] lei: quiet excessive write/seen messages
 2023-10-12  0:21 UTC 

[PATCH] emergency: support hostname of `.'
 2023-10-11  8:18 UTC 

[PATCH 0/9] lei + import-related updates
 2023-10-11  7:20 UTC  (10+ messages)
` [PATCH 1/9] lei rediff: use ProcessIO for --drq support
` [PATCH 2/9] lei_xsearch: improve curl progress reporting
` [PATCH 3/9] msgtime: quiet warnings we can do nothing about
` [PATCH 4/9] msgtime: simplify msg_timestamp and msg_datestamp
` [PATCH 5/9] treewide: consolidate "From " line removal
` [PATCH 6/9] import: switch to Unix stream socket for fast-import
` [PATCH 7/9] import: cat_blob is a no-op w/o live fast-import
` [PATCH 8/9] lei blob: run cat_blob on lei/store for pending blobs
` [PATCH 9/9] lei import|tag|rm: support --commit-delay=SECONDS

[PATCH] t/imap_searchqp.t: retry bad query test on failure
 2023-10-10 10:42 UTC 

[PATCH] ds: use a dummy poller during Reset
 2023-10-10 10:09 UTC 

[PATCH] over*: avoid defined-or hash assignments with side-effects
 2023-10-10 10:07 UTC 

[PATCH] t/nntp.t: attempt to track source of undefined vars
 2023-10-10  9:03 UTC 

[PATCH] spawn: reinstate directory existence check
 2023-10-09 18:16 UTC 

[PATCH] www_coderepo: fix handling of non-UTF-8 git data
 2023-10-09 17:56 UTC 

[PATCH 0/2] process IO fixes
 2023-10-08 22:11 UTC  (3+ messages)
` [PATCH 1/2] process_io: fix binmode and use it in lei_xsearch
` [PATCH 2/2] introduce ProcessIONBF for multiplexed non-blocking IO

[PATCH] overidx: use croak/confess instead of die
 2023-10-08 20:19 UTC 

[PATCH 0/9] more process-related cleanups
 2023-10-08 18:54 UTC  (13+ messages)
` [PATCH 1/9] xt/httpd-async-stream: avoid waitpid call
` [PATCH 2/9] lei: do not issue sto->done if socket is inactive
` [PATCH 3/9] lei: always use async `done' requests to store
  ` [PATCH 2.5/9] lei: fix implicit stdin support for pipes
  ` [PATCHv2 3/9] lei: always use async `done' requests to store
` [PATCH 4/9] ipc: require fork+SOCK_SEQPACKET for wq_* functions
` [PATCH 5/9] ipc: use autodie for most syscalls
` [PATCH 6/9] import: use autodie, rely on PerlIO for retries
` [PATCH 7/9] rename ProcessPipe to ProcessIO
` [PATCH 8/9] process_io: pass args to awaitpid as list
` [PATCH 9/9] cindex: start using autodie

[PATCH 0/5] Dragonfly BSD support
 2023-10-06  9:46 UTC  (6+ messages)
` [PATCH 1/5] kqnotify: drop EV_CLEAR (edge triggering)
` [PATCH 2/5] xap_helper.h: strdup keys for DragonFlyBSD hdestroy(3)
` [PATCH 3/5] devel/sysdefs-list: show more info regardless of OS
` [PATCH 4/5] t/dir_idle: dump event list on failure
` [PATCH 5/5] finalize DragonFlyBSD support

[PATCH] ipc: lower-level send_cmd/recv_cmd handle EINTR directly
 2023-10-06  9:38 UTC  (2+ messages)

[PATCH] makefile: symlink-install: do not depend on realpath
 2023-10-04 17:46 UTC 

[PATCH 0/3] ds fix and cleanups
 2023-10-04  8:50 UTC  (4+ messages)
` [PATCH 1/3] ds: Reset: replace Poller object early
` [PATCH 2/3] ds: cleanup fork + Reset support
` [PATCH 3/3] ds: make %AWAIT_PIDS a hash, not hashref

[PATCH 00/21] lei + IPC related stuff
 2023-10-04  3:49 UTC  (22+ messages)
` [PATCH 01/21] lei: drop stores explicitly at daemon shutdown
` [PATCH 02/21] ds: hoist out close_non_busy
` [PATCH 03/21] ds: don't pass FD map to post_loop_do callback
` [PATCH 04/21] move all non-test @post_loop_do into named subs
` [PATCH 05/21] lei: close DirIdle (inotify) early at daemon shutdown
` [PATCH 06/21] input_pipe: {args} is never undefined
` [PATCH 07/21] lei: do_env combines fchdir and local
` [PATCH 08/21] lei: get rid of l2m_progress PktOp callback
` [PATCH 09/21] t/lei_to_mail: modernize and document test
` [PATCH 10/21] lei: reuse PublicInbox::Config::noop
` [PATCH 11/21] lei: keep signals blocked on daemon shutdown
` [PATCH 12/21] mbox_lock: retry on EINTR and use autodie
` [PATCH 13/21] lock: retry on EINTR, improve error reporting
` [PATCH 14/21] treewide: use PublicInbox::Lock->new
` [PATCH 15/21] gcf2: use PublicInbox::Lock
` [PATCH 16/21] spawn: use autodie and PublicInbox::Lock
` [PATCH 17/21] xap_helper: retry flock on EINTR
` [PATCH 18/21] xap_helper.pm: use EINTR-aware recv_cmd
` [PATCH 19/21] spawn: drop checks for directory writability
` [PATCH 20/21] lei: document and local-ize $OPT hashref
` [PATCH 21/21] searchidx: fix redundant `in' in warning message

[PATCH] t/lei-q-save: quiet `no email in From: ...' warnings
 2023-10-03 16:18 UTC 

[PATCH] daemon: enable SO_ACCEPTFILTER on NetBSD
 2023-10-03  9:26 UTC 

[PATCH 0/8] IMAP/NNTP client improvements
 2023-10-03  7:11 UTC  (10+ messages)
` [PATCH 1/8] net_reader: bail out on NNTP SOCKS connection failure
` [PATCH 2/8] net_reader: avoid IO::Socket::SSL 2.079..2.081 warning
` [PATCH 3/8] config: fix key-only truthy values with urlmatch
` [PATCH 4/8] net_reader: support imap.sslVerify + nntp.sslVerify
` [PATCH 5/8] lei: workers exit after they tell lei-daemon
` [PATCH 6/8] net_reader: process title reflects NNTP article
` [PATCH 7/8] xt/lei-onion-convert: test TLS + SOCKS
` [PATCH 8/8] net_reader: note glob support in .onion hint
` "SSL" in option names is weird in 2023

[PATCH] lei: do label/keyword parsing in optparse
 2023-10-02 20:14 UTC  (2+ messages)

[PATCH] lei up: faster non-thread, single-source incremental query
 2023-10-02 14:58 UTC 

[PATCH] lei_to_mail: avoid uninitialized vars for l2m_progress
 2023-10-01 22:34 UTC 

[PATCH] lei up: fix missing -t/--threads matches w/ saved search
 2023-10-01 22:29 UTC 

[PATCH 00/13] various warning/diagnostic fixes
 2023-10-01  9:54 UTC  (14+ messages)
` [PATCH 01/13] gcf2: take non-ref scalar request arg
` [PATCH 02/13] t/git: show git_version in diag output
` [PATCH 03/13] process_pipe: don't run `close' unless requested
` [PATCH 04/13] git: improve error reporting
` [PATCH 05/13] git: packed_bytes: deal with glob+stat TOCTTOU
` [PATCH 06/13] lei rediff: `git diff -O<order-file>' support
` [PATCH 07/13] lei: correct exit signal
` [PATCH 08/13] lei mail-diff: don't remove temporary subdirectory
` [PATCH 09/13] lei_store: unlink stderr buffer early
` [PATCH 10/13] overidx: fix version comparison
` [PATCH 11/13] treewide: enable warnings in all exec-ed processes
` [PATCH 12/13] lei: ->fail only allows integer exit codes
` [PATCH 13/13] lei: deal with clients with blocked stderr

[PATCH] t/lei-convert: fix uninitialized variable w/o pigz
 2023-09-30 16:17 UTC 

[PATCH 0/3] git: use Unix stream sockets for --batch*
 2023-09-30 15:20 UTC  (4+ messages)
` [PATCH 1/3] git: decouple cat_async_retry from POSIX pipe semantics
` [PATCH 2/3] git: use Unix stream sockets for `cat-file --batch-*'
` [PATCH 3/3] git+gcf2client: switch to level-triggered wakeups

[PATCH 0/2] lei: support reading inboxes & extindex w/o search
 2023-09-30  0:36 UTC  (2+ messages)
` [PATCH 2/2] lei convert: support reading from v1, v2, and extindex


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