summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30475 Disable the adaptive SE tests until they are deterministicAndrew Morrow2017-08-091-13/+16
* SERVER-29756 Unittests of OpMsg parser and serializerMathias Stearn2017-08-081-2/+2
* SERVER-26538 SERVER-26539 Detach from boost::threadAndrew Morrow2017-08-021-4/+3
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-0212-377/+991
* SERVER-29920 Restore missing message once listeningAndrew Morrow2017-07-291-0/+8
* SERVER-30260 Fix race condition in endAllSessionsJonathan Reams2017-07-284-78/+101
* SERVER-30258 Fix async networking on Windows/SSL testsJonathan Reams2017-07-273-18/+37
* SERVER-30314 Don't process request inside of IDLE_THREAD_BLOCKMathias Stearn2017-07-261-2/+4
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-1428-372/+912
* SERVER-30092: Swap arguments to RestrictionEnvironmentSpencer Jackson2017-07-111-1/+1
* SERVER-30065 Do libdeps dependency types by section, not tupleAndrew Morrow2017-07-081-0/+2
* SERVER-29534 Place network and op counters on independent cache linesAndrew Morrow2017-07-073-6/+6
* SERVER-28669 Correct typo in LOG(3) compreession -> compressionEoin Brazil2017-06-271-1/+1
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-276-10/+19
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-265-16/+9
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-265-9/+16
* SERVER-29769 Only erase session if session is valid after acceptJonathan Reams2017-06-261-4/+9
* SERVER-29755 Fix hostname bind_ip valuesJonathan Reams2017-06-221-35/+25
* SERVER-29403 Always do async accepts and fix solaris buildJonathan Reams2017-06-193-43/+29
* SERVER-29710 Fix building on Solaris.ADAM David Alan Martin2017-06-191-0/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-187-14/+16
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-1720-27/+1317
* SERVER-29552 Complete the assemble_response libraryAndrew Morrow2017-06-151-1/+0
* SERVER-29165: Create and populate RestrictionEnvironment classSpencer Jackson2017-06-132-0/+5
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-0/+3
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-086-17/+7
* SERVER-29264 Convert service_state_machine_test to use OP_MSGMathias Stearn2017-06-071-20/+11
* SERVER-29238 Implement ServiceStateMachineJonathan Reams2017-06-0512-189/+896
* SERVER-27310 Add support for zlib wire protocol compressionHannes Magnusson2017-06-016-3/+152
* SERVER-28986 Improve compression negotiation loggingHannes Magnusson2017-05-301-0/+10
* SERVER-28864 clear compressor list before reconnecting in shellJonathan Reams2017-05-041-2/+5
* SERVER-28864 Turn on intra-cluster compression by defaultJonathan Reams2017-05-041-2/+9
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-217-35/+291
* SERVER-28201 Allow detatching of the current ClientJonathan Reams2017-04-191-4/+5
* SERVER-28831 Log which compressor is being used for decompressingHannes Magnusson2017-04-191-0/+2
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-28239 Disabling transport layer legacy testJason Carey2017-03-081-0/+4
* SERVER-28239 fix double close in ticket holderJason Carey2017-03-084-0/+123
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-1414-68/+23
* SERVER-27048 Fix recursive lock issue in transport.r3.5.0ADAM David Alan Martin2016-11-162-14/+45
* SERVER-26674 Remove uses of locks in TransportLayerLegacysamantharitter2016-11-0815-361/+459
* SERVER-26674 transport::Session objects should be shared_ptr managedsamantharitter2016-11-0517-216/+213
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-2/+1
* 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-26086 Handle exceptions that occur while running TransportLayer ticketssamantharitter2016-09-131-1/+7
* SERVER-25918 Operations on closed sessions should return a TransportSessionCl...samantharitter2016-09-1213-76/+87