about summary refs log tree commit homepage
path: root/lib/PublicInbox/LEI.pm
DateCommit message (Expand)
2024-04-17lei: use ->barrier to commit to lei/store
2024-04-13lei: remove leftover debugging message
2024-04-12lei q: support --thread-id=$MSGID || -T $MSGID
2024-04-03treewide: avoid getpid() for OnDestroy checks
2024-01-04lei: MH: support inotify to detect updates
2023-12-30lei: support reading MH for convert+import+index
2023-12-16lei index: support +L: labels
2023-11-29lei q: fix --no-import-before completion + docs
2023-11-22lei_to_mail: don't close STDOUT unless it is a mbox* output
2023-11-16lei: fix idempotent STDERR redirect in workers
2023-11-15treewide: more autodie safety fixes for older Perl
2023-11-15lei: use -signal numbers for old Perl
2023-11-13lei: don't read --stdin terminals from daemon
2023-11-09lei: reuse FDs atfork and close explicitly
2023-11-09lei: use cached $daemon_pid when possible
2023-11-03treewide: use ->close to call ProcessIO->CLOSE
2023-10-28treewide: use run_qx where appropriate
2023-10-27lei: don't exit lei-daemon on ovv_begin failure
2023-10-25qspawn: introduce new psgi_yield API
2023-10-19lei: simplify startq/au_done wakeup notifications
2023-10-18lei: use autodie where appropriate
2023-10-17lei: consolidate stdin slurp, fix warnings
2023-10-12lei: quiet excessive write/seen messages
2023-10-11lei import|tag|rm: support --commit-delay=SECONDS
2023-10-08lei: always use async `done' requests to store
2023-10-08lei: fix implicit stdin support for pipes
2023-10-08lei: do not issue sto->done if socket is inactive
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-10-04ds: make %AWAIT_PIDS a hash, not hashref
2023-10-04lei: document and local-ize $OPT hashref
2023-10-04treewide: use PublicInbox::Lock->new
2023-10-04lei: keep signals blocked on daemon shutdown
2023-10-04lei: reuse PublicInbox::Config::noop
2023-10-04lei: get rid of l2m_progress PktOp callback
2023-10-04lei: do_env combines fchdir and local
2023-10-04lei: close DirIdle (inotify) early at daemon shutdown
2023-10-04move all non-test @post_loop_do into named subs
2023-10-04ds: don't pass FD map to post_loop_do callback
2023-10-04ds: hoist out close_non_busy
2023-10-04lei: drop stores explicitly at daemon shutdown
2023-10-03lei: workers exit after they tell lei-daemon
2023-10-02lei: do label/keyword parsing in optparse
2023-10-01lei: deal with clients with blocked stderr
2023-10-01lei: ->fail only allows integer exit codes
2023-10-01lei: correct exit signal
2023-10-01lei rediff: `git diff -O<order-file>' support
2023-09-28lei: don't gzip --rsyncable by default for mbox*
2023-09-26spawn: add run_wait to simplify spawn+waitpid use
2023-09-25ds: force event_loop wakeup on final child death
2023-09-24lei: use scalar %SIG assignment