summaryrefslogtreecommitdiff
path: root/src/transports/winhttp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: use only structs to pass information about certCarlos Martín Nieto2014-09-161-1/+5
* winhttp: set ignore security flags on user commandCarlos Martín Nieto2014-09-161-6/+42
* winhttp: bring together request sendingCarlos Martín Nieto2014-09-161-32/+44
* winhttp: only do certificate check for SSLCarlos Martín Nieto2014-09-161-1/+1
* winhttp: credential check on successful connectCarlos Martín Nieto2014-09-161-0/+41
* Merge pull request #2538 from libgit2/ntk/propagate_url_parsing_errorVicent Marti2014-08-271-3/+3
|\
| * winhttp: Prevent swallowing of url parsing errornulltoken2014-08-271-3/+3
* | Set timeout on remote (WinHTTP) should return error in case of failure. Conne...Rafal Nowosielski2014-08-271-7/+15
* | Set timeout on remote (WinHTTP) to infinite #2147Rafal Nowosielski2014-08-231-0/+8
|/