about summary refs log tree commit homepage
DateCommit message (Expand)
2023-11-26xap_helper: allow PI_NO_CXX to disable C++ in more places
2023-11-26xap_client: pass arguments to top-level xap_helper
2023-11-26xap_client: attach PID to the IO object
2023-11-26xap_helper_cxx: do not copy xap_helper.h source
2023-11-26ds: long_step: eliminate redundant fileno call
2023-11-26select+poll: have caller retry on EINTR
2023-11-26http: fix pipelining during long async requests
2023-11-26doc/extindex: document --dedupe switch
2023-11-25examples/unsubscribe.milter: limit scope of munging
2023-11-25t/cindex-join: fix warnings from a missing comma
2023-11-25cindex: fix --join=reset and speed up incremental joins
2023-11-22lei_saved_search: don't create Git object during ->DESTROY
2023-11-22watch: support `watch=false' to negate watchspam
2023-11-22lei_to_mail: don't close STDOUT unless it is a mbox* output
2023-11-21cindex: rename --associate to --join, test w/ real repos
2023-11-21doc/cindex: point no-fsync,dangerous to -index(1)
2023-11-21cindex: avoid unneeded and redundant `local' calls
2023-11-21searchidx: run `git patch-id' in parallel
2023-11-20git: return upon self->close
2023-11-20test_common: fix excessive wait for GNU tail inotify
2023-11-16extindex: warn and hint about --gc on bad ibx_id
2023-11-16lei q|up|convert: common finish_output to detect errors
2023-11-16lei: avoid extra fork for v2 outputs
2023-11-16lei convert: fix repeat and idempotent v2 output
2023-11-16lei: fix idempotent STDERR redirect in workers
2023-11-15xap_helper_cxx: accept leading spaces from pkg-config
2023-11-15treewide: more autodie safety fixes for older Perl
2023-11-15gcf2: fix autodie usage for older Perl
2023-11-15gcf2client: add alias for PublicInbox::Git::fail
2023-11-15ds: run @post_loop_do if any user-queued events run
2023-11-15cindex: fix test when missing time(1) executable
2023-11-15t/lei-import: account for more verbose error
2023-11-15lei: use -signal numbers for old Perl
2023-11-14TestCommon: older strace does not have --version
2023-11-14config: avoid eidx_key and newsgroup conflicts
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-13xap_helper: better variable naming for key buffer
2023-11-13xap_helper: stricter and harsher error handling
2023-11-13cidx_xap_helper_aux: complain about truncated inputs
2023-11-13xap_helper: Perl dump_ibx respects `-m MAX'
2023-11-13cindex: delay associate until prune+indexing finish
2023-11-13cindex: imply --all with --associate w/o -I/--only
2023-11-13spawn: don't append to scalarrefs on stdout/stderr
2023-11-13treewide: update read_all to avoid eof|close checks
2023-11-13xap_client: spawn C++ xap_helper directly
2023-11-13xap_helper_cxx: use -pipe by default in CXXFLAGS
2023-11-13xap_helper_cxx: make the build process ccache-friendly