summaryrefslogtreecommitdiff
path: root/src/mongo/util/net
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68401 Log latency of requests to OCSP responder for client-side verifi...Jason Chan2022-08-311-2/+20
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-305-29/+42
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-263-4/+4
* SERVER-68839 clany tidy modernize-make-shared fixJuan Gu2022-08-251-5/+4
* SERVER-67238 Record TLS handshake information for ingress connectionsJason Chan2022-08-153-14/+26
* SERVER-67998 Remove TODOGabriel Marks2022-07-271-2/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-3/+3
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67418 Retry apple SSLManagerCoordinator initialization on failureGabriel Marks2022-07-071-1/+19
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+1
* SERVER-66153 Propagate HTTPClient errors to connection poolGabriel Marks2022-06-061-8/+19
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-11/+7
* SERVER-66087 Move curlLibraryManager.initialize() to global initializerGabriel Marks2022-05-061-18/+13
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-0614-15/+41
* SERVER-66111 Set default timeouts in HttpClientGabriel Marks2022-05-053-22/+10
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-3/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-289-275/+254
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+2
* SERVER-49271 Convert more non-shipping non-windows builders to --link-model=d...Richard Samuels2022-04-081-0/+1
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-032-4/+11
* SERVER-62477 Cleanup the interface and comments of ReadThroughCacheKaloian Manassiev2022-01-121-1/+1
* SERVER-61900 Fix Coverity analysis defect 121221: Parse warningErwin Pe2021-12-141-1/+1
* SERVER-60310 Skip irrelevant certificates when validating OCSP responsesErwin Pe2021-12-021-59/+143
* SERVER-61445 OCSP fetcher treats responses without nextUpdate as expiredErwin Pe2021-11-251-8/+34
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-052-4/+4
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-032-4/+4
* Revert "SERVER-60503 refactor SSLThreadInfo for easier debugging"Sergey Galtsev2021-11-021-14/+15
* SERVER-61095 improvements to transport_layer_asio_testBilly Donahue2021-11-022-4/+4
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+2
* SERVER-60630 Add back default as a prerequisite to the SetupOpenSSL initializerErwin Pe2021-10-191-1/+2
* SERVER-60333 Refactor UserName and RoleNameSara Golemon2021-10-181-2/+2
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-151-0/+4
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2021-10-143-43/+65
* SERVER-60503 refactor SSLThreadInfo for easier debuggingsergey.galtsev2021-10-111-15/+14
* SERVER-60224 Add SetupOpenSSL as prerequisite for AuditManager initializerGabriel Marks2021-10-082-1/+4
* SERVER-60147 analyze result of X509_digestsergey.galtsev2021-09-301-1/+3
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-214-26/+27
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-084-5/+5
* SERVER-59221 Make OCSPFetcher rapidly retry on network errorErwin Pe2021-09-071-2/+26
* SERVER-59669 fix race in test accessing unprotected variableAndrew Shuvalov2021-08-301-2/+2
* SERVER-54400 stop CIDR::parse() from logging a debug message if passeā€¦erwinpe2021-08-202-25/+34
* SERVER-57004: Move FIPSMode flag to enterpriseVarun Ravichandran2021-08-173-20/+0
* SERVER-47804 On Windows, warn user about slow OCSP responsesErwin Pe2021-08-172-0/+17
* SERVER-51695 Use NetworkInterfaceTL name as application nameAlex Li2021-08-121-2/+2
* SERVER-59067: fix TLS memory corruptionAndrew Shuvalov2021-08-102-8/+15
* SERVER-59067: low level stress test for OpenSSL managerAndrew Shuvalov2021-08-062-1/+118
* SERVER-57716: use common CA file for OCSP where clusterCA is presentsergey.galtsev2021-08-061-19/+60
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-5/+5
* SERVER-57630 Support SSL_OP_NO_REGNEGOTIATION if it's available at runtimeSara Golemon2021-08-021-2/+13
* SERVER-58585 uninitialized scalar variablesergey.galtsev2021-07-211-1/+1