about summary refs log tree commit homepage
DateCommit message (Expand)
2021-02-04lei: use sleep(1) loop for infinite sleep
2021-02-04lei add-external: completion for existing URL basenames
2021-02-04lei: help starts pager
2021-02-04lei: complete basenames for include|exclude|only
2021-02-04lei q: -I/--exclude/--only support globs and basenames
2021-02-04lei: propagate curl errors, improve internal consistency
2021-02-04lei: err: avoid uninitialized variable warnings
2021-02-04pkt_op: rely on DS::in_loop global
2021-02-04lei: further reduce lei2mail FD pressure
2021-02-04lei: reduce FD pressure from lei2mail worker
2021-02-03lei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03lei q: tidy up progress reporting
2021-02-03lei_overview: avoid unnecessary {l2m} delete
2021-02-03doc: lei-q: note "-a" and link to Xapian QueryParser
2021-02-03lei_xsearch: ensure curl.err and tail(1) cleanup happens
2021-02-03pktop: fix potential undefined var
2021-02-03cmd_ipc4: fix comments and formatting
2021-02-03lei q: do not leave temporary files after oneshot exit
2021-02-03lib: explicitly distinguish oneshot use
2021-02-03lei_xsearch: truncate curl stderr after reading it
2021-02-03lei: q: shell completion for --(include|exclude|only)
2021-02-03lei: complete: do not complete non-arg options w/ help text
2021-02-03lei q: support --only, --include and --exclude
2021-02-03lei q: emit progress and counting via PktOp
2021-02-03lei_query: default to 10000 messages as documented
2021-02-03lei: switch to use SEQPACKET socketpair instead of pipe
2021-02-01doc: note optional BSD::Resource use
2021-02-01lei: avoid ETOOMANYREFS, cleanup imports
2021-02-01ds: next_tick: avoid $_ in top-level loop iterator
2021-02-01ds: guard against stack-not-refcounted quirk of Perl 5
2021-02-01import: reap git-config(1) synchronously
2021-02-01sharedkv: do not set cache_size by default
2021-02-01lei_to_mail: reduce spew on Maildir removal
2021-02-01sharedkv: use lock_for_scope_fast
2021-02-01lei: increase initial timeout
2021-02-01sharedkv: lock and explicitly disconnect {dbh}
2021-02-01lei: deep clone {ovv} for l2m workers
2021-02-01lei_xsearch: load PublicInbox::Smsg
2021-02-01lei_dedupe: use Digest::SHA
2021-02-01lei: keep $lei around until workers are reaped
2021-02-01sharedkv: release {dbh} before rmtree
2021-02-01lei: remove syslog dependency
2021-02-01ipc: more helpful ETOOMANYREFS error messages
2021-02-01lei: remove SIGPIPE handler
2021-02-01lei: remove per-child SIG{__WARN__}
2021-02-01ipc: switch wq to use the event loop
2021-02-01lei: more consistent dedupe and ovv_buf init
2021-02-01doc: add lei-overview(7)
2021-02-01doc: start manpages for lei commands
2021-01-31TODO: add item for dealing with base-85 binary patches