]> Sergey Matveev's repositories - public-inbox.git/history - t/lei.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / lei.t
2021-11-10 Eric Wonglei q: disallow "\n" in argv[] elements
2021-10-16 Eric Wongt/lei*: set EDITOR for dumb terminals
2021-09-19 Eric Wonglei config --edit: use controlling terminal
2021-09-13 Eric Wongtests: add require_cmd, require curl when needed
2021-09-12 Eric Wonglei sucks: allow it to work without SQLite
2021-08-19 Eric Wonglei q: make --save the default
2021-04-28 Eric Wonglei: avoid close(STD{IN,OUT,ERR}) in oneshot mode
2021-04-22 Eric Wonglei import|convert: drop --no-kw aliases
2021-04-13 Eric Wonglei q: start wiring up saved search
2021-04-01 Eric Wonglei sucks: sub-command to aid bug reporting
2021-03-23 Eric Wonglei: support -c <name>=<value> to overrides
2021-03-19 Eric Wonglei: disallow "\n" in local externals paths
2021-03-04 Eric Wonglei q: import flags when clobbering/augmenting Maildirs
2021-02-23 Eric Wonglei: support "-C" to chdir in all sub commands
2021-02-22 Eric Wongt/lei*: drop $lei->(...) sub
2021-02-10 Eric Wonglei: replace "I:"-prefixed info messages with "#"
2021-02-07 Eric Wonglei: remove --mua-cmd alias for --mua
2021-02-07 Eric Wongtests: split out lei-daemon.t from lei.t
2021-02-07 Eric Wongt/lei-externals: split out into separate test
2021-02-07 Eric Wongtests: add test_lei wrapper, split out t/lei-import.t
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-04 Eric Wongt/lei: skip "lei q" tests on missing dependencies
2021-02-04 Eric Wonglei q: support reading queries from stdin
2021-02-04 Eric Wonglei add-external: completion for existing URL basenames
2021-02-04 Eric Wonglei: propagate curl errors, improve internal consistency
2021-02-03 Eric Wonglei: q: shell completion for --(include|exclude|only)
2021-02-03 Eric Wonglei q: emit progress and counting via PktOp
2021-01-29 Eric Wonglei: complete option switch args
2021-01-26 Eric Wonglei q: demangle and quiet curl output
2021-01-26 Eric Wonglei: reinstate JSON smsg output deduplication
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 add-external: don't allow non-existent directories
2021-01-23 Eric Wonglei: support remote externals
2021-01-22 Eric Wonglei: forget-external support with canonicalization
2021-01-21 Eric Wonglei: dump and clear errors.log in daemon mode
2021-01-21 Eric Wonglei: allow more mbox inode types
2021-01-21 Eric Wonglei_overview: start implementing format detection
2021-01-21 Eric Wonglei: test some likely errors due to misuse
2021-01-21 Eric Wongt/lei: fix double-running of socket test with oneshot
2021-01-21 Eric Wonglei q: fix augment of compressed mailboxes
2021-01-18 Eric Wonglei: q: results output to Maildir and mbox* working
2021-01-15 Eric Wonglei: pass FD to CWD via cmsg, use fchdir on server
2021-01-14 Eric Wonglei: do not unlink socket path at exit
2021-01-14 Eric Wonglei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12 Eric Wonglei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12 Eric Wongcmd_ipc: send FDs with buffer payload
2021-01-12 Eric Wonglei query + pagination sorta working
2021-01-06 Eric Wonglei: use client env as-is, drop daemon-env command
2021-01-04 Eric Wonglei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03 Eric Wongsend and receive all 3 FDs at once
2021-01-03 Eric Wongspawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-03 Eric Wongt/lei: use $lei->() callback wrapper
2021-01-02 Eric Wonglei_store: alternative unconfigured "git var" workaround
2021-01-02 Eric Wongt/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wonglei: rename "extinbox" => "external"
2021-01-01 Eric WongMerge remote-tracking branch 'origin/lei' into eidx
2020-12-31 Eric WongMerge remote-tracking branch 'origin/master' into lorelei
2020-12-19 Eric Wonglei: extinbox: start implementing in config file
2020-12-19 Eric Wonglei: support for -$DIGIT and -$SIG CLI switches
2020-12-19 Eric Wonglei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19 Eric Wonglei: help: show actual paths being operated on
2020-12-19 Eric Wonglei: support pass-through for `lei config'
2020-12-19 Eric Wongrename LeiDaemon package to PublicInbox::LEI
2020-12-19 Eric Wonglei: support `daemon-env' for modifying long-lived env
2020-12-19 Eric Wongt/lei-oneshot: standalone oneshot (non-socket) test
2020-12-19 Eric Wonglei: refine help/option parsing, implement "init"
2020-12-19 Eric Wongtests: more common JSON module loading
2020-12-19 Eric Wonglei: FD-passing and IPC basics