aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/winhttp/winhttp_fetcher.c
Commit message (Collapse)AuthorAgeFilesLines
* winhttp: Do not use countof() on pointer argumentTobias Brunner2014-07-021-1/+1
|
* winhttp: Fix a typo to properly release connection handleMartin Willi2014-06-191-1/+1
| | | | Fixes a rather large memory leak in HTTP fetches.
* winhttp: Support basic authentication for URLs having credentialsMartin Willi2014-06-041-3/+23
|
* winhttp: Support new response code fetcher optionMartin Willi2014-06-041-0/+34
|
* winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP APIMartin Willi2014-06-041-0/+342