libgit2/tests/online
Carlos Martín Nieto 0782fc43f8 net: use only structs to pass information about cert
Instead of spreading the data in function arguments, some of which
aren't used for ssh and having a struct only for ssh, use a struct for
both, using a common parent to pass to the callback.
2014-09-16 17:02:32 +02:00
..
clone.c net: use only structs to pass information about cert 2014-09-16 17:02:32 +02:00
fetch.c remote: expose the remote's symref mappings 2014-05-21 12:12:32 +02:00
fetchhead.c When auto follow tags, FETCH_HEAD should list only newly followed tags 2014-09-06 00:26:56 +08:00
push_util.c oid: Export git_oid_tostr_s instead of _allocfmt 2014-08-18 12:41:06 +02:00
push_util.h Provide a callback for certificate validation 2014-09-16 17:01:30 +02:00
push.c MSVC does not support zero size array 2014-08-31 22:43:53 +08:00