]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LeiQuery.pm
tree-wide: Fix typo likelyhood
[public-inbox.git] / lib / PublicInbox / LeiQuery.pm
2022-07-01 Uwe Kleine-Königtree-wide: Fix typo likelyhood
2021-11-10 Eric Wonglei q: disallow "\n" in argv[] elements
2021-10-30 Eric Wonglei_to_mail: limit workers for text, reply and v2 outputs
2021-10-25 Eric Wonglei_to_mail: write directly to mail_sync.sqlite3
2021-10-19 Eric Wonglei up: support --exclude=, --no-(external|remote|local)
2021-10-19 Eric Wonglei: use die for external and query handling
2021-10-16 Eric Wonglei: more eval guards for die on failure
2021-09-25 Eric Wonglei forget-external: split into separate file
2021-09-21 Eric Wonglei q: improve --limit behavior and progress
2021-09-10 Eric Wonglei_query: fix comment about %lei2curl commands
2021-08-14 Eric Wonglei: hexdigest mocks account for unwanted headers
2021-08-11 Eric Wonglei: attempt to canonicalize away "/../" pathnames
2021-05-30 Eric Wonglei q: --sort and --save|v2 are incompatible
2021-05-28 Eric Wonglei: restore working directory in more places
2021-05-03 Eric Wonglei <q|up>: writes to Maildirs and IMAP use mail-sync
2021-04-20 Eric Wonglei_query: avoid POSIX::lround for older Perls
2021-04-20 Eric Wonglei up: support --all=local
2021-04-17 Eric Wonglei_query: fix relative path handling on --stdin
2021-04-17 Eric Wonglei q: --save preserves relative time queries
2021-04-13 Eric Wonglei: add "lei up" to complement "lei q --save"
2021-04-13 Eric Wonglei q: start wiring up saved search
2021-04-13 Eric Wonglei_query: rearrange internals to capture query early
2021-04-01 Eric Wonglei_query: remove unnecessary V2Writable require
2021-03-30 Eric Wonglei q: avoid redundant default setting for sort with l2m
2021-03-27 Eric Wonglei_query: hoist out lxs_prepare
2021-03-26 Eric Wonglei q: skip lei/store->write_prepare for JSON outputs
2021-03-24 Eric Wonglei: improve management around short-lived workers
2021-03-21 Eric Wonglei: tie ALE lifetime to config file
2021-03-21 Eric Wonglei: All Local Externals: bare git dir for alternates
2021-03-20 Eric Wonglei q: -I/--include overrides --no-(external|local...
2021-03-05 Eric Wonglei q: fix --import-before default and FIFO output
2021-03-04 Eric Wonglei q: s/import-augment/import-before/g
2021-03-04 Eric Wonglei q: import flags when clobbering/augmenting Maildirs
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