]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LEI.pm
lei: add some labels support
[public-inbox.git] / lib / PublicInbox / LEI.pm
2021-03-26 Eric Wonglei: add some labels support
2021-03-26 Eric Wonglei: _lei_store: use default even if unconfigured
2021-03-25 Eric Wonglei: janky $PATH2CFG garbage collection
2021-03-24 Eric Wonglei-daemon: do not leak FDs on bogus requests
2021-03-24 Eric Wonglei: clean up pkt_op consumer on exception, too
2021-03-24 Eric Wonglei: update {3} after -C chdirs
2021-03-24 Eric Wonglei: drop circular reference in lei_store process
2021-03-24 Eric Wonglei: improve management around short-lived workers
2021-03-24 Eric Wonglei: persistent workers (lei_store) run in /
2021-03-24 Eric Wonglei: hide *_atfork_child from command-line
2021-03-24 Eric Wonglei mark: add support for (bash) completion
2021-03-24 Eric Wonglei mark: command for (un)setting keywords and labels
2021-03-23 Eric Wonglei: simplify workers_start and callers
2021-03-23 Eric Wonglei: share input code between convert and import
2021-03-23 Eric Wonglei: support -c <name>=<value> to overrides
2021-03-22 Eric Wonglei: simplify lazy-loading
2021-03-21 Eric Wonglei: fix some warnings in tests
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_store: initialize IPC lock properly
2021-03-16 Eric Wongmbox: move mbox_keywords to MboxReader
2021-03-15 Eric Wonglei: reuse LeiStore object on config changes
2021-03-13 Eric Wonglei q: mbox*: disable changing parallelism, add --rsyncable
2021-03-13 Eric Wonglei: rearrange OPT_DESC and drop some TBD switches
2021-03-13 Eric Wonglei: add help + completion for --no-external
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: dclose: do not EPOLL_CTL_DEL w/o event_init
2021-03-04 Eric Wonglei q: import flags when clobbering/augmenting Maildirs
2021-03-01 Eric Wonglei q: improve early aborts w/ remote externals
2021-03-01 Eric Wonglei q: fix "-" shortcut for --stdin
2021-03-01 Eric Wonglei p2q: patch-to-query generator for "lei q --stdin"
2021-02-26 Eric Wonglei import|convert: support mbox locking on reads
2021-02-26 Eric Wonglei q: support mbox locking by default
2021-02-26 Eric Wonglei: style fix for $oldset declaration
2021-02-26 Eric Wonglei q: -tt marks direct hits as "flagged"
2021-02-26 Eric Wonglei import: use --in-format/-F for consistency
2021-02-25 Eric Wonglei q: auto-memoize remote messages into lei/store
2021-02-24 Eric Wonglei: avoid needless env passing to subcommands
2021-02-24 Eric Wongtreewide: avoid "delete local" construct on hashes
2021-02-23 Eric Wonglei: support "-C" to chdir in all sub commands
2021-02-22 Eric Wonglei_auth: trim and remove leftover worker code
2021-02-22 Eric Wonglei: _lei_cfg: return empty hashref if unconfigured
2021-02-22 Eric Wonglei: keep client {sock} in short-lived workers
2021-02-22 Eric Wonglei-daemon: prefer graceful shutdowns
2021-02-19 Eric Wonglei: consolidate the bulk of the IPC code
2021-02-19 Eric Wonglei convert: mail format conversion sub-command
2021-02-18 Eric Wonglei import: move check_input_format to lei
2021-02-18 Eric Wonglei: bless config
2021-02-15 Eric Wonglei: fail_handler: use correct exit code
2021-02-10 Eric Wonglei *external: glob improvements, ls-external filtering
2021-02-10 Eric Wongtests|lei: fixes for TEST_RUN_MODE=0 and lei oneshot
2021-02-10 Eric Wonglei: replace "I:"-prefixed info messages with "#"
2021-02-10 Eric Wonglei q: prefix --alert ops with ':' instead of '-'
2021-02-08 Eric Wonglei: drop BSD::Resource usage
2021-02-08 Eric Wonglei: avoid racing on unlink + bind + listen
2021-02-08 Eric Wonglei: start_pager: drop COLUMNS default
2021-02-08 Eric Wonglei q: support --alert=CMD for early MUA users
2021-02-08 Eric Wonglei q: SIGWINCH process group with the terminal
2021-02-08 Eric Wonglei q: improve remote mboxrd UX + MUA
2021-02-08 Eric Wonglei q: fix arbitrary --mua command handling
2021-02-07 Eric Wonglei: replace --thread with --threads
2021-02-07 Eric Wonglei: remove --mua-cmd alias for --mua
2021-02-07 Eric Wonglei: more consistent IPC exit and error handling
2021-02-07 Eric Wonglei add-external: handle interrupts with --mirror
2021-02-07 Eric Wonglei help: split out into separate file
2021-02-07 Eric Wonglei: add-external --mirror support
2021-02-07 Eric Wonglei: abort lei_import worker on client abort
2021-02-07 Eric Wonglei: fix completion of --no-kw / --no-keywords
2021-02-07 Eric Wonglei: favor "keywords" over "flags", test --no-kw
2021-02-05 Eric Wonglei import: initial implementation
2021-02-05 Eric Wonglei q: reinstate early MUA spawn for Maildir
2021-02-05 Eric Wonglei q: reorder internals to reduce FD passing
2021-02-04 Eric Wonglei q: support reading queries from stdin
2021-02-04 Eric Wonglei: use sleep(1) loop for infinite sleep
2021-02-04 Eric Wonglei: help starts pager
2021-02-04 Eric Wonglei q: -I/--exclude/--only support globs and basenames
2021-02-04 Eric Wonglei: propagate curl errors, improve internal consistency
2021-02-04 Eric Wonglei: err: avoid uninitialized variable warnings
2021-02-03 Eric Wonglei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03 Eric Wonglei q: tidy up progress reporting
2021-02-03 Eric Wonglei q: do not leave temporary files after oneshot exit
2021-02-03 Eric Wonglib: explicitly distinguish oneshot use
2021-02-03 Eric Wonglei: q: shell completion for --(include|exclude|only)
2021-02-03 Eric Wonglei: complete: do not complete non-arg options w/ help...
2021-02-03 Eric Wonglei q: support --only, --include and --exclude
2021-02-03 Eric Wonglei q: emit progress and counting via PktOp
2021-02-03 Eric Wonglei: switch to use SEQPACKET socketpair instead of...
2021-02-01 Eric Wonglei_to_mail: reduce spew on Maildir removal
2021-02-01 Eric Wonglei: increase initial timeout
2021-02-01 Eric Wonglei: deep clone {ovv} for l2m workers
2021-02-01 Eric Wonglei: keep $lei around until workers are reaped
2021-02-01 Eric Wonglei: remove syslog dependency
2021-02-01 Eric Wongipc: more helpful ETOOMANYREFS error messages
2021-02-01 Eric Wonglei: remove SIGPIPE handler
2021-02-01 Eric Wonglei: remove per-child SIG{__WARN__}
2021-01-30 Eric Wonglei: less error-prone FD mapping
2021-01-29 Eric Wonglei: dclose: fix typo
2021-01-29 Eric Wonglei: complete option switch args
2021-01-29 Eric Wonglei: set PWD correctly for path expansion
next