about summary refs log tree commit homepage
path: root/t/git_async.t
DateCommit message (Collapse)
2017-03-04repoobrowse: explicit EOF handling for git async callback
We need to ensure we've fully-drained the pipe before signalling EOF to the callback, since pipelining may not be the best choice with detachable processes in the future.
2017-02-24git: move async detection to runtime
We don't actually know what context we'll be called under, so detecting the mere use-ability of Danga::Socket is not sufficient.
2017-01-07initial git async work
This will allow us to handle network operations while waiting on "git cat-file" to seek and unpack things.