user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2021-01-14 07:06:28 to 2021-02-03 21:51:44 UTC [more...]

[PATCH 0/4] doc and dependency updates
 2021-02-03 21:51 UTC  (5+ messages)
` [PATCH 1/4] HACKING: use "just-ahead-of-time" to describe Inline::C
` [PATCH 2/4] spawn: merge common C code together
` [PATCH 3/4] doc: update dependencies (+Storable, Data::Dumper)
` [PATCH 4/4] tests: guard against missing DBD::SQLite

[PATCH 00/11] lei q --stdin, shortcut names, etc
 2021-02-03  8:11 UTC  (12+ messages)
` [PATCH 01/11] lei: reduce FD pressure from lei2mail worker
` [PATCH 02/11] lei: further reduce lei2mail FD pressure
` [PATCH 03/11] pkt_op: rely on DS::in_loop global
` [PATCH 04/11] lei: err: avoid uninitialized variable warnings
` [PATCH 05/11] lei: propagate curl errors, improve internal consistency
` [PATCH 06/11] lei q: -I/--exclude/--only support globs and basenames
` [PATCH 07/11] lei: complete basenames for include|exclude|only
` [PATCH 08/11] lei: help starts pager
` [PATCH 09/11] lei add-external: completion for existing URL basenames
` [PATCH 10/11] lei: use sleep(1) loop for infinite sleep
` [PATCH 11/11] lei q: support reading queries from stdin

can lei require Inline::C?
 2021-02-03  0:02 UTC  (2+ messages)

generic message-id redirector
 2021-02-02 14:02 UTC  (8+ messages)

[PATCH 00/16] lei: -I/--include and more
 2021-02-02 11:47 UTC  (17+ messages)
` [PATCH 01/16] lei: switch to use SEQPACKET socketpair instead of pipe
` [PATCH 02/16] lei_query: default to 10000 messages as documented
` [PATCH 03/16] lei q: emit progress and counting via PktOp
` [PATCH 04/16] lei q: support --only, --include and --exclude
` [PATCH 05/16] lei: complete: do not complete non-arg options w/ help text
` [PATCH 06/16] lei: q: shell completion for --(include|exclude|only)
` [PATCH 07/16] lei_xsearch: truncate curl stderr after reading it
` [PATCH 08/16] lib: explicitly distinguish oneshot use
` [PATCH 09/16] lei q: do not leave temporary files after oneshot exit
` [PATCH 10/16] cmd_ipc4: fix comments and formatting
` [PATCH 11/16] pktop: fix potential undefined var
` [PATCH 12/16] lei_xsearch: ensure curl.err and tail(1) cleanup happens
` [PATCH 13/16] doc: lei-q: note "-a" and link to Xapian QueryParser
` [PATCH 14/16] lei_overview: avoid unnecessary {l2m} delete
` [PATCH 15/16] lei q: tidy up progress reporting
` [PATCH 16/16] lei q: support --jobs [SEARCHERS],[WRITERS]

[PATCH 0/2] doc: initial lei manpages
 2021-02-01 11:37 UTC  (5+ messages)
` [PATCH 1/2] doc: start manpages for lei commands
` [PATCH 2/2] doc: add lei-overview(7)

[PATCH 00/21] lei2mail worker segfault finally fixed
 2021-02-01  9:07 UTC  (23+ messages)
` [PATCH 01/21] lei: more consistent dedupe and ovv_buf init
` [PATCH 02/21] ipc: switch wq to use the event loop
` [PATCH 03/21] lei: remove per-child SIG{__WARN__}
` [PATCH 04/21] lei: remove SIGPIPE handler
` [PATCH 05/21] ipc: more helpful ETOOMANYREFS error messages
` [PATCH 06/21] lei: remove syslog dependency
` [PATCH 07/21] sharedkv: release {dbh} before rmtree
` [PATCH 08/21] lei: keep $lei around until workers are reaped
` [PATCH 09/21] lei_dedupe: use Digest::SHA
` [PATCH 10/21] lei_xsearch: load PublicInbox::Smsg
` [PATCH 11/21] lei: deep clone {ovv} for l2m workers
` [PATCH 12/21] sharedkv: lock and explicitly disconnect {dbh}
` [PATCH 13/21] lei: increase initial timeout
` [PATCH 14/21] sharedkv: use lock_for_scope_fast
` [PATCH 15/21] lei_to_mail: reduce spew on Maildir removal
` [PATCH 16/21] sharedkv: do not set cache_size by default
` [PATCH 17/21] import: reap git-config(1) synchronously
` [PATCH 18/21] ds: guard against stack-not-refcounted quirk of Perl 5
  ` Perl debug patches used to track down source of segfault
` [PATCH 19/21] ds: next_tick: avoid $_ in top-level loop iterator
` [PATCH 20/21] lei: avoid ETOOMANYREFS, cleanup imports
` [PATCH 21/21] doc: note optional BSD::Resource use

[PATCH] TODO: add item for dealing with base-85 binary patches
 2021-01-30 23:17 UTC 

[PATCH] content_hash: skip Sender for cross posted messages
 2021-01-30  5:41 UTC 

[PATCH 0/7] lei: more half-baked updates
 2021-01-29  7:43 UTC  (8+ messages)
` [PATCH 1/7] ipc: wq: support passing fields to workers
` [PATCH 2/7] lei_xsearch: drop repeated "Xapian" in error message
` [PATCH 3/7] ipc: more consistent behavior between worker types
` [PATCH 4/7] lei: less error-prone FD mapping
` [PATCH 5/7] git: synchronous cat_file may return type and OID
` [PATCH 6/7] ipc: move on_destroy scope to inside the eval
` [PATCH 7/7] shared_kv: simplify PID+object guard for cleanup

[PATCH 0/9] lei completion, some small updates
 2021-01-27  9:42 UTC  (10+ messages)
` [PATCH 1/9] eml: favor index() over regexp match
` [PATCH 2/9] lei: drop "git" command forwarding
` [PATCH 3/9] lei: fix comment regarding client payload
` [PATCH 4/9] lei: set PWD correctly for path expansion
` [PATCH 5/9] gcf2: rely on Perl 5.10 to avoid needless ++
` [PATCH 6/9] lei: complete option switch args
` [PATCH 7/9] lei_overview: clear redundant ovv_buf definition
` [PATCH 8/9] v2writable: nproc: use sysconf() on Linux and FreeBSD
` [PATCH 9/9] lei: dclose: fix typo

RFC: lei q --include/-I and similar switch names
 2021-01-27  2:04 UTC  (2+ messages)

[PATCH] doc: README + INSTALL: update with -imapd info
 2021-01-25 19:18 UTC 

[PATCH 00/10] lei: externals more stuff
 2021-01-25 18:37 UTC  (16+ messages)
` [PATCH 01/10] lei: move external vivification to xsearch
` [PATCH 02/10] lei: support remote externals
` [PATCH 03/10] lei_to_mail: drop cyclic reference if not using IPC
` [PATCH 04/10] lei: oneshot: preserve stdout if writing mbox
` [PATCH 05/10] lei: default "-f $mfolder" args for common MUAs
` [PATCH 06/10] lei completion: handle URLs with port numbers
` [PATCH 07/10] lei forget-external: just show the location
` [PATCH 08/10] lei q: support a bunch of curl(1) options
` [PATCH 09/10] lei forget-external: don't show redundant "not found"
` [PATCH 10/10] lei add-external: don't allow non-existent directories

[PATCH 0/4] miscidx: lazy transactions to fix tests
 2021-01-25  6:41 UTC  (5+ messages)
` [PATCH 1/4] lei: use Time::HiRes stat for nanosecond resolution
` [PATCH 2/4] miscidx: switch to lazy transactions
` [PATCH 3/4] spawn: split() on regexp, not a literal string
` [PATCH 4/4] use defined-or in a few more places

[PATCH 0/3] doc: some extindex updates
 2021-01-25  4:53 UTC  (4+ messages)
` [PATCH 1/3] doc: extindex-format: make lexgrog happy
` [PATCH 2/3] build: check with lexgrog(1) if available
` [PATCH 3/3] doc: start working on public-inbox-extindex(1) manpage

[PATCH 0/5] lei: more fixes and usability enhancement
 2021-01-25  1:18 UTC  (6+ messages)
` [PATCH 1/5] lei: reinstate JSON smsg output deduplication
` [PATCH 2/5] lei q: drop "oid" output format
` [PATCH 3/5] lei q: demangle and quiet curl output
` [PATCH 4/5] lei q: reject remotes early if curl(1) is missing
` [PATCH 5/5] lei q: continue remote search if torsocks(1) "

[PATCH 0/9] lei remotes fixes and updates
 2021-01-24 12:37 UTC  (12+ messages)
` [PATCH 1/9] lei q: limit concurrency to 4 remote connections
` [PATCH 2/9] ipc: wq supports arbitrarily large payloads
` [PATCH 3/9] ipc: get rid of wq_set_recv_modes
` [PATCH 4/9] lei q: disable remote externals if locals exist
` [PATCH 5/9] lei q: honor --no-local to force remote searches
  ` exit codes [was: [PATCH 5/9] lei q: honor --no-local to force remote searches]
` [PATCH 6/9] lei_xsearch: use curl -d '' for nginx compatibility
` [PATCH 7/9] lei q: fix JSON overview with remote externals
` [PATCH 8/9] smsg: make parse_references an object method
` [PATCH 9/9] smsg: parse_references: micro-optimization

[PATCH] treewide: reseed RNG in child processes
 2021-01-22 20:01 UTC 

[PATCH 00/12] lei: another dump
 2021-01-21 19:46 UTC  (13+ messages)
` [PATCH 01/12] lei_overview: rename {relevance} => {pct}
` [PATCH 02/12] lei q: retrieve keywords for local, non-external messages
` [PATCH 03/12] lei_xsearch: eliminate some unused, commented-out code
` [PATCH 04/12] lei: show {pct} and {oid} in From_ lines and filenames
` [PATCH 05/12] lei: fix inadvertant FD sharing
` [PATCH 06/12] lei_to_mail: avoid segfault on exit
` [PATCH 07/12] lei: oneshot: use client $io[2] for placeholder
` [PATCH 08/12] lei: remove INT/QUIT/TERM handlers, fix daemon EOF
` [PATCH 09/12] lei_xsearch: reduce reference paths to lxs
` [PATCH 10/12] lei: remove @TO_CLOSE_ATFORK_CHILD
` [PATCH 11/12] lei: forget-external support with canonicalization
` [PATCH 12/12] lei forget-external: bash completion support

[PATCH 0/9] lei bugfixes and error handling
 2021-01-20  5:16 UTC  (19+ messages)
` [PATCH 1/9] lei q: start ->mset while query_prepare runs
` [PATCH 2/9] lei q: fix SIGPIPE handling from lei2mail workers
` [PATCH 3/9] lei q: do not spawn MUA early
` [PATCH 4/9] lei: write daemon errors to the sock directory
` [PATCH 5/9] lei q: fix augment of compressed mailboxes
` [PATCH 6/9] lei_overview: do not write if $lei->{1} is gone
` [PATCH 7/9] t/lei: fix double-running of socket test with oneshot
` [PATCH 8/9] lei: test some likely errors due to misuse
` [PATCH 9/9] lei_overview: start implementing format detection
` [PATCH 0/7] lei: fixes piled higher and deeper
  ` misnumbered, should be [PATCH 10/9]..[PATCH 16/9] :x
` [PATCH 1/7] lei: allow more mbox inode types
` [PATCH 2/7] lei: exit code in oneshot mode
` [PATCH 3/7] overidx: eidx_prep: fix leftover dbh reference
` [PATCH 4/7] lei q: cleanup store initialization
` [PATCH 5/7] lei: dump and clear errors.log in daemon mode
` [PATCH 6/7] lei_xsearch: keep l2m->{-wq_s1} while preparing query
` [PATCH 7/7] lei_to_mail: call PublicInbox::IPC::DESTROY

[PATCH 0/2] lei q: write faster, mutt does less work
 2021-01-18 21:19 UTC  (4+ messages)
` [PATCH 1/2] lei q: parallelize Maildir and mbox writing
` [PATCH 2/2] lei_to_mail: optimize for MUAs

[PATCH] lei q: add --mua-cmd switch
 2021-01-17 10:28 UTC  (3+ messages)

[PATCH 0/5] fixes for older Perls and Xapian
 2021-01-17  7:09 UTC  (6+ messages)
` [PATCH 1/5] address: pairs: enable pure Perl version
` [PATCH 2/5] initialize scalar for `vec' perlop modification
` [PATCH 3/5] t/thread-index-gap: support older DBI
` [PATCH 4/5] t/shared_kv: workaround old File::Spec
` [PATCH 5/5] extindex: fix w/ Xapian 1.2.21..1.2.24

[PATCH 0/4] lei q: outputs to Maildir and mbox* working
 2021-01-16 11:36 UTC  (5+ messages)
` [PATCH 1/4] lei_to_mail: prepare for worker offload
` [PATCH 2/4] ipc: children don't kill on DESTROY, reduce FD sharing
` [PATCH 3/4] lei: q: results output to Maildir and mbox* working
` [PATCH 4/4] lei: pager: pass correct env in oneshot mode

[PATCH 00/14] lei: another pile of changes
 2021-01-15  0:18 UTC  (12+ messages)
` [PATCH 05/14] lei: reduce live FD references in wq child
` [PATCH 06/14] lei: rely on localized $current_lei for warnings
` [PATCH 07/14] lei_dedupe+shared_kv: ensure round-tripping serialization
` [PATCH 08/14] lei q: reinstate smsg dedupe
` [PATCH 09/14] search: rename "ts:" prefix to "rt:"
` [PATCH 10/14] lei_overview: rename "references" to "refs"
` [PATCH 11/14] lei: q: lock stdout on overview output
` [PATCH 12/14] leixsearch: remove some commented out code
` [PATCH 13/14] lei: remove temporary var on open
` [PATCH 14/14] lei: pass FD to CWD via cmsg, use fchdir on server


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