user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2023-10-11 07:20:58 to 2023-11-11 09:04:59 UTC [more...]

[PATCH 0/4] support publicinboxImport.dropUniqueUnsubscribe
 2023-11-11  9:04 UTC  (3+ messages)
` [PATCH 1/4] learn: fix redundant ham import on dual matches
` [PATCH 2/4] mda|learn|watch: support dropUniqueUnsubscribe config

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

[Question] review links are disappearing from the qemu-devel mailing-list
 2023-11-08 10:04 UTC  (15+ 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

[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  (7+ messages)
` [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


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