about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
DateCommit message (Expand)
2021-10-22lei forget-search: support --prune=<local|remote>
2021-10-22lei: no Perl FileHandle for `undef' w/ ECONNRESET
2021-10-22dir_idle: treat IN_MOVED_FROM as a gone event
2021-10-19lei: remove unused ->busy time arg
2021-10-19lei up: support --exclude=, --no-(external|remote|local)
2021-10-19lei: conditionally add "\n" to error messages
2021-10-16lei sockets: favor level-triggered epoll for fairness
2021-10-16lei_overview: die rather than lei->fail
2021-10-16lei: more eval guards for die on failure
2021-10-16lei: always keep cwd fd {3} for ->fchdir
2021-10-16lei: golf PATH2CFG cleanup
2021-10-16dir_idle: do not add watches in ->new
2021-10-15lei forget-search: support multiple args
2021-10-15lei + ipc: simplify process reaping
2021-10-15lei up --all: send signals to workers, receive errors
2021-10-15lei: TSTP affects all curl and related subprocesses
2021-10-15lei: give workers their own process group
2021-10-14lei: -d (--dir) and -O (only) shortcuts
2021-10-14lei add-external --mirror: respect client umask
2021-10-13lei: use standard warn() in more places
2021-10-13lei up --all: show output for warnings
2021-10-02lei mail-diff: diagnostic command to diff mail contents
2021-10-01ds: simplify signalfd use
2021-09-27config: get_1: use full parameter name
2021-09-27lei rediff: add --drq and --dequote-only
2021-09-26lei: ensure refresh_watches isn't called from workers
2021-09-25lei: make pkt_op easier-to-use and understand
2021-09-25lei: restore old sigmask before daemon exit
2021-09-24clone|--mirror: support --epoch=RANGE for partial clones
2021-09-23lei: common --all[=remote|local] help message
2021-09-22lei up: avoid excessively parallel --all
2021-09-22lei: dclose: do not close unnecessarily
2021-09-21lei: umask(077) before opening errors.log
2021-09-21script/lei: handle SIGTSTP and SIGCONT
2021-09-21lei: simplify internal arg2folder usage
2021-09-19lei config --edit: use controlling terminal
2021-09-19lei ls-mail-source: pretty JSON support
2021-09-19ipc: drop dynamic WQ process counts
2021-09-19lei: simplify sto_done_request
2021-09-19lei/store: use SOCK_SEQPACKET rather than pipe
2021-09-18lei up: automatically use dt: for remote externals
2021-09-18lei_mail_sync: rely on flock(2), avoid IPC
2021-09-18lei: lock worker counts
2021-09-17lei refresh-mail-sync: replace prune-mail-sync
2021-09-16lei: git_oid: replace git_blob_id
2021-09-14lei up: fix env/cwd mismatches with multiple folders
2021-09-14lei: sto_done_request: add eval guard
2021-09-14lei: warn on event loop errors
2021-09-13lei: stop_pager: restore stdout when done
2021-09-12new public-inbox-{clone,fetch} commands