about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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: fix completion of --no-kw / --no-keywords
2021-02-07lei: favor "keywords" over "flags", test --no-kw
2021-02-05httpd/async: set O_NONBLOCK correctly
2021-02-05lei import: initial implementation
2021-02-04t/lei: skip "lei q" tests on missing dependencies
2021-02-04tests: guard against missing DBD::SQLite
2021-02-04lei q: support reading queries from stdin
2021-02-04lei add-external: completion for existing URL basenames
2021-02-04lei: propagate curl errors, improve internal consistency
2021-02-03lei: q: shell completion for --(include|exclude|only)
2021-02-03lei q: support --only, --include and --exclude
2021-02-03lei q: emit progress and counting via PktOp
2021-02-01lei: remove SIGPIPE handler
2021-01-31content_hash: skip Sender for cross posted messages
2021-01-30shared_kv: simplify PID+object guard for cleanup
2021-01-30git: synchronous cat_file may return type and OID
2021-01-29lei: complete option switch args
2021-01-26use defined-or in a few more places
2021-01-26miscidx: switch to lazy transactions
2021-01-26lei q: demangle and quiet curl output
2021-01-26lei: reinstate JSON smsg output deduplication
2021-01-24lei q: honor --no-local to force remote searches
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-24lei add-external: don't allow non-existent directories
2021-01-23lei: support remote externals
2021-01-23lei: move external vivification to xsearch
2021-01-22lei: forget-external support with canonicalization
2021-01-22lei: show {pct} and {oid} in From_ lines and filenames
2021-01-21lei: dump and clear errors.log in daemon mode
2021-01-21lei: allow more mbox inode types
2021-01-21lei_overview: start implementing format detection
2021-01-21lei: test some likely errors due to misuse
2021-01-21t/lei: fix double-running of socket test with oneshot
2021-01-21lei q: fix augment of compressed mailboxes
2021-01-18lei_to_mail: optimize for MUAs
2021-01-18lei: q: results output to Maildir and mbox* working
2021-01-18lei_to_mail: prepare for worker offload
2021-01-18t/shared_kv: workaround old File::Spec
2021-01-18t/thread-index-gap: support older DBI
2021-01-15lei: pass FD to CWD via cmsg, use fchdir on server
2021-01-15lei: q: lock stdout on overview output
2021-01-14search: rename "ts:" prefix to "rt:"
2021-01-14lei_dedupe+shared_kv: ensure round-tripping serialization
2021-01-14lei: do not unlink socket path at exit
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort