about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-02-07treewide: replace confess with croak
2021-02-07tests: split out lei-daemon.t from lei.t
2021-02-07t/tests: split out setup_public_inboxes sub
2021-02-07tests: add test_lei wrapper, split out t/lei-import.t
2021-02-07lei_query: trim curl options
2021-02-07lei: abort lei_import worker on client abort
2021-02-07lei: fix completion of --no-kw / --no-keywords
2021-02-07lei: favor "keywords" over "flags", test --no-kw
2021-02-07lei_overview: drop unnecessary autoflush call
2021-02-05httpd/async: set O_NONBLOCK correctly
2021-02-05lei import: initial implementation
2021-02-05lei_xsearch: drop unused imports
2021-02-05lei_query: remove uneeded dwaitpid import
2021-02-05lei q: eliminate $not_done temporary git dir hack
2021-02-05eml: handle warning ignores for lei
2021-02-05lei q: reinstate early MUA spawn for Maildir
2021-02-05lei q: only start pager if output is to stdout
2021-02-05lei q: reorder internals to reduce FD passing
2021-02-05ipc: localize fields assignment
2021-02-05lei q: delay worker spawn
2021-02-04pkt_op: do not exit subroutine via "next"
2021-02-04wwwaltid: add missing word to instructions
2021-02-04www: call curl with -d '' in the altid instructions
2021-02-04tests: guard against missing DBD::SQLite
2021-02-04spawn: merge common C code together
2021-02-04lei q: support reading queries from stdin
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-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