libgit2/tests-clar/network
Carlos Martín Nieto 359dce726d remote: make _ls return the list directly
The callback-based method of listing remote references dates back to the
beginning of the network code's lifetime, when we didn't know any
better.

We need to keep the list around for update_tips() after disconnect() so
let's make use of this to simply give the user a pointer to the array so
they can write straightforward code instead of having to go through a
callback.
2013-11-11 15:35:51 +01:00
..
remote remote: make _ls return the list directly 2013-11-11 15:35:51 +01:00
cred.c Add user-from-url param to auth callback 2013-01-31 10:44:57 -08:00
fetchlocal.c remote: put the _download() callback with the others 2013-10-02 06:41:42 +02:00
refspecs.c Parse shorthand refspecs as valid 2013-04-28 14:21:10 +02:00
urlparse.c Add tests for badly-formed URLs 2013-10-31 13:15:49 -07:00