summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/http_client_winhttp.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-051-10/+0
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-34/+37
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-231-8/+19
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47133 Refactor HttpClient to allow returning on errorSara Golemon2020-03-271-21/+41
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45241 Use instance metadata service v2 instead of v1Mark Benvenuto2020-01-021-0/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-38493 Enable cURL connection poolingSara Golemon2019-03-021-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-0/+1
* SERVER-36613 Remove PyYaml depedency in configExpandRest testsSara Golemon2018-08-291-2/+12
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-271-9/+15
* SERVER-36363 Support GET requests in HTTPClientSara Golemon2018-08-011-18/+25
* SERVER-36324 Refactor HTTPClient to allow sync and asyncSara Golemon2018-07-301-113/+72
* SERVER-36097 Generalize HTTPClient out of FreeMon into util/netSara Golemon2018-07-261-0/+324