summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-51279 Updating runOnDataAvailableBen Caimano2020-12-0315-38/+59
* SERVER-51278 Introduced ClientStrandBen Caimano2020-12-031-255/+40
* SERVER-50947 Implize ServiceStateMachineBen Caimano2020-12-032-254/+257
* SERVER-49107 Allow binding clients to executor threadsAmirsaman Memaripour2020-12-032-31/+150
* SERVER-49073 Track connections that are maxConn exempt or threadedBen Caimano2020-12-035-158/+267
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-038-234/+397
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-6/+2
* SERVER-51599: no SSL build fix in transport layer mockAndrew Shuvalov2020-11-251-0/+5
* SERVER-51287 check socket() call for failureBilly Donahue2020-11-241-0/+6
* SERVER-52710: fix build when SSL is offAndrew Shuvalov2020-11-202-2/+2