]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/LEI.pm
lei: drop BSD::Resource usage
[public-inbox.git] / lib / PublicInbox / LEI.pm
2021-02-08 Eric Wonglei: drop BSD::Resource usage
2021-02-08 Eric Wonglei: avoid racing on unlink + bind + listen
2021-02-08 Eric Wonglei: start_pager: drop COLUMNS default
2021-02-08 Eric Wonglei q: support --alert=CMD for early MUA users
2021-02-08 Eric Wonglei q: SIGWINCH process group with the terminal
2021-02-08 Eric Wonglei q: improve remote mboxrd UX + MUA
2021-02-08 Eric Wonglei q: fix arbitrary --mua command handling
2021-02-07 Eric Wonglei: replace --thread with --threads
2021-02-07 Eric Wonglei: remove --mua-cmd alias for --mua
2021-02-07 Eric Wonglei: more consistent IPC exit and error handling
2021-02-07 Eric Wonglei add-external: handle interrupts with --mirror
2021-02-07 Eric Wonglei help: split out into separate file
2021-02-07 Eric Wonglei: add-external --mirror support
2021-02-07 Eric Wonglei: abort lei_import worker on client abort
2021-02-07 Eric Wonglei: fix completion of --no-kw / --no-keywords
2021-02-07 Eric Wonglei: favor "keywords" over "flags", test --no-kw
2021-02-05 Eric Wonglei import: initial implementation
2021-02-05 Eric Wonglei q: reinstate early MUA spawn for Maildir
2021-02-05 Eric Wonglei q: reorder internals to reduce FD passing
2021-02-04 Eric Wonglei q: support reading queries from stdin
2021-02-04 Eric Wonglei: use sleep(1) loop for infinite sleep
2021-02-04 Eric Wonglei: help starts pager
2021-02-04 Eric Wonglei q: -I/--exclude/--only support globs and basenames
2021-02-04 Eric Wonglei: propagate curl errors, improve internal consistency
2021-02-04 Eric Wonglei: err: avoid uninitialized variable warnings
2021-02-03 Eric Wonglei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03 Eric Wonglei q: tidy up progress reporting
2021-02-03 Eric Wonglei q: do not leave temporary files after oneshot exit
2021-02-03 Eric Wonglib: explicitly distinguish oneshot use
2021-02-03 Eric Wonglei: q: shell completion for --(include|exclude|only)
2021-02-03 Eric Wonglei: complete: do not complete non-arg options w/ help...
2021-02-03 Eric Wonglei q: support --only, --include and --exclude
2021-02-03 Eric Wonglei q: emit progress and counting via PktOp
2021-02-03 Eric Wonglei: switch to use SEQPACKET socketpair instead of...
2021-02-01 Eric Wonglei_to_mail: reduce spew on Maildir removal
2021-02-01 Eric Wonglei: increase initial timeout
2021-02-01 Eric Wonglei: deep clone {ovv} for l2m workers
2021-02-01 Eric Wonglei: keep $lei around until workers are reaped
2021-02-01 Eric Wonglei: remove syslog dependency
2021-02-01 Eric Wongipc: more helpful ETOOMANYREFS error messages
2021-02-01 Eric Wonglei: remove SIGPIPE handler
2021-02-01 Eric Wonglei: remove per-child SIG{__WARN__}
2021-01-30 Eric Wonglei: less error-prone FD mapping
2021-01-29 Eric Wonglei: dclose: fix typo
2021-01-29 Eric Wonglei: complete option switch args
2021-01-29 Eric Wonglei: set PWD correctly for path expansion
2021-01-29 Eric Wonglei: fix comment regarding client payload
2021-01-29 Eric Wonglei: drop "git" command forwarding
2021-01-26 Eric Wonglei: use Time::HiRes stat for nanosecond resolution
2021-01-26 Eric Wonglei q: drop "oid" output format
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-24 Eric Wonglei q: disable remote externals if locals exist
2021-01-24 Eric Wongipc: get rid of wq_set_recv_modes
2021-01-23 Eric Wonglei q: support a bunch of curl(1) options
2021-01-23 Eric Wonglei: default "-f $mfolder" args for common MUAs
2021-01-23 Eric Wonglei: oneshot: preserve stdout if writing mbox
2021-01-23 Eric Wonglei: support remote externals
2021-01-22 Eric Wonglei forget-external: bash completion support
2021-01-22 Eric Wonglei: forget-external support with canonicalization
2021-01-22 Eric Wonglei: remove @TO_CLOSE_ATFORK_CHILD
2021-01-22 Eric Wonglei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-22 Eric Wonglei: oneshot: use client $io[2] for placeholder
2021-01-22 Eric Wonglei: fix inadvertant FD sharing
2021-01-21 Eric Wonglei: dump and clear errors.log in daemon mode
2021-01-21 Eric Wonglei: exit code in oneshot mode
2021-01-21 Eric Wonglei q: fix augment of compressed mailboxes
2021-01-21 Eric Wonglei: write daemon errors to the sock directory
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
next