about summary refs log tree commit homepage
path: root/t/lei.t
DateCommit message (Expand)
2021-01-04lei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-03t/lei: use $lei->() callback wrapper
2021-01-02lei_store: alternative unconfigured "git var" workaround
2021-01-02t/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback
2021-01-01update copyrights for 2021
2021-01-01lei: rename "extinbox" => "external"
2020-12-19lei: extinbox: start implementing in config file
2020-12-19lei: support for -$DIGIT and -$SIG CLI switches
2020-12-19lei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19lei: help: show actual paths being operated on
2020-12-19lei: support pass-through for `lei config'
2020-12-19rename LeiDaemon package to PublicInbox::LEI
2020-12-19lei: support `daemon-env' for modifying long-lived env
2020-12-19t/lei-oneshot: standalone oneshot (non-socket) test
2020-12-19lei: refine help/option parsing, implement "init"
2020-12-19tests: more common JSON module loading
2020-12-19lei: FD-passing and IPC basics