]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LEI.pm
lei q: fix SIGPIPE handling from lei2mail workers
[public-inbox.git] / lib / PublicInbox / LEI.pm
2021-01-21 Eric Wonglei q: fix SIGPIPE handling from lei2mail workers
2021-01-21 Eric Wonglei q: start ->mset while query_prepare runs
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-18 Eric Wonglei q: add --mua-cmd switch
2021-01-18 Eric Wonglei: pager: pass correct env in oneshot mode
2021-01-18 Eric Wonglei: q: results output to Maildir and mbox* working
2021-01-18 Eric Wongipc: children don't kill on DESTROY, reduce FD sharing
2021-01-18 Eric Wonginitialize scalar for `vec' perlop modification
2021-01-15 Eric Wonglei: pass FD to CWD via cmsg, use fchdir on server
2021-01-15 Eric Wonglei: remove temporary var on open
2021-01-14 Eric Wonglei: rely on localized $current_lei for warnings
2021-01-14 Eric Wonglei: reduce live FD references in wq child
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 Wonglei: run pager in client script
2021-01-12 Eric Wonglei: fork + FD cleanup
2021-01-12 Eric Wonglei: get rid of client {pid} field
2021-01-12 Eric Wonglei: query: ensure pager exit is instantaneous
2021-01-12 Eric Wonglei: fix oneshot TTY detection by passing STD*{GLOB}
2021-01-12 Eric Wonglei: rename $w to $wpager for warning message
2021-01-12 Eric Wongcmd_ipc: send FDs with buffer payload
2021-01-12 Eric Wongds: block signals when reaping
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-06 Eric Wonglei: automatic pager support
2021-01-04 Eric Wonglei: improve idempotent "init" error message
2021-01-04 Eric Wonglei: fix opt_dash to pass non-dash args to @argv
2021-01-04 Eric Wonglei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03 Eric Wonglei: fix output race in client/daemon mode
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-02 Eric Wongtreewide: reduce load_xapian* callsites
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