]> Sergey Matveev's repositories - public-inbox.git/history - t/lei.t
lei add-external: completion for existing URL basenames
[public-inbox.git] / t / lei.t
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