libgit2/src/transports
Edward Thomson 5c7f2f0188 winhttp: name mangle class / iid on mingw
Standard Windows type systems define CLSID_InternetSecurityManager
and IID_IInternetSecurityManager, but MinGW lacks these definitions.
As a result, we must hardcode these definitions ourselves.  However,
we should not use a public struct with those names, lest another
library do the same thing and consumers cannot link to both.
2016-01-19 11:13:23 -06: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 cred: add a free function wrapper 2015-08-19 02:23:18 +02:00
cred.h cred: add convenience function to get the username 2014-06-26 22:58:38 +02:00
git.c git: put NULL check at the top 2015-10-30 18:23:17 +01:00
http.c http: use a custom user-agent if the user has set it 2015-11-12 17:18:42 +01:00
local.c local: plug a leak in the progress reporting 2015-05-14 17:26:09 +02:00
smart_pkt.c Include the 4 characters not recognised as hex-number when setting error in parse_len 2015-08-17 07:58:31 +02:00
smart_protocol.c Fix bug in git_smart__push: push_transfer_progress cb is never called 2015-08-13 22:52:52 -04:00
smart.c Copy custom_headers insteach of referencing the caller's copy 2015-09-25 10:16:30 -04:00
smart.h Copy custom_headers insteach of referencing the caller's copy 2015-09-25 10:16:30 -04:00
ssh.c ssh_stream_read(): fix possible *bytes_read < 0 branch 2015-12-26 17:17:05 +01:00
winhttp.c winhttp: name mangle class / iid on mingw 2016-01-19 11:13:23 -06:00