user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2023-09-13 22:03:26 to 2023-10-16 21:40:59 UTC [more...]

[PATCH 1/3] doc: fix some typos and grammar
 2023-10-16 21:39 UTC  (6+ 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] 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  (8+ messages)
` [PATCH 1/6] lei: check git-config(1) failures
` [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

[PATCH 0/4] small lei fixes
 2023-09-22 21:13 UTC  (5+ messages)
` [PATCH 1/4] lei blob|rediff: fix usage of lei->fail
` [PATCH 2/4] lei: improve ->fail internal API
` [PATCH 3/4] lei_to_mail: drop awkward duplication of $lei object
` [PATCH 4/4] lei: use File::Temp for listing saved searches

lei interactive TUIs (ncurses/vim/emacs)
 2023-09-22 20:33 UTC 

pop3 usability thoughts
 2023-09-22 18:38 UTC  (16+ messages)
` [RFC] pop3: support `?limit=$NUM' parameter in mailbox name
                ` [PATCH] pop3: support initial_limit "

[PATCH] t/lei-mirror: avoid make(1) jobserver warning
 2023-09-22 18:37 UTC 

[PATCH 00/15] use RENAME_NOREPLACE on Linux 3.15+
 2023-09-21 10:23 UTC  (3+ messages)
` [PATCH 03/15] t/lei-p2q: extra diagnostics

[PATCH 0/8] portability odds and ends
 2023-09-18 10:15 UTC  (9+ messages)
` [PATCH 1/8] ci/run: favor `make check' as the default target
` [PATCH 2/8] drop GNU nproc(1) support in favor of getconf(1)
` [PATCH 3/8] ipc: assume SOCK_SEQPACKET exists
` [PATCH 4/8] rename t/run.perl to xt/check-run
` [PATCH 5/8] makefile: avoid needless use of double-colon rules
` [PATCH 6/8] pop3d: split @FLOCK into $FLOCK_TMPL and @FLOCK_ORDER
` [PATCH 7/8] install/deps: more fixes
` [PATCH 8/8] makefile: avoid non-POSIX which(1)

[PATCH] devel/sysdefs-list: cleanup and make partially eval-able
 2023-09-16 21:33 UTC 

[PATCH 0/8] NetBSD-related updates
 2023-09-16 13:10 UTC  (3+ messages)
` [PATCH 6/8] xap_helper: note __cleanup__ works with C++ exceptions
  ` [PATCH] xap_helper: test cleanup + throw support in C++

[PATCH] install/deps: flesh out libgit2, SQLite, and Xapian packages
 2023-09-16 12:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Makefile: add `check-debris' target
 2023-09-16  3:21 UTC 

RFC: lei searches managed by users in git
 2023-09-15 22:47 UTC  (2+ messages)

[PATCH] www_coderepo: use space for snapshot_fmt prefix
 2023-09-15 18:33 UTC 

[PATCH] lei: ensure we run DESTROY|END at daemon exit w/ kqueue
 2023-09-15 10:11 UTC 

[PATCH] lei: ensure --stdin sets %ENV and $current_lei
 2023-09-14 23:10 UTC 

[PATCH] xap_helper: detect non-socket STDIN
 2023-09-14 21:22 UTC 

[PATCH] ds: Reset at END
 2023-09-14 20:52 UTC  (3+ messages)
` [PATCH 2/1] test_common: call DS->Reset instead of cleanup_task
  ` [PATCHv2 2/1] test_common: eliminate call to non-existent cleanup_task

Great job!
 2023-09-14 12:15 UTC  (2+ messages)

[PATCH] t/lei-mirror: do not bail out on `make help' failure
 2023-09-14 12:12 UTC 


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