about summary refs log tree commit homepage
path: root/lib/PublicInbox/CodeSearchIdx.pm
DateCommit message (Expand)
2024-04-03treewide: avoid getpid() for OnDestroy checks
2023-12-16cindex: --prune needs git 2.6+
2023-12-09cindex: switch --join to use dfpost7 by default
2023-12-06cindex: avoid recursion on prune
2023-12-05cindex: index full (40/64 char) hex blob OIDs
2023-11-30cindex: speed up initial scan setup phase
2023-11-30cindex: skip getpid guard for most OnDestroy use
2023-11-30cindex: store extensions.objectFormat with repo data
2023-11-30cindex: keep batch pipe for pruning SHA-256 repos
2023-11-30cindex: only create {-cidx_err} field on failures
2023-11-30cindex: fix store_repo+repo_stored on no-op
2023-11-29cindex: extra quit checks
2023-11-29cindex: require `-g GIT_DIR' or `-r PROJECT_ROOT'
2023-11-29www: load and use cindex join data
2023-11-26drop redundant calls to DS->Reset
2023-11-26xap_client: attach PID to the IO object
2023-11-25cindex: fix --join=reset and speed up incremental joins
2023-11-21cindex: rename --associate to --join, test w/ real repos
2023-11-21cindex: avoid unneeded and redundant `local' calls
2023-11-21searchidx: run `git patch-id' in parallel
2023-11-15cindex: fix test when missing time(1) executable
2023-11-14cindex: fix missing semicolon on broken $GIT_DIR/objects
2023-11-13cindex: support --associate-aggressive shortcut
2023-11-13cindex: rename associate-max => window
2023-11-13cindex: do not guess integer maximum for Xapian
2023-11-13cindex: delay associate until prune+indexing finish
2023-11-13cindex: imply --all with --associate w/o -I/--only
2023-11-13treewide: update read_all to avoid eof|close checks
2023-11-13cindex: use `local' for pipes between processes
2023-11-13cindex: check `say' errors w/ close or ->flush
2023-11-03treewide: use eof and close to detect readline errors
2023-11-03cindex: drop redundant close on regular FH
2023-11-02treewide: use ->close method rather than CORE::close
2023-10-26cindex: clarify fatal vs non-fatal messages
2023-10-25cindex: fix large prunes
2023-10-25cindex: quiet --prune when checking objectFormat
2023-10-25cindex: store coderepo data asynchronously
2023-10-25lei_mirror+fetch: don't slurp `git show-ref' output
2023-10-25cindex: use sysread for generating fingerprint
2023-10-25cindex: use run_await wrapper for git commands
2023-10-25cindex: drop XH_PID global
2023-10-25cindex: use run_await to read extensions.objectFormat
2023-10-25cindex: start using run_await to simplify code
2023-10-25cindex: use timer for inits
2023-10-25cindex: avoid awaitpid for popen
2023-10-24cindex: basic inboxes are non-fatal for --associate
2023-10-24cindex: --associate fails when no inboxes are given
2023-10-18cindex: drop some unused functions
2023-10-08cindex: start using autodie
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET