summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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