]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LeiQuery.pm
lei q: auto-memoize remote messages into lei/store
[public-inbox.git] / lib / PublicInbox / LeiQuery.pm
2021-02-25 Eric Wonglei q: auto-memoize remote messages into lei/store
2021-02-23 Eric Wonglei q: reduce default lei2mail workers
2021-02-22 Eric Wonglei_auth: trim and remove leftover worker code
2021-02-22 Eric Wonglei q: reduce wasted IMAP connection for auth
2021-02-21 Eric Wongipc: support setting a locked number of WQ workers
2021-02-21 Eric Wonglei q: support IMAP/IMAPS --output destinations
2021-02-11 Eric Wongsearch: use git approxidate in WWW and "lei q --stdin"
2021-02-08 Eric Wonglei q: use git approxidate with d:, dt: and rt: ranges
2021-02-07 Eric Wonglei: replace --thread with --threads
2021-02-07 Eric Wonglei: remove short switch support for curl(1) options
2021-02-07 Eric Wonglei_curl: replace -K/--config with --curl-config
2021-02-07 Eric Wonglei_query: trim curl options
2021-02-05 Eric Wonglei_query: remove uneeded dwaitpid import
2021-02-05 Eric Wonglei q: delay worker spawn
2021-02-04 Eric Wonglei q: support reading queries from stdin
2021-02-04 Eric Wonglei: complete basenames for include|exclude|only
2021-02-04 Eric Wonglei q: -I/--exclude/--only support globs and basenames
2021-02-03 Eric Wonglei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03 Eric Wonglei q: do not leave temporary files after oneshot exit
2021-02-03 Eric Wonglei: q: shell completion for --(include|exclude|only)
2021-02-03 Eric Wonglei q: support --only, --include and --exclude
2021-02-03 Eric Wonglei_query: default to 10000 messages as documented
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-24 Eric Wonglei q: honor --no-local to force remote searches
2021-01-24 Eric Wonglei q: disable remote externals if locals exist
2021-01-24 Eric Wonglei q: limit concurrency to 4 remote connections
2021-01-23 Eric Wonglei q: support a bunch of curl(1) options
2021-01-23 Eric Wonglei: move external vivification to xsearch
2021-01-22 Eric Wonglei: fix inadvertant FD sharing
2021-01-21 Eric Wonglei q: cleanup store initialization
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-18 Eric Wonglei: q: results output to Maildir and mbox* working
2021-01-14 Eric Wonglei q: reinstate smsg dedupe
2021-01-14 Eric Wonglei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12 Eric Wonglei: query: restore JSON output overview
2021-01-12 Eric Wonglei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12 Eric Wonglei: run pager in client script
2021-01-12 Eric Wonglei: fork + FD cleanup
2021-01-12 Eric Wonglei: get rid of client {pid} field
2021-01-12 Eric Wonglei: query: ensure pager exit is instantaneous
2021-01-12 Eric Wonglei q: deduplicate smsg
2021-01-12 Eric Wonglei query + pagination sorta working