about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-03-28lei blob: flesh out help text
2021-03-28lei help: show "NAME=VALUE" properly for -c
2021-03-28lei blob: fail early if no git dirs
2021-03-28lei blob: support --no-mail switch
2021-03-28lei blob: dclose if already failed
2021-03-28lei init: split out into separate file
2021-03-28lei: simplify PktOp callers
2021-03-28test_common: require_mods bundles
2021-03-28lei mark: relax label requirements
2021-03-27lei blob: aka "git-show-harder" for blobs
2021-03-27lei_query: hoist out lxs_prepare
2021-03-27lei help: move "lei help" into LeiHelp.pm
2021-03-27lei_ale: do not create store unnecessarily
2021-03-26lei mark: disallow '!' in labels
2021-03-26lei: support /dev/fd/[0-2] inputs and outputs in daemon
2021-03-26lei: do not blindly commit to lei/store on close
2021-03-26lei q: skip lei/store->write_prepare for JSON outputs
2021-03-26git-send-email-reply: Append subject
2021-03-26lei: add some labels support
2021-03-26lei: _lei_store: use default even if unconfigured
2021-03-26lei_xsearch: wait for kw updates for non-threaded case, too
2021-03-25lei import: force store, improve test diagnostics
2021-03-25tests: "check-run" uses persistent lei daemon
2021-03-25lei_mirror: don't show success on failure
2021-03-25lei add-external: do not initialize writable store
2021-03-25test_common: TEST_LEI_ERR_LOUD does not hide path names
2021-03-25lei: janky $PATH2CFG garbage collection
2021-03-25test_common: cleanup inbox objects after use
2021-03-24lei-daemon: do not leak FDs on bogus requests
2021-03-24lei_mirror: fix circular reference
2021-03-24v2writable: cleanup SQLite handles on --xapian-only
2021-03-24lei_store: give process a better name
2021-03-24lei: clean up pkt_op consumer on exception, too
2021-03-24lei: update {3} after -C chdirs
2021-03-24lei: drop circular reference in lei_store process
2021-03-24mbox_lock: dotlock: chdir for relative lock paths
2021-03-24ds: improve DS->Reset fork-safety
2021-03-24lei: improve management around short-lived workers
2021-03-24lei_input: more common code between <mark|convert|import>
2021-03-24lei: persistent workers (lei_store) run in /
2021-03-24test_common: check lei/errors.log
2021-03-24net_reader: nntp_each: pass keywords as `undef'
2021-03-24lei: hide *_atfork_child from command-line
2021-03-24lei mark: add support for (bash) completion
2021-03-24lei mark: command for (un)setting keywords and labels
2021-03-23lei import: ignore Status headers in "eml" messages
2021-03-23lei_input: drop "From " line on single "eml" (message/rfc822)
2021-03-23lei_input: common filehandle reader for eml + mbox
2021-03-23mbox_reader: add ->reads method to avoid nonsensical formats
2021-03-23lei: simplify workers_start and callers