about summary refs log tree commit homepage
path: root/script
DateCommit message (Expand)
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
2020-12-09extindex: do not use current dir like -index does
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-28*index: more consistent graceful shutdown checks
2020-11-24miscidx: put grokmirror manifest entries in Xapian docdata
2020-11-19extindex: remove skip-docdata option
2020-11-08extindex: fix --batch-size support
2020-11-08extindex: SIGUSR1 supports checkpoint
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08extsearch: rename -eindex to -extindex