summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shu...Daniel Vitor Morilha2022-01-281-4/+4
* SERVER-62665 Ensure `TimerService` can safely end the sessionAmirsaman Memaripour2022-01-262-10/+22
* SERVER-62402 Ignore timeouts when running `ServiceEntryPointImpl::shutdown` u...Daniel Vitor Morilha2022-01-241-4/+4
* SERVER-62763 Refactor and bug fix for `transport_layer_asio_test`Amirsaman Memaripour2022-01-201-32/+23
* SERVER-62709 Fix `transport_layer_asio_test` build failureAmirsaman Memaripour2022-01-191-1/+1
* SERVER-62571 Serialize concurrent accesses to `Socket` in `ThrowOnNetworkErro...Amirsaman Memaripour2022-01-131-3/+9
* SERVER-61107 Serialize concurrent accesses to Socket in TCPResetAfterConnecti...Reo Kimura2022-01-131-0/+10
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2021-12-213-1/+10
* SERVER-54900 Cancel ASIO session when SSL handshake times outAmirsaman Memaripour2021-12-214-18/+322
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2021-12-101-0/+6
* SERVER-60603: Allow connection reset errors without assertion in ASIOSession:...Tyler Seip2021-11-292-6/+35
* SERVER-61490 disable TCPFastOpen during egress testBilly Donahue2021-11-191-2/+6
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2021-11-199-29/+131
* SERVER-61016 temporarily disable flaky testBenety Goh2021-11-151-0/+2
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2021-11-114-26/+170
* SERVER-61270: Correct coverity defect in proxy protocol parserTyler Seip2021-11-112-1/+2
* SERVER-60678: Add peeking to SessionASIOTyler Seip2021-11-054-7/+186
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2021-11-052-280/+282
* Revert "SERVER-61095 improvements to transport_layer_asio_test"auto-revert-processor2021-11-032-281/+272
* SERVER-61199 Update TODOs listed in SERVER-47229Amirsaman Memaripour2021-11-021-2/+2
* SERVER-61095 improvements to transport_layer_asio_testBilly Donahue2021-11-022-272/+281
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2021-10-294-0/+1133
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-283-3/+35
* Revert "SERVER-60677: Implement parser for Proxy Protocol V1 and V2"Benety Goh2021-10-284-1127/+0
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2Tyler Seip2021-10-274-0/+1127
* SERVER-57466 fix windows compileBenety Goh2021-10-161-1/+6
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2021-10-145-65/+131
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2021-10-133-1/+36
* SERVER-60402 Add "run only once" invariant to SSM cleanup hookVojislav Stojkovic2021-10-121-1/+2
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-2/+2
* SERVER-59233 Suppress ASIO nullptr dereference warning when using GCC 11Andrew Morrow2021-09-281-1/+13
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver in...Benety Goh2021-09-271-2/+2
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-1/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-085-8/+8
* SERVER-58128 Implement Audit Log DecompressionAdrian Gonzalez2021-08-202-0/+7
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2021-08-066-995/+1171
* SERVER-58080 Remove asynchronous networking from ServiceStateMachineAmirsaman Memaripour2021-07-299-137/+31
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-49/+0
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-0/+49
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-49/+0
* SERVER-57445 Make ServiceExecutorFixed::join privateBilly Donahue2021-07-123-416/+357
* SERVER-57639 Consolidate scheduling of ServiceStateMachine loopsAmirsaman Memaripour2021-06-251-39/+46
* SERVER-57639 Remove unused code from ServiceStateMachineAmirsaman Memaripour2021-06-251-34/+0
* SERVER-57639 Log termination of sessions at debug levelAmirsaman Memaripour2021-06-251-1/+1
* SERVER-54510 Ensure client is bound to thread destroying opCtx in transport t...George Wangensteen2021-06-211-3/+10
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-181-4/+7
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-105-37/+33
* SERVER-57472 Yield service executor worker threads after sinking messagesGeorge Wangensteen2021-06-091-0/+5
* SERVER-54353 ServiceStateMachineTest.tearDown: join ServiceExecutors and _thr...Billy Donahue2021-06-072-0/+4
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2021-05-203-15/+80