about summary refs log tree commit homepage
DateCommit message (Expand)
2021-10-19lei up: support --exclude=, --no-(external|remote|local)
2021-10-19lei: conditionally add "\n" to error messages
2021-10-19lei up: propagate redispatch_all failure via exit code
2021-10-19lei: use die for external and query handling
2021-10-19lei up: prefix `remote' and `local' with `o_'
2021-10-19test_common: lazy-require AutoReap
2021-10-19Makefile.PL: drop generated lib/PublicInbox.pm in blib/
2021-10-18v2: mirrors don't clobber msgs w/ reused Message-IDs
2021-10-18extindex: show mismatches for messages deleted from inbox
2021-10-17extindex: better locations for {quit} checks
2021-10-17extindex: guard against false mismatch unrefs
2021-10-17extindex: retry sync_inbox before reindex
2021-10-17extindex: use localtime to display lock time
2021-10-17msgmap: do not cache num_highwater
2021-10-16eml: fix leak workaround
2021-10-16MANIFEST: regenerate with: git ls-files >MANIFEST
2021-10-16lei sockets: favor level-triggered epoll for fairness
2021-10-16input_pipe: do not loop in ->event_step for fairness
2021-10-16pkt_op: favor level-triggered epoll for fairness
2021-10-16wqworker: favor level-triggered epoll for fairness
2021-10-16t/lei*: set EDITOR for dumb terminals
2021-10-16doc: lei: add manpages for remaining commands
2021-10-16doc: lei: restore alphabetical order to some listings
2021-10-16extindex: avoid triggering a buggy unref
2021-10-16httpd/async: switch to level-triggered epoll
2021-10-16inbox + search: use 5.10.1 and do some golfing
2021-10-16lei_to_mail: quiet down abort messages
2021-10-16lei_overview: die rather than lei->fail
2021-10-16extindex: prune invalid alternate entries on --gc
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-16httpd: move pipeline logic into event_step
2021-10-16imapd+nntpd: drop timer-based expiration
2021-10-16dir_idle: do not add watches in ->new
2021-10-16smsg: add ->oidbin method
2021-10-15lei q: guard query_done against die()
2021-10-15lei forget-search: support multiple args
2021-10-15lei note-event: fix explicit flush reliability
2021-10-15lei + ipc: simplify process reaping
2021-10-15lei forget-search: fix for symlink-ed paths
2021-10-15lei q: avoid kw lookup failure on remote mboxrd
2021-10-15www: various help text updates
2021-10-15lei up --all: send signals to workers, receive errors
2021-10-15lei up: actually rely on DESTROY for --alllll
2021-10-15lei: TSTP affects all curl and related subprocesses
2021-10-15git: cat-file --batch are their own pgrp
2021-10-15git: ->fail invokes current callback
2021-10-15git: async_err shows retried requests properly
2021-10-15lei: use send() perlop for signals