about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
DateCommit message (Expand)
2023-09-24ipc: recv_cmd4 clobbers destination buffer on errors
2023-09-24lei: fix `-c NAME=VALUE' config support
2023-09-24lei config: send `git config' errors to pager
2023-09-24lei: check git-config(1) failures
2023-09-22lei: improve ->fail internal API
2023-09-15lei: ensure we run DESTROY|END at daemon exit w/ kqueue
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
2023-03-26Merge branch 'cindex'
2023-03-25ds: @post_loop_do replaces SetPostLoopCallback
2023-03-25ipc: retry sendmsg + recvmsg calls on EINTR
2023-02-22treewide: simplify File::Path mkpath/make_path callers
2023-01-31lei: drop -watches and -lei_note_event from workers
2023-01-30ipc: drop awaitpid_init to avoid circular refs
2023-01-18ipc+lei: switch to awaitpid
2022-11-28lei_mirror: remove janky mirror.done stamp file
2022-11-28lei_mirror: avoid convoluted lazy_cb usage
2022-09-10lei: fix --help for --jobs with `up' and `q'
2022-08-19lei reindex: new command to reindex lei/store
2022-08-16lei: do not wait for sto->done on disconnected EOF
2022-05-02lei: improve diagnosis of errors from children
2022-04-26lei: move to v5.12 to avoid "use strict"
2022-04-22lei: commit store on interrupted partial imports
2022-04-18lei: wire up pure Perl sendmsg/recvmsg for Linux users
2022-04-18lei: clobber recvmsg buffer on errors
2022-04-05lei: always open mail_sync.sqlite3 R/W
2021-11-22lei: always use 3-arg open perlop
2021-11-15lei forget-search: add help for --prune
2021-11-02lei: simplify common LeiInput users with ->wq1_start
2021-11-01treewide: kill problematic "$h->{k} //= do {" assignments
2021-10-30lei: do not access {sock} after SIGPIPE
2021-10-27lei mail-diff: support more inputs, split newlines
2021-10-26lei p2q: use LeiInput for multi-patch series
2021-10-26lei: add net getopt spec to various commands
2021-10-26lei p2q: document --uri, add examples
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