summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+1
* SERVER-33654 Make sure pollfd has an initializerJonathan Reams2018-03-261-1/+1
* SERVER-34041 fix lintBenety Goh2018-03-221-1/+2
* SERVER-34041 Fix `rlim_t` warning in FreeBSD.ADAM David Alan Martin2018-03-221-2/+1
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-152-9/+2
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-094-30/+34
* SERVER-33466 Futurize TransportLayerASIO implementationMathias Stearn2018-03-093-232/+283
* SERVER-33843 Make sure TransportLayerASIO handles HTTP GET requests correctlyJonathan Reams2018-03-073-27/+161
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+2
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-3/+0
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-0213-84/+571
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-027-91/+377
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-016-8/+131
* SERVER-33255 propagate sync flag in sourceMessageImplMathias Stearn2018-02-151-40/+41
* SERVER-33255 fix async size reporting in opportunisticRead/WriteMathias Stearn2018-02-151-2/+14
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-1327-2328/+294