summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/http_client_curl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66153 Propagate HTTPClient errors to connection poolGabriel Marks2022-06-061-8/+19
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-061-18/+13
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-051-10/+0
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-2/+2
* SERVER-57145 Invariant failure at OCSPManager::requestStatusMark Benvenuto2021-06-091-7/+13
* SERVER-54139 Connection pool fixes for awsMark Benvenuto2021-03-011-7/+11
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-231-160/+513
* SERVER-51858 Fix curl lockingMark Benvenuto2020-12-041-9/+44
* SERVER-51084 easy XCode12 fixes (excludes the int to double fixes)Billy Donahue2020-10-011-3/+1
* 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-54/+45
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44905 Futurize the retrieval of OCSP ResponsesShreyas Kalyan2020-02-041-3/+7
* SERVER-45241 Use instance metadata service v2 instead of v1Mark Benvenuto2020-01-021-0/+15
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-1/+1
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-1/+1
* SERVER-38493 Enable cURL connection poolingSara Golemon2019-03-021-1/+89
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-271-2/+18
* SERVER-36363 Support GET requests in HTTPClientSara Golemon2018-08-011-11/+25
* SERVER-36324 Refactor HTTPClient to allow sync and asyncSara Golemon2018-07-301-107/+94
* SERVER-36097 Fix curl library initialization orderSara Golemon2018-07-261-9/+7
* SERVER-36097 Generalize HTTPClient out of FreeMon into util/netSara Golemon2018-07-261-0/+260