about summary refs log tree commit homepage
DateCommit message (Expand)
2021-02-07lei: remove --mua-cmd alias for --mua
2021-02-07lei: more consistent IPC exit and error handling
2021-02-07ipc: wq_do => wq_io_do
2021-02-07Revert "ipc: add support for asynchronous callbacks"
2021-02-07tests: guard setup_public_inboxes for SQLite and Xapian
2021-02-07xapcmd: avoid potential die surprise in children
2021-02-07Makefile.PL: depend on IO::Uncompress::Gunzip
2021-02-07ipc: trim down the Storable checks
2021-02-07ipc: do not die inside wq_worker child process
2021-02-07spawn_pp: die more consistently in child
2021-02-07lei add-external: handle interrupts with --mirror
2021-02-07spawn: pi_fork_exec: support "pgid"
2021-02-07spawn: pi_fork_exec: restore parent sigmask in child
2021-02-07lei: remove short switch support for curl(1) options
2021-02-07lei_curl: replace -K/--config with --curl-config
2021-02-07lei add-external: reject index and remote opts w/o mirror
2021-02-07lei help: split out into separate file
2021-02-07lei: add-external --mirror support
2021-02-07script/lei: avoid waitpid(-1, ...) to keep tests fast
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-07t/lei-externals: split out into separate test
2021-02-07tests: add test_lei wrapper, split out t/lei-import.t
2021-02-07lei_query: trim curl options
2021-02-07init: lowercase -j for --jobs
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-04t/lei: skip "lei q" tests on missing dependencies
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-04doc: update dependencies (+Storable, Data::Dumper)
2021-02-04spawn: merge common C code together
2021-02-04HACKING: use "just-ahead-of-time" to describe Inline::C
2021-02-04lei q: support reading queries from stdin