about summary refs log tree commit homepage
path: root/lib/PublicInbox/Git.pm
DateCommit message (Expand)
2024-04-03treewide: avoid getpid for more ownership checks
2024-03-08dedupe inbox names, coderepo nicks + git dirs
2024-01-10git: lowercase host in host_prefix_url
2024-01-10git: workaround occasional -watch error message
2023-12-16git: quiet down `rev-parse --git-path' errors
2023-11-30git: share unlinked pack checking code with gcf2
2023-11-29git: speed up Git->new by 5% or so
2023-11-29git: speed up ->git_path for non-worktrees
2023-11-29solver: schedule cleanup after synchronous git->check
2023-11-26git: improve coupling with {sock} and {inflight} fields
2023-11-26git: move rbuf handling to PublicInbox::IO
2023-11-20git: return upon self->close
2023-11-07lei: fix SIGPIPE on large result sets to pager
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-11-03replace ProcessIO with untied PublicInbox::IO
2023-11-02treewide: use ->close method rather than CORE::close
2023-11-01git: reschedule cleanup if active
2023-10-28git: avoid extra stat(2) for git version
2023-10-28git: use run_qx to read `git --version'
2023-10-26git: cleanup un-associated coderepo processes
2023-10-25lei_mirror+fetch: don't slurp `git show-ref' output
2023-10-25spawn: support synchronous run_qx
2023-10-18use read_all in more places to improve safety
2023-10-18git: introduce read_all function
2023-10-08introduce ProcessIONBF for multiplexed non-blocking IO
2023-10-08rename ProcessPipe to ProcessIO
2023-10-01git: packed_bytes: deal with glob+stat TOCTTOU
2023-10-01git: improve error reporting
2023-10-01git+gcf2client: switch to level-triggered wakeups
2023-10-01git: use Unix stream sockets for `cat-file --batch-*'
2023-10-01git: decouple cat_async_retry from POSIX pipe semantics
2023-09-30git: fix unused code path for cat-file stderr reset
2023-09-29git: calculate MAX_INFLIGHT properly in Perl
2023-04-29git: make check_async callbacks identical to cat_async
2023-04-20cindex: support sha256 coderepos alongside sha1
2023-04-12git: parallelize manifest_entry
2023-04-12git: rename version() to git_version()
2023-04-12git: cat_async_step: reduce batch-command info checks
2023-04-11git: fix cat_async_retry
2023-04-07switch git version comparisons to vstrings, too
2023-03-27git: check for --version errors
2023-02-03lei_mirror: use --no-write-fetch-head on git 2.29+
2023-01-30use Net::SSLeay (OpenSSL) for SHA-(1|256) if installed
2023-01-27git: drop needless checks for old git
2023-01-27git: use --batch-command in git 2.36+ to save processes
2023-01-26git: reduce delete ops in _destroy
2023-01-26git: drop needless ENOENT import
2023-01-26process_pipe: warn hackers off using it for bidirectional pipes
2023-01-26git: use core.abbrev=no on git 2.31+
2023-01-18git|gcf2: switch to awaitpid