| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SERVER-76619 Add setParameter to enable libcurl's verbose logging | Mark Benvenuto | 2023-05-04 | 1 | -3/+48 |
| | | |||||
| * | SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retry | Mark Benvenuto | 2023-04-26 | 1 | -10/+37 |
| | | |||||
| * | Revert "SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retry" | Sviatlana Zuiko | 2023-04-25 | 1 | -37/+10 |
| | | | | | This reverts commit f69b49f1360cc8421346ee2e939feb4b736db6e3. | ||||
| * | SERVER-73007 CURL_OPT_SEEKFUNCTION for HTTP retry | Mark Benvenuto | 2023-04-25 | 1 | -10/+37 |
| | | |||||
| * | SERVER-66153 Propagate HTTPClient errors to connection pool | Gabriel Marks | 2022-06-06 | 1 | -8/+19 |
| | | |||||
| * | SERVER-66087 Move curlLibraryManager.initialize() to global initializer | Gabriel Marks | 2022-05-06 | 1 | -18/+13 |
| | | |||||
| * | SERVER-66111 Set default timeouts in HttpClient | Gabriel Marks | 2022-05-05 | 1 | -10/+0 |
| | | |||||
| * | SERVER-51695 Use NetworkInterfaceTL name as application name | Alex Li | 2021-08-12 | 1 | -2/+2 |
| | | |||||
| * | SERVER-57145 Invariant failure at OCSPManager::requestStatus | Mark Benvenuto | 2021-06-09 | 1 | -7/+13 |
| | | |||||
| * | SERVER-54139 Connection pool fixes for aws | Mark Benvenuto | 2021-03-01 | 1 | -7/+11 |
| | | |||||
| * | SERVER-54139 Use a connection pool for curl handles | Mark Benvenuto | 2021-02-23 | 1 | -160/+513 |
| | | |||||
| * | SERVER-51858 Fix curl locking | Mark Benvenuto | 2020-12-04 | 1 | -9/+44 |
| | | |||||
| * | SERVER-51084 easy XCode12 fixes (excludes the int to double fixes) | Billy Donahue | 2020-10-01 | 1 | -3/+1 |
| | | |||||
| * | SERVER-47075 Clean up some log lines | Gabriel Russell | 2020-06-02 | 1 | -2/+0 |
| | | | | | | | * all logs under mongo/transport and mongo/util/net were reviewed and many were cleaned up * all "status"_attr were reviewed and most changed to "error"_attr | ||||
| * | SERVER-47735 change mongo source over to logv2 | Billy Donahue | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | ||||
| * | SERVER-47133 Refactor HttpClient to allow returning on error | Sara Golemon | 2020-03-27 | 1 | -54/+45 |
| | | |||||
| * | SERVER-45567 removing util/log.h where I can | Gabriel Russell | 2020-02-21 | 1 | -1/+0 |
| | | | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | ||||
| * | SERVER-44905 Futurize the retrieval of OCSP Responses | Shreyas Kalyan | 2020-02-04 | 1 | -3/+7 |
| | | |||||
| * | SERVER-45241 Use instance metadata service v2 instead of v1 | Mark Benvenuto | 2020-01-02 | 1 | -0/+15 |
| | | |||||
| * | SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex | Ben Caimano | 2019-09-17 | 1 | -4/+4 |
| | | |||||
| * | SERVER-9763 Remove BSONObjBuilder append unsigned method | Alya Berciu | 2019-07-03 | 1 | -1/+1 |
| | | |||||
| * | SERVER-40356 Make ConstDataRange constructable from any byte-like type | Jonathan Reams | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | SERVER-38493 Enable cURL connection pooling | Sara Golemon | 2019-03-02 | 1 | -1/+89 |
| | | |||||
| * | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
| * | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | | |||||
| * | SERVER-36613 Add REST driven config file expansion | Sara Golemon | 2018-08-27 | 1 | -2/+18 |
| | | |||||
| * | SERVER-36363 Support GET requests in HTTPClient | Sara Golemon | 2018-08-01 | 1 | -11/+25 |
| | | |||||
| * | SERVER-36324 Refactor HTTPClient to allow sync and async | Sara Golemon | 2018-07-30 | 1 | -107/+94 |
| | | |||||
| * | SERVER-36097 Fix curl library initialization order | Sara Golemon | 2018-07-26 | 1 | -9/+7 |
| | | |||||
| * | SERVER-36097 Generalize HTTPClient out of FreeMon into util/net | Sara Golemon | 2018-07-26 | 1 | -0/+260 |
