about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
DateCommit message (Expand)
2021-01-03lei: fix output race in client/daemon mode
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-02treewide: reduce load_xapian* callsites
2021-01-01update copyrights for 2021
2021-01-01on_destroy: support PID owner guard
2021-01-01lei: avoid Spawn package when starting daemon
2021-01-01syscall: SFD_NONBLOCK can be a constant, again
2021-01-01use PublicInbox::DS for dwaitpid
2021-01-01spawn: move run_die here from PublicInbox::Import
2021-01-01lei: add --mfolder as an --output alias
2021-01-01lei: rename "extinbox" => "external"
2021-01-01lei: implement various deduplication strategies
2020-12-31lei: rename proposed "query" command to "q", add JSON output
2020-12-19lei: extinbox: start implementing in config file
2020-12-19lei: revise output routines
2020-12-19lei: support for -$DIGIT and -$SIG CLI switches
2020-12-19lei: start working on bash completion
2020-12-19lei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19lei: restore default __DIE__ handler for event loop
2020-12-19lei: micro-optimize startup time
2020-12-19lei: rename $client => $self and bless
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