summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32137: remove unused stringdata vars and use all task names in SSMFiona Rowan2017-12-012-3/+1
* SERVER-31498 Make build more clang5 friendlySara Golemon2017-11-221-1/+1
* SERVER-31266: removed instantaneous queued metrics from reportingFiona Rowan2017-11-221-2/+0
* SERVER-32002 rename serverStatus "compressed" section to "compressor"Bruce Lucas2017-11-202-12/+12
* SERVER-30567: make lock references constFiona Rowan2017-11-172-5/+5
* SERVER-30567: Break out serviceExecutorTaskStats by task typeFiona Rowan2017-11-1711-38/+204
* SERVER-31980 Track threads in use rather than tasks executingJonathan Reams2017-11-162-7/+7
* Revert "SERVER-31808 Query vector<SockAddr> from TransportLayer"Billy Donahue2017-11-159-45/+1
* Revert "clang-format"Billy Donahue2017-11-151-3/+1
* clang-formatBilly Donahue2017-11-151-1/+3
* SERVER-31808 Query vector<SockAddr> from TransportLayerBilly Donahue2017-11-159-1/+45
* SERVER-31862 Don't end session outside of switch statementJonathan Reams2017-11-081-9/+1
* SERVER-31538 Ensure the ServiceStateMachine always gets cleaned up on error/t...Jonathan Reams2017-11-064-187/+497
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-062-7/+43
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-021-1/+1
* SERVER-31724 Call TransportLayer shutdown during normal server shutdownJonathan Reams2017-11-021-0/+1
* SERVER-31642: Disable compression by default in the shellFiona Rowan2017-11-021-5/+6
* 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