summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69868 Return ShutdownStatus When Starting a Shutdown `TransportLayer`Celina Tala2022-11-012-20/+46
* SERVER-68039 Support cleaning up dbQuery/dbGetMore exhaust cursors safelyGeorge Wangensteen2022-08-151-5/+17
* SERVER-62323 Swap destructor ordering in transport_layer_asio_test.cppMatt Diener2022-04-111-1/+1
* SERVER-61804: Fix race in transport_layer_asio_testTyler Seip2022-03-221-0/+6
* SERVER-58505 Add metric to serverStatus for number of load balanced connectionsVojislav Stojkovic2022-03-223-1/+10
* SERVER-60679: Parse proxy protocol header on proxied connectionsTyler Seip2022-03-219-30/+131
* SERVER-61107 Serialize concurrent accesses to Socket in TCPResetAfterConnecti...Reo Kimura2022-03-211-0/+10
* SERVER-61490 disable TCPFastOpen during egress testBilly Donahue2022-03-181-2/+8
* SERVER-61016 SessionASIO ctor setsockopt exception handlingBilly Donahue2022-03-184-26/+170
* SERVER-61095 improvements to transport_layer_asio_test (again)Billy Donahue2022-03-182-280/+282
* SERVER-60678: Add peeking to SessionASIOTyler Seip2022-03-164-7/+186
* SERVER-60677: Implement parser for Proxy Protocol V1 and V2 headersTyler Seip2022-03-164-0/+1133
* SERVER-57466 Swallow connection reset-related errors received during ASIO ses...Blake Oler2022-03-165-65/+136
* SERVER-58503 Kill open cursors for a connection when a load balanced connecti...George Wangensteen2022-03-163-1/+36
* SERVER-58204 physical layout: session_asio.cpp and asio_utils.cppBilly Donahue2022-03-076-995/+1171
* SERVER-56931 instrumentation for Asio setOption failuresBilly Donahue2022-03-073-15/+80
* SERVER-62147 Fix broken OP_QUERY exhaust cursor implementationDavid Storch2022-01-131-1/+1
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-11-093-3/+35
* SERVER-57639 Consolidate scheduling of ServiceStateMachine loopsAmirsaman Memaripour2021-06-281-39/+46
* SERVER-57639 Remove unused code from ServiceStateMachineAmirsaman Memaripour2021-06-281-34/+0
* SERVER-57639 Log termination of sessions at debug levelAmirsaman Memaripour2021-06-281-1/+1
* SERVER-57601: OCSPFetcher must verify that the SSLConnectionContext that owns...Andrew Shuvalov2021-06-251-4/+7
* SERVER-54510 Ensure client is bound to thread destroying opCtx in transport t...George Wangensteen2021-06-231-3/+10
* SERVER-57472 Yield service executor worker threads after sinking messagesGeorge Wangensteen2021-06-151-0/+5
* SERVER-54353 ServiceStateMachineTest.tearDown: join ServiceExecutors and _thr...Billy Donahue2021-06-112-0/+4
* SERVER-56505 Removed a deprecated wire OP_KILL_CURSORS requestYoonsoo Kim2021-05-072-1/+6
* SERVER-55787 Better expose getaddrinfo errors in SockAddrBen Caimano2021-04-232-4/+4
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-3/+3
* SERVER-24912 Audit setting ClientMetadata as its own eventBen Caimano2021-03-191-1/+4
* SERVER-54502 Fix dependencies for transport_testAmirsaman Memaripour2021-02-121-0/+1
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-122-29/+11
* Revert "SERVER-54328: Refactor creation of transient SSLConnectionContext to ...Gregory Wlodarek2021-02-112-11/+29
* SERVER-54328: Refactor creation of transient SSLConnectionContext to own its ...Andrew Shuvalov2021-02-112-29/+11
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-103-38/+51
* Revert "SERVER-53150 Specify input/output to hello command"Kaloian Manassiev2021-02-103-51/+38
* SERVER-53150 Specify input/output to hello commandSara Golemon2021-02-103-38/+51
* SERVER-50141 Rewrite ServiceStateMachineTestBen Caimano2021-02-052-546/+659
* SERVER-53420 Make transport Session source/sink/poll functions noexceptBen Caimano2021-02-053-70/+102
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-051-6/+10
* SERVER-53426 Allow ServiceStateMachine to cleanup for any ErrorCategoryBen Caimano2021-01-061-25/+13
* SERVER-53421 Provide ways to track Session cleanupBen Caimano2021-01-068-70/+109
* SERVER-52707 Make tenant migration recipient use x509 certificate to connect ...Cheahuychou Mao2021-01-057-42/+69
* SERVER-52706 Make tenant migration donor use a separate NetworkInterface and ...Cheahuychou Mao2021-01-051-0/+15
* SERVER-52919 Wire compression not enabled for initial syncAmirsaman Memaripour2020-12-191-1/+16
* SERVER-53281 Make ServiceExecutorFixed join more reliablyBen Caimano2020-12-103-104/+139
* SERVER-49108 Convert buildInfo command to async implementationAmirsaman Memaripour2020-12-091-20/+6
* SERVER-40811 make initializers throwyBilly Donahue2020-12-084-5/+1
* SERVER-52820 Reintroduce yields before waiting for dataBen Caimano2020-12-039-14/+49
* SERVER-51499 Track service executor statistics more thoroughlyBen Caimano2020-12-035-52/+80
* SERVER-49109 ServiceExecutorFixed tracks work and sessionsBen Caimano2020-12-037-152/+458