about summary refs log tree commit homepage
path: root/script/lei
DateCommit message (Expand)
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-10-01treewide: enable warnings in all exec-ed processes
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
2022-04-26lei: move to v5.12 to avoid "use strict"
2022-03-23syscall: implement sendmsg+recvmsg in pure Perl
2021-10-15lei: use send() perlop for signals
2021-10-14lei add-external --mirror: respect client umask
2021-09-22script/lei: describe purpose of sleep loop
2021-09-21script/lei: handle SIGTSTP and SIGCONT
2021-09-17script/lei: umask(077) before execve
2021-09-11lei: fix handling of broken lei.saved-search config files
2021-07-28lei: die on ECONNRESET
2021-05-28script/lei: drop leftover message about fallback
2021-05-26lei: require Socket::MsgHdr or Inline::C, drop oneshot
2021-05-01lei edit-search: support relocating lei.q.output
2021-04-28lei: simple WQ workers use {wq1} field
2021-04-22lei: XDG_RUNTIME_DIR=/dev/null disables daemon mode
2021-04-17lei q: fix MUA spawn after reading query from stdin
2021-04-05script/lei: waitpid for git-credential and pager
2021-04-02lei: fix git-credential handling
2021-04-01script/lei: background ourselves on MUA/pager exec
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-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-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-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-01lei: avoid Spawn package when starting daemon
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