about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
2021-02-08lei: drop BSD::Resource usage
2021-02-08lei q: SIGWINCH process group with the terminal
2021-02-07script/lei: avoid waitpid(-1, ...) to keep tests fast
2021-02-07init: lowercase -j for --jobs
2021-02-04lei: use sleep(1) loop for infinite sleep
2021-02-01lei: avoid ETOOMANYREFS, cleanup imports
2021-02-01lei: increase initial timeout
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-23lei: support remote externals
2021-01-22lei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-15lei: pass FD to CWD via cmsg, use fchdir on server
2021-01-14daemon+watch: fix localization of %SIG for non-signalfd users
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12lei: run pager in client script
2021-01-12lei: get rid of client {pid} field
2021-01-12ipc: start supporting sending/receiving more than 3 FDs
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12ds: block signals when reaping
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-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-01init: remove embedded UnlinkMe package
2021-01-01spawn: move run_die here from PublicInbox::Import
2020-12-31Merge remote-tracking branch 'origin/master' into lorelei
2020-12-28check defined return value for localized slurp errors
2020-12-27extindex: allow using --all without EXTINDEX_DIR
2020-12-27extindex: add undocumented --no-scan switch
2020-12-27extindex: enable autoflush on STDOUT/STDERR
2020-12-27extindex: --watch for inotify-based updates
2020-12-26index: filter out indexlevel=basic from extindex
2020-12-26index: fix --no-fsync flag propagation to extindex
2020-12-26index: do not attach inbox to extindex unless updated
2020-12-26index: disable --fast-noop on --reindex
2020-12-26init: use the return value of rel2abs_collapsed
2020-12-25index: support --fast-noop / -F switch
2020-12-25inboxwritable: delay umask_prepare calls
2020-12-24index: update [extindex "all"] by default, support -E
2020-12-21use rel2abs_collapsed when loading Inbox objects
2020-12-20script/public-inbox-*: favor caller-provided pathnames
2020-12-19lei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19lei: micro-optimize startup time
2020-12-19rename LeiDaemon package to PublicInbox::LEI
2020-12-19lei: refine help/option parsing, implement "init"
2020-12-19lei: use spawn (vfork + execve) for lazy start
2020-12-19lei: FD-passing and IPC basics