about summary refs log tree commit homepage
path: root/lib/PublicInbox/Git.pm
DateCommit message (Expand)
2021-02-08search: use one git-rev-parse process for all dates
2021-02-08git: implement date_parse method
2021-01-30git: synchronous cat_file may return type and OID
2021-01-02git: manifest_entry: use ProcessPipe via popen_rd
2021-01-02git: qx: waitpid synchronously via ProcessPipe->CLOSE
2021-01-01lei_store: quiet down "git var" failures
2021-01-01update copyrights for 2021
2021-01-01avoid calling waitpid from children in DESTROY
2021-01-01use PublicInbox::DS for dwaitpid
2020-12-28git: qx: avoid extra "local" for scalar context case
2020-11-30git: ensure subclassed ->fail gets called
2020-11-30git: set non-blocking flag in case of other bugs
2020-11-24git: add manifest_entry method
2020-10-17git: introduce async_wait_all
2020-10-16git: async: loop inflight checks for nested callbacks
2020-10-16git: *_async: support nested callback invocations
2020-10-16git: ensure ->destroy clobbers check_async read buffer
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19gcf2: require git dir with OID
2020-09-19gcf2: transparently retry on missing OID
2020-09-16treewide: relax allow >=40 chars for git OID
2020-08-27git: show more context info on failures
2020-07-26imap: introduce and use Git->async_prefetch
2020-07-25searchidx: support async git check
2020-07-06git: use v5.10.1, parent.pm and Time::HiRes::stat
2020-06-25git_async_cat: remove circular reference
2020-06-13git: async: automatic retry on alternates change
2020-06-13git: move async_cat reference to PublicInbox::Git
2020-06-13git: cat_async: provide requested OID + "missing" on missing blobs
2020-06-13git: idle rbuf for async
2020-06-13imap: use git-cat-file asynchronously
2020-06-13git: do our own read buffering for cat-file
2020-06-13git: async: flatten the inflight array
2020-05-06git: warn on ->cat_async callback errors
2020-04-29git: various minor speedups
2020-04-05git: reduce stat buffer storage overhead
2020-03-04git: remove POSIX::dup2 import
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-13use popen_rd for bidirectional pipes
2020-01-13git: packed_bytes: use GLOB_NOSORT
2020-01-13git: modified: don't slurp `rev-parse --branches'
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-11git: remove ->commit_title method
2020-01-11git: ->modified uses cat_async
2020-01-11allow HTTP_HOST to be '0' via defined() checks
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-30spawn: allow passing GLOB handles for redirects
2019-12-26git: allow async_cat to pass arg to callback
2019-12-12git: async batch interface
2019-10-22git: remove src_blob_url