]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LEI.pm
update copyrights for 2021
[public-inbox.git] / lib / PublicInbox / LEI.pm
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wongon_destroy: support PID owner guard
2021-01-01 Eric Wonglei: avoid Spawn package when starting daemon
2021-01-01 Eric Wongsyscall: SFD_NONBLOCK can be a constant, again
2021-01-01 Eric Wonguse PublicInbox::DS for dwaitpid
2021-01-01 Eric Wongspawn: move run_die here from PublicInbox::Import
2021-01-01 Eric Wonglei: add --mfolder as an --output alias
2021-01-01 Eric Wonglei: rename "extinbox" => "external"
2021-01-01 Eric Wonglei: implement various deduplication strategies
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-31 Eric Wonglei: rename proposed "query" command to "q", add JSON...
2020-12-19 Eric Wonglei: extinbox: start implementing in config file
2020-12-19 Eric Wonglei: revise output routines
2020-12-19 Eric Wonglei: support for -$DIGIT and -$SIG CLI switches
2020-12-19 Eric Wonglei: start working on bash completion
2020-12-19 Eric Wonglei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19 Eric Wonglei: restore default __DIE__ handler for event loop
2020-12-19 Eric Wonglei: micro-optimize startup time
2020-12-19 Eric Wonglei: rename $client => $self and bless
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