summaryrefslogtreecommitdiff
path: root/src/mongo/transport/service_entry_point_test_suite.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-131-456/+0
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-23/+30
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-4/+0
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-4/+0
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+4
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-5/+0
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-081-41/+20
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-051-28/+30
* SERVER-26152 Do not reassign to _wait until lambda has fully runsamantharitter2016-09-301-10/+12
* Revert "SERVER-26152 Do not reassign to _wait until lambda has finished running"samantharitter2016-09-291-12/+10
* SERVER-26152 Do not reassign to _wait until lambda has finished runningSamantha Ritter2016-09-291-10/+12
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-121-5/+11
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-4/+4
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-111-2/+4
* Revert "SERVER-22826 Support X509 Authorization"Spencer Jackson2016-08-101-4/+2
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-091-2/+4
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-8/+6
* SERVER-23913 Implement TransportLayer test suite and mockWaley Chen2016-08-041-1/+1
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-9/+25
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-2/+1
* SERVER-24080 Implement suite of tests for the ServiceEntryPoint interfacesamantharitter2016-05-311-0/+454