libgit2/src/transports
Carlos Martín Nieto 8443f492dd curl: remove the encrypted param to the constructor
We do not want libcurl to perform the TLS negotiation for us, so we
don't need to pass this option.
2015-06-24 17:26:36 +02:00
..
auth_negotiate.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth_negotiate.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.c Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
auth.h Introduce proper http authentication API 2014-08-15 14:11:56 -04:00
cred_helpers.c ssh: make sure to ask for a username and use the same one 2014-06-26 22:58:39 +02:00
cred.c Fixed build warnings on Xcode 6.1 2015-06-02 11:49:38 -07:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c Merge pull request #2990 from leoyanggit/custom_param 2015-03-24 14:03:51 -04:00
http.c curl: remove the encrypted param to the constructor 2015-06-24 17:26:36 +02:00
local.c local: plug a leak in the progress reporting 2015-05-14 17:26:09 +02:00
smart_pkt.c Make our overflow check look more like gcc/clang's 2015-02-13 09:27:33 -05:00
smart_protocol.c errors: add GIT_EEOF to indicate early EOF 2015-05-20 15:08:39 +02:00
smart.c Add a custom param to git_smart_subtransport_definition 2015-03-18 13:15:21 -04:00
smart.h Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
ssh.c ssh: move NULL check to the free function 2015-06-09 16:01:29 +02:00
winhttp.c Merge pull request #2990 from leoyanggit/custom_param 2015-03-24 14:03:51 -04:00