summaryrefslogtreecommitdiff
path: root/src/transports/winhttp.c
Commit message (Expand)AuthorAgeFilesLines
* http: introduce GIT_ERROR_HTTPethomson/gssapiEdward Thomson2020-01-241-19/+19
* httpclient: support expect/continueEdward Thomson2020-01-241-0/+2
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-1/+1
* winhttp: refactor request sendingEdward Thomson2020-01-241-8/+8
* http: avoid generating double slashes in urlJosh Bleecher Snyder2019-12-131-1/+5
* Follow 308 redirect in WinHTTP transportpcpthm2019-10-261-1/+6
* cred: separate public interface from low-level detailsEtienne Samson2019-09-131-0/+1
* transports: http: check for memory allocation failuresPatrick Steinhardt2019-08-231-1/+4
* win32: define DWORD_MAX if it's not definedEdward Thomson2019-06-241-0/+4
* win32: decorate unused parametersEdward Thomson2019-06-241-0/+6
* winhttp: safely cast length to DWORDEdward Thomson2019-06-241-1/+6
* winhttp: support default credentials for proxiesEdward Thomson2019-06-101-189/+199
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-44/+34
* Don't use deprecated constantsSven Strickroth2019-01-241-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-78/+78
* Windows is hard.lhchavez2019-01-061-1/+1
* Fix a bunch of warningslhchavez2019-01-051-32/+4
* 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