summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`r4.4.18-rc0r4.4.18Celina Tala2022-11-011-4/+4
* SERVER-68548: check quiet globalServerParam before loggingAdam Rayner2022-09-151-2/+8
* SERVER-66466 TransportLayerASIOTest remove ThreadContextr4.4.15-rc0r4.4.15Billy Donahue2022-06-081-3/+6
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2022-06-081-1/+96
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-101-3/+32
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-031-27/+38
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-5/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-031-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-261-2/+1
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-261-9/+4
* SERVER-46802 Fix detection of functioning TCP_FASTOPEN_CLIENTSara Golemon2020-03-121-1/+1
* SERVER-46486 TCP FastOpen warning should be a startup warning onceBen Caimano2020-03-021-11/+49
* SERVER-45798 Infrastructure for Caching OCSP responses for the ClientShreyas Kalyan2020-02-271-5/+9
* SERVER-41679 Add counters in serverStatus for slow network actionsCheahuychou Mao2020-02-261-2/+22
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42938 Implement Infrastructure for Provisioning and Refreshing OCSP Re...Shreyas Kalyan2020-02-131-0/+7
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-23/+48
* SERVER-45425 Reactor::drain() should use a ThreadIdGuardBen Caimano2020-01-101-0/+3
* SERVER-44676 Enable TCP_FASTOPENSara Golemon2019-12-221-5/+181
* SERVER-45156 SockAddr constructor should take sockaddr, not sockaddr_storageMark Benvenuto2019-12-181-3/+1
* SERVER-44595 Clarify TransportLayer shutdownBen Caimano2019-12-121-42/+78
* SERVER-43623 Stop catching exceptions in NetworkInterfaceASIORahul Sundararaman2019-12-101-12/+2
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+2
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+6
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41349 Added diagnostic for slow DNS (>1 second)Rahul Sundararaman2019-06-031-1/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-2/+2
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-2/+2
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-2/+2
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-6/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-121-6/+6
* SERVER-39146 Refactor BatonJason Carey2019-02-051-8/+9
* SERVER-38738 collapse all getSSLManager() to one implementation and remove mutexIsabella Siu2019-01-091-8/+7
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38648 Log bound address/port at startupSara Golemon2019-01-021-0/+1
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+5
* SERVER-37941 De-duplicate resolved addressesSara Golemon2018-11-071-50/+63
* SERVER-37098 reduce verbosity of frequently logged log line in NetworkInterfa...Esha Maharishi2018-10-221-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-24/+18
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-131-6/+10
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-291-79/+28
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-261-4/+12
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-3/+2
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-111-13/+65