user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
 messages from 2021-01-20 05:04:50 to 2021-02-06 19:57:14 UTC [more...]

[PATCH 0/2] doc: initial lei manpages
 2021-02-06 19:57 UTC  (7+ messages)
` [PATCH 1/2] doc: start manpages for lei commands
  ` lei-q doc thoughts... [was: doc: start manpages for lei commands]
` [PATCH 2/2] doc: add lei-overview(7)

[PATCH 00/17] lei: more random updates
 2021-02-06 12:18 UTC  (18+ messages)
` [PATCH 01/17] lei_overview: drop unnecessary autoflush call
` [PATCH 02/17] lei: favor "keywords" over "flags", test --no-kw
` [PATCH 03/17] lei: fix completion of --no-kw / --no-keywords
` [PATCH 04/17] lei: abort lei_import worker on client abort
` [PATCH 05/17] init: lowercase -j for --jobs
` [PATCH 06/17] lei_query: trim curl options
` [PATCH 07/17] tests: add test_lei wrapper, split out t/lei-import.t
` [PATCH 08/17] t/lei-externals: split out into separate test
` [PATCH 09/17] t/tests: split out setup_public_inboxes sub
` [PATCH 10/17] tests: split out lei-daemon.t from lei.t
` [PATCH 11/17] treewide: replace confess with croak
` [PATCH 12/17] script/lei: avoid waitpid(-1, ...) to keep tests fast
` [PATCH 13/17] lei: add-external --mirror support
` [PATCH 14/17] lei help: split out into separate file
` [PATCH 15/17] lei add-external: reject index and remote opts w/o mirror
` [PATCH 16/17] lei_curl: replace -K/--config with --curl-config
` [PATCH 17/17] lei: remove short switch support for curl(1) options

Thoughts on search-based imap mailboxes
 2021-02-06  0:01 UTC  (5+ messages)

[PATCH] httpd/async: set O_NONBLOCK correctly
 2021-02-05  0:13 UTC 

[PATCH 00/10] lei: cleanups + initial import support
 2021-02-04  9:59 UTC  (11+ messages)
` [PATCH 01/10] lei q: delay worker spawn
` [PATCH 02/10] ipc: localize fields assignment
` [PATCH 03/10] lei q: reorder internals to reduce FD passing
` [PATCH 04/10] lei q: only start pager if output is to stdout
` [PATCH 05/10] lei q: reinstate early MUA spawn for Maildir
` [PATCH 06/10] eml: handle warning ignores for lei
` [PATCH 07/10] lei q: eliminate $not_done temporary git dir hack
` [PATCH 08/10] lei_query: remove uneeded dwaitpid import
` [PATCH 09/10] lei_xsearch: drop unused imports
` [PATCH 10/10] lei import: initial implementation

[PATCH 0/2] wwwaltid: use curl -d '' in instructions
 2021-02-04  4:11 UTC  (5+ messages)
` [PATCH 1/2] www: call curl with -d '' in the altid instructions
` [PATCH 2/2] wwwaltid: add missing word to instructions

[PATCH] t/lei: skip "lei q" tests on missing dependencies
 2021-02-04  2:10 UTC 

[PATCH] pkt_op: do not exit subroutine via "next"
 2021-02-04  2:06 UTC 

[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 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  (9+ messages)
` [PATCH 0/7] lei: fixes piled higher and deeper
  ` misnumbered, should be [PATCH 10/9]..[PATCH 16/9] :x
` [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


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