summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32498 Client should capture full thread nameJonathan Reams2018-02-052-4/+4
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+3
* SERVER-32766 Address already in use with bind_ip_all and ipv6Sara Golemon2018-01-281-0/+3
* SERVER-32551: Ensure Transport Layer doesn't use clusterFile as server certSpencer Jackson2018-01-121-6/+7
* SERVER-30475 Improvements to service_executor_adaptive_test, tests are still ...Henrik Edin2018-01-091-36/+178
* SERVER-32034 Fix lintJonathan Reams2018-01-051-1/+1
* SERVER-32034 Pending threads shouldn't block starvation response in controllerJonathan Reams2018-01-052-110/+184
* SERVER-32352 Remove TransportLayerLegacyJonathan Reams2018-01-046-671/+16
* SERVER-30609 Add support for markThreadIdle to adaptive service executorMark Benvenuto2018-01-042-1/+9
* SERVER-32477 Gracefully shutdown sockets in ASIOSessionMatt Broadstone2018-01-031-5/+11
* SERVER-32426 TransportLayer should honor current setParameter valuesJonathan Reams2017-12-203-6/+13
* SERVER-30475 Fix race in service executor adaptive where we might terminate t...Henrik Edin2017-12-201-16/+52
* SERVER-30086 better log message when using --port 0Billy Donahue2017-12-145-6/+199
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-142-26/+34
* SERVER-32216 Remove UNIX sockets on clean shutdownJonathan Reams2017-12-122-5/+14
* SERVER-31181: ServiceExecutorAdaptive maxLatencyMicros should be greater than...Fiona Rowan2017-12-071-1/+11
* 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