about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiQuery.pm
DateCommit message (Expand)
2021-02-08lei q: use git approxidate with d:, dt: and rt: ranges
2021-02-07lei: replace --thread with --threads
2021-02-07lei: remove short switch support for curl(1) options
2021-02-07lei_curl: replace -K/--config with --curl-config
2021-02-07lei_query: trim curl options
2021-02-05lei_query: remove uneeded dwaitpid import
2021-02-05lei q: delay worker spawn
2021-02-04lei q: support reading queries from stdin
2021-02-04lei: complete basenames for include|exclude|only
2021-02-04lei q: -I/--exclude/--only support globs and basenames
2021-02-03lei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03lei q: do not leave temporary files after oneshot exit
2021-02-03lei: q: shell completion for --(include|exclude|only)
2021-02-03lei q: support --only, --include and --exclude
2021-02-03lei_query: default to 10000 messages as documented
2021-01-24lei q: honor --no-local to force remote searches
2021-01-24lei q: disable remote externals if locals exist
2021-01-24lei q: limit concurrency to 4 remote connections
2021-01-23lei q: support a bunch of curl(1) options
2021-01-23lei: move external vivification to xsearch
2021-01-22lei: fix inadvertant FD sharing
2021-01-21lei q: cleanup store initialization
2021-01-18lei q: parallelize Maildir and mbox writing
2021-01-18lei: q: results output to Maildir and mbox* working
2021-01-14lei q: reinstate smsg dedupe
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12lei: query: restore JSON output overview
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12lei: run pager in client script
2021-01-12lei: fork + FD cleanup
2021-01-12lei: get rid of client {pid} field
2021-01-12lei: query: ensure pager exit is instantaneous
2021-01-12lei q: deduplicate smsg
2021-01-12lei query + pagination sorta working