summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38168 Vendor Zstandard 1.3.7 to third_partyHenrik Edin2018-12-116-4/+172
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-156-30/+32
* SERVER-37941 De-duplicate resolved addressesSara Golemon2018-11-071-50/+63
* SERVER-37717 Fix race between Baton::notify() and Waitable::wait()Mathias Stearn2018-11-021-1/+1
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-252-7/+4
* 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-2255-526/+637
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-022-3/+2
* Revert "SERVER-36810 fix unused return value for coverity"Jonathan Reams2018-09-271-1/+1
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-171-2/+2
* SERVER-35679 General Interruption FacilityJason Carey2018-09-175-96/+85
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-132-7/+11
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-1/+1
* SERVER-36749 Remove race in Service Executor Adaptive testBen Caimano2018-09-061-4/+10
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-062-4/+7
* SERVER-36105 Fix argument type in service_state_machine_test.cppWilliam Schultz2018-08-211-6/+8
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-212-38/+360
* SERVER-34986 Fix unit testJonathan Reams2018-08-211-1/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-2113-64/+531
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-1613-529/+64
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-1613-64/+529
* SERVER-34621 Log if client attempts unsupported TLS renegotiation on WindowsJonathan Reams2018-08-151-1/+2
* SERVER-36074 Support zlib wire protocol compression by defaultJonathan Reams2018-07-311-1/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-2/+1
* SERVER-35056 Flush ready callbacks on NetworkInterfaceTL shutdownBen Caimano2018-07-293-79/+37
* SERVER-35684 Remove `promise.getFuture()`ADAM David Alan Martin2018-07-261-4/+12
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-1/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-225-27/+22
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-112-4/+3
* SERVER-35494 Add timeouts to TransportLayer::asyncConnectJonathan Reams2018-06-119-23/+119
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-302-2/+2
* SERVER-35234 makePromiseFuture<T>()Mathias Stearn2018-05-255-25/+18
* SERVER-33874 Unifiy hostname resolution in TransportLayerASIOJonathan Reams2018-05-081-93/+172
* SERVER-34473 Re-separate (in/eg)ress net countersJason Carey2018-05-082-11/+26
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-0514-16/+13
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-044-2/+105
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-34782 baton_asio_linux invariants on EINTRJason Carey2018-05-011-6/+0
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-012-0/+158
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-279-89/+746
* SERVER-34636 enable opportunistic writes with sslr3.7.8Jason Carey2018-04-261-0/+47
* SERVER-33995 Make sure accepting new connections never throws in listenerJonathan Reams2018-04-232-11/+22
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-133-27/+73
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-33821 TL changes for NITLJason Carey2018-04-0514-139/+523
* SERVER-30992 Integrate mongobridge with ServiceEntryPointJonathan Reams2018-04-051-1/+1
* SERVER-34104 TransportLayerASIO's unittest should cleanly release sessionsJonathan Reams2018-04-041-2/+4
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-2/+3