summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClientJonathan Reams2018-04-133-27/+73
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-33821 TL changes for NITLJason Carey2018-04-0514-139/+523
* SERVER-30992 Integrate mongobridge with ServiceEntryPointJonathan Reams2018-04-051-1/+1
* SERVER-34104 TransportLayerASIO's unittest should cleanly release sessionsJonathan Reams2018-04-041-2/+4
* SERVER-33941 Add SNI support for all ASIO SSL enginesMark Benvenuto2018-03-291-2/+3
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+1
* SERVER-33654 Make sure pollfd has an initializerJonathan Reams2018-03-261-1/+1
* SERVER-34041 fix lintBenety Goh2018-03-221-1/+2
* SERVER-34041 Fix `rlim_t` warning in FreeBSD.ADAM David Alan Martin2018-03-221-2/+1
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-152-9/+2
* SERVER-33539 Futurize TransportLayer APIMathias Stearn2018-03-094-30/+34
* SERVER-33466 Futurize TransportLayerASIO implementationMathias Stearn2018-03-093-232/+283
* SERVER-33843 Make sure TransportLayerASIO handles HTTP GET requests correctlyJonathan Reams2018-03-073-27/+161
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-2/+2
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-3/+0
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-0213-84/+571
* SERVER-33299 Add support for timeouts to TransportLayerASIO SessionsJonathan Reams2018-03-027-91/+377
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-016-8/+131
* SERVER-33255 propagate sync flag in sourceMessageImplMathias Stearn2018-02-151-40/+41
* SERVER-33255 fix async size reporting in opportunisticRead/WriteMathias Stearn2018-02-151-2/+14
* SERVER-33255 clean up TransportLayer APIMathias Stearn2018-02-1327-2328/+294
* SERVER-33267 Create classes that implement asio::stream conceptMark Benvenuto2018-02-133-2/+3
* 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