summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31548 ServiceExecutor should be started before TransportLayerJonathan Reams2017-10-164-4/+175
* SERVER-31505 Simplify Snappy compressorJonathan Reams2017-10-162-131/+17
* SERVER-31492 Make TransportLayerLegacy::start block until we are ready to acc...Henrik Edin2017-10-121-3/+7
* SERVER-31265 Mark new sessions as pending so terminateIfTagsDontMatch don't t...Henrik Edin2017-10-047-12/+37
* SERVER-31209 Persist targetVersion in FCV document to indicate an upgrade/dow...Louis Williams2017-10-031-1/+1
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-09-294-16/+241
* SERVER-31272: Include sys/resource.h on UnixAndrew Aldridge2017-09-271-1/+1
* SERVER-30135 Don't use notify_all_at_thread_exit if we might not have a std::...Andrew Morrow2017-09-231-2/+1
* SERVER-30471 Fix broken lint ruleKaloian Manassiev2017-09-231-1/+1
* SERVER-31095 Adding an evergreen builder to test the legacy transport layer. ...Henrik Edin2017-09-221-1/+3
* SERVER-30471 Service executors take a timeout in shutdown to honor shutdown g...Henrik Edin2017-09-2212-10/+68
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-2214-90/+417
* SERVER-30737 Use launchServiceWorkerThread to launch threads in ServiceExecut...Andrew Morrow2017-09-203-13/+23
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-207-73/+111
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-1520-142/+150
* SERVER-30537 Continuously accumulate cumulative time metrics in ServiceExecut...Jonathan Reams2017-09-112-55/+120
* SERVER-29830 Run async_accept on separate io_contextJonathan Reams2017-09-083-70/+59
* SERVER-29341 Set KeepAlive params on windows and macSara Golemon2017-09-011-28/+2
* SERVER-30637 Fix adaptive executor with microsecond tick resolutionJonathan Reams2017-08-311-1/+1
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-294-7/+21
* SERVER-28008 Fix lintAndrew Morrow2017-08-241-2/+2
* SERVER-28008 Always reply to compressed messages with the same compressorAndrew Morrow2017-08-235-18/+99
* SERVER-2554 Allow user configuration of the listen depthAndrew Morrow2017-08-231-1/+1
* SERVER-30777 Ensure the io_context outlives the associated acceptorsAndrew Morrow2017-08-231-4/+11
* BF-6343 Remove ticket_asio_integration_testSara Golemon2017-08-222-87/+0
* Revert "BF-6343 Remove ticket_asio_integration_test"Yves Duhem2017-08-221-0/+72
* BF-6343 Remove ticket_asio_integration_testSara Golemon2017-08-221-72/+0
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-181-33/+42
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-5/+2
* Revert "SERVER-30588 Bind all addresses returned by getaddroinfo()"Yves Duhem2017-08-171-42/+33
* SERVER-30588 Bind all addresses returned by getaddroinfo()Sara Golemon2017-08-171-33/+42
* SERVER-30473 Invalid return from message packet length checkSara Golemon2017-08-163-3/+93
* SERVER-30527 SERVER-30529 SERVER-30535 Fixup stats for adaptive executorAndrew Morrow2017-08-162-12/+12
* SERVER-29830 Mark acceptor sockets as non-blockingAndrew Morrow2017-08-151-0/+6
* 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