summaryrefslogtreecommitdiff
path: root/src/mongo/transport/transport_layer_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-251-3/+3
* SERVER-33874 Unifiy hostname resolution in TransportLayerASIOJonathan Reams2018-05-081-93/+172
* SERVER-34473 Re-separate (in/eg)ress net countersJason Carey2018-05-081-3/+5
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-2/+0
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-14/+74
* SERVER-33995 Make sure accepting new connections never throws in listenerJonathan Reams2018-04-231-3/+11
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-131-17/+57
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-48/+278
* SERVER-33466 Futurize TransportLayerASIO implementationMathias Stearn2018-03-091-3/+1
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-33/+191
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-021-1/+0
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-44/+0
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-131-1/+1
* SERVER-32766 Address already in use with bind_ip_all and ipv6Sara Golemon2018-01-281-0/+3