summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session_asio.h
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-33329: Make server and shell emit TLS protocol_version alertsSpencer Jackson2018-05-011-0/+11
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-66/+85
* 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-231-8/+11
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-33821 TL changes for NITLJason Carey2018-04-051-4/+15
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-2/+3
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-091-5/+4
* SERVER-33466 Futurize TransportLayerASIO implementationMathias Stearn2018-03-091-229/+166
* SERVER-33843 Make sure TransportLayerASIO handles HTTP GET requests correctlyJonathan Reams2018-03-071-27/+68
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+2
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-50/+120
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-021-78/+139
* 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-131-30/+158
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-131-1/+1
* SERVER-32477 Gracefully shutdown sockets in ASIOSessionMatt Broadstone2018-01-031-5/+11
* SERVER-32426 TransportLayer should honor current setParameter valuesJonathan Reams2017-12-201-2/+2
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-1/+1
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-4/+0
* SERVER-29830 Run async_accept on separate io_contextJonathan Reams2017-09-081-31/+20
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-011-28/+2
* SERVER-30258 Fix async networking on Windows/SSL testsJonathan Reams2017-07-271-10/+14
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-11/+30
* SERVER-29769 Only erase session if session is valid after acceptJonathan Reams2017-06-261-4/+9
* SERVER-29403 Always do async accepts and fix solaris buildJonathan Reams2017-06-191-10/+1
* SERVER-29710 Fix building on Solaris.ADAM David Alan Martin2017-06-191-0/+4
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+325