unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
 messages from 2023-09-24 05:42:14 to 2023-10-19 01:14:31 UTC [more...]

[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

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

[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  (3+ messages)
` [PATCH 1/2] lei_input: always prefix `maildir:' internally
` [PATCH 2/2] lei convert: support reading from v1, v2, and extindex

[PATCH] git: fix unused code path for cat-file stderr reset
 2023-09-29 10:41 UTC 

[PATCH] git: calculate MAX_INFLIGHT properly in Perl
 2023-09-29  2:44 UTC 

[PATCH 0/3] more process management cleanups + bugfix
 2023-09-27  6:02 UTC  (4+ messages)
` [PATCH 1/3] convert: use ProcessPipe with popen_rd
` [PATCH 2/3] spawn: add popen_wr support
` [PATCH 3/3] lei: don't gzip --rsyncable by default for mbox*

[PATCH 0/6] waitpid-related cleanups
 2023-09-26  7:44 UTC  (7+ messages)
` [PATCH 1/6] ds: awaitpid: Perl waitpid retries on EINTR automatically
` [PATCH 2/6] auto_reap: waitpid never returns undef
` [PATCH 3/6] lei_blob: use ProcessPipe to eliminate a waitpid call
` [PATCH 4/6] fetch: fix missing chdir arg for error reporting
` [PATCH 5/6] spamcheck/spamc: rely on ProcessPipe instead of waitpid
` [PATCH 6/6] spawn: add run_wait to simplify spawn+waitpid use

[PATCH] xt/mem-nntpd-tls: drop :epoll import tag use
 2023-09-25 23:29 UTC 

pop3: does uuid need to be unique for all mailboxes?
 2023-09-25 21:02 UTC  (2+ messages)

[PATCH 0/2] daemon shutdown improvements
 2023-09-25 10:17 UTC  (3+ messages)
` [PATCH 1/2] ds: force event_loop wakeup on final child death
` [PATCH 2/2] tests: add quit_waiter_pipe and wait_for_eof

[PATCH 0/4] various CentOS 7.x related fixes
 2023-09-24 21:08 UTC  (5+ messages)
` [PATCH 1/4] test_common: force IPv4 with pre-IPv6 Net::POP3
` [PATCH 2/4] install/deps: fix RPM installation of some packages
` [PATCH 3/4] lei: use scalar %SIG assignment
` [PATCH 4/4] xap_helper.h: add missing headers and avoid reallocarray

[PATCH 0/6] various test and syscall-related fixes
 2023-09-24 20:19 UTC  (7+ messages)
` [PATCH 1/6] test_common: fixes for TEST_RUN_MODE=0
` [PATCH 2/6] t/cmd_ipc: assume SOCK_SEQPACKET
` [PATCH 3/6] lei_self_socket: drop unused deps and code
` [PATCH 4/6] ipc: recv_cmd4 clobbers destination buffer on errors
` [PATCH 5/6] syscall: have `vec' operate on bytes directly
` [PATCH 6/6] syscall: fix valgrind error in pure Perl send_cmd4

[PATCH 0/6] lei config fixes and improvements
 2023-09-24  9:50 UTC  (7+ messages)
` [PATCH 2/6] lei view_text: used tied ProcessPipe for `git config'
` [PATCH 3/6] config: handle key-only entries as booleans
` [PATCH 4/6] lei config: send `git config' errors to pager
` [PATCH 5/6] lei: fix `-c NAME=VALUE' config support
` [PATCH 6/6] config: drop scalar ref support from internal API
  ` [SQUASH 7/6] t/config: fix missing coderepo.<PROJECT>.dir entry


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