summaryrefslogtreecommitdiff
path: root/src/transports/winhttp.c
Commit message (Expand)AuthorAgeFilesLines
* http transport: cap number of authentication replaysEdward Thomson2018-11-281-1/+1
* transport: allow cred/cert callbacks to return GIT_PASSTHROUGHethomson/defer_cert_cred_cbEdward Thomson2018-11-211-1/+4
* global: replace remaining use of `git__strtol32`Patrick Steinhardt2018-10-181-1/+2
* Merge pull request #4743 from Agent00Log/dev/winbugfixesEdward Thomson2018-08-021-4/+9
|\
| * Only unitialize if the call to CoInitializeEx was successfulHenning Schaffaf2018-07-301-1/+3
| * Fix fallback credentials: The call to CoInitializeEx fails if it was previous...Henning Schaffaf2018-07-261-1/+4
| * Fix default credentials: The WinHttpSetCredentials auth scheme must only be o...Henning Schaffaf2018-07-261-2/+2
* | winhttp: retry erroneously failing requestsethomson/wintls_fixEdward Thomson2018-07-201-14/+18
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-6/+6
* winhttp: enable TLS 1.2 on Windows 7 and earlierethomson/winhttpEdward Thomson2018-02-271-0/+14
* winhttp: include constants for TLS 1.1/1.2 supportEdward Thomson2018-02-271-5/+8
* mingw: update TLS option flagsEdward Thomson2018-02-271-0/+5
* http: standardize user-agent additionethomson/user_agentEdward Thomson2018-02-101-16/+3
* winhttp: properly support ntlm and negotiateethomson/spnegoEdward Thomson2017-12-291-4/+13
* winhttp: pass the same payload as ssh & http transports when checking certifi...Etienne Samson2017-11-261-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* buffer: rely on `GITERR_OOM` set by `git_buf_try_grow`Patrick Steinhardt2017-06-081-1/+0
* winhttp: disambiguate error messages when sending requestsPatrick Steinhardt2017-03-011-1/+1
* Pass proxy options payload to credentials callbackChristopher Bargren2017-02-061-1/+1
* Fix digest credentials for proxy in windowsChris Bargren2017-02-061-7/+18
* winhttp: set proper cert failure error messagesEdward Thomson2017-01-211-7/+47
* WinHTTP: support best auth mechanismEdward Thomson2017-01-161-63/+60
* giterr_set: consistent error messagesEdward Thomson2016-12-291-50/+50
* winhttp: plug several memory leaksPatrick Steinhardt2016-06-071-2/+16
* proxy: don't specify the protocol in the typeCarlos Martín Nieto2016-04-191-1/+1
* winhttp: correctly detect HTTPS usageCarlos Martín Nieto2016-04-191-2/+14
* proxy: don't require the trailing slash on WinHTTPCarlos Martín Nieto2016-04-191-1/+2
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-11/+117
* winhttp: retry authenticationCarlos Martín Nieto2016-03-031-2/+3
* winhttp: use an unsigned iteratorEdward Thomson2016-02-161-1/+1
* winhttp: name mangle class / iid on mingwEdward Thomson2016-01-191-2/+7
* Treat GIT_PASSTHROUGH as though git_cred_acquire_cb isn't set.Chris Hescock2015-12-011-1/+4
* winhttp: use a custom user-agent if the user has set itCarlos Martín Nieto2015-11-121-2/+34
* Copy custom_headers insteach of referencing the caller's copyMatt Burke2015-09-251-14/+12
* Ignore NULL headersMatt Burke2015-09-101-10/+12
* o iMatt Burke2015-09-081-0/+1
* Teach winhttp about the extra headersMatt Burke2015-09-081-0/+17
* git_cert: child types use proper base typeEdward Thomson2015-07-101-1/+1
* winhttp: remove unused varEdward Thomson2015-06-301-1/+0
* Merge pull request #2990 from leoyanggit/custom_paramEdward Thomson2015-03-241-1/+3
|\
| * Add a custom param to git_smart_subtransport_definitionLeo Yang2015-03-181-1/+3
* | Use swprintf_s everywhere except mingw.orgTony Kelman2015-03-191-3/+7
* | Fix build on mingw-w64Alex Crichton2015-03-161-2/+2
* | Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-161-23/+24
|/
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-2/+2
* winhttp: plug some leaksEdward Thomson2014-12-091-47/+67
* win32: clear connection data on closeEdward Thomson2014-12-031-0/+1
* Minor cleanup: Use defined no_check_cert_flags instead of C&P them againSven Strickroth2014-10-261-8/+6
* Provide host name to certificate_check_cbSven Strickroth2014-09-221-1/+1
* winhttp: get rid of the cert ignore flagCarlos Martín Nieto2014-09-161-7/+0