summaryrefslogtreecommitdiff
path: root/src/mongo/transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-52710: wire up transient SSL parameters up to the NetworkInterfaceAndrew Shuvalov2020-11-209-9/+124
* SERVER-50684 rename,cleanup internalAssert->iassertBilly Donahue2020-11-202-3/+3
* SERVER-49072 Make ServiceExecutors into DecorationsReo Kimura2020-11-1712-32/+143
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-152-2/+4
* Revert "SERVER-51599: Allow creating an SSLConnectionContext from in-memory c...sviatlana_zuiko2020-11-132-4/+2
* SERVER-51599: Allow creating an SSLConnectionContext from in-memory certificatesAndrew Shuvalov2020-11-132-2/+4
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-094-3/+3
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-058-14/+14
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-269-42/+122
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-4/+4
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-303-51/+56
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-243-6/+54
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-1415-533/+259
* SERVER-50452 Make destruction of ServiceExecutorFixed deterministicAmirsaman Memaripour2020-09-123-10/+51
* SERVER-50228 ThreadPool predicate condvar waitBilly Donahue2020-09-101-1/+3