summaryrefslogtreecommitdiff
path: root/src/transports/winhttp.c
Commit message (Expand)AuthorAgeFilesLines
* remote: introduce `follow_redirects` connect optionEdward Thomson2022-01-131-1/+3
* url: optionally allow off-site redirectsEdward Thomson2022-01-131-1/+1
* remote: introduce `git_remote_connect_options`ethomson/remote_connect_optsEdward Thomson2022-01-061-20/+12
* Make enum in src,tests and examples C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-35/+35
* Fix coding style for pointerpunkymaniac2021-09-091-1/+1
* remote: refactor proxy detectionEdward Thomson2021-09-011-4/+2
* Add NO_PROXY env supportMathieu Parent2021-09-011-1/+3
* Merge branch 'main' into http-use-eauthEdward Thomson2021-08-291-83/+151
|\
| * define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-261-0/+4
| * test: clean up memory leaksEdward Thomson2021-05-061-0/+1
| * winhttp: skip certificate check if unable to send requestIan Hattendorf2021-03-011-27/+45
| * Fix some typosAaron Franke2021-02-151-1/+1
| * winhttp: handle ipv6 addressesEdward Thomson2020-12-231-15/+27
| * Merge pull request #5384 from ianhattendorf/fix/winhttp-client-certEdward Thomson2020-12-131-26/+49
| |\
| | * winhttp: clarify invalid cert caseIan Hattendorf2020-06-241-1/+1
| | * winhttp: variable and switch case scopingIan Hattendorf2020-02-061-9/+6
| | * winhttp: support optional client certIan Hattendorf2020-02-041-26/+52
| * | transports: use GIT_ASSERTEdward Thomson2020-11-271-7/+7
| * | runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+0
| * | Merge pull request #5632 from csware/winhttp_typoPatrick Steinhardt2020-09-181-2/+2
| |\ \
| | * | Fix typo: Make ifndef macroname the same as the define nameSven Strickroth2020-09-101-2/+2
| | |/
| * | WinHTTP: Try to use TLS1.3Sven Strickroth2020-09-141-5/+16
| |/
* | transports: use GIT_EAUTH for authentication failuresJosh Bleecher Snyder2020-02-071-4/+4
|/
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-24/+24
* 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
|/