summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-088-22/+10
* SERVER-50467: Ensure that tenant migration donor only removes a ReplicaSetMon...Andrew Shuvalov2020-12-089-30/+129
* SERVER-49652 Sharding and Service Arch changes for the hello commandPavi Vetriselvan2020-12-031-1/+2
* SERVER-53010 Remove TODO for SERVER-49791Judah Schvimer2020-12-021-2/+1
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-50657 Add CancelationToken support to the ReplicaSetMonitorMatthew Saltz2020-11-248-165/+240
* SERVER-50467: StreamableReplicaSetMonitor should call drop on itself from des...Andrew Shuvalov2020-11-246-5/+18
* SERVER-51812 Allow DBClientConnection::connect() to specify helloOk when init...Amirsaman Memaripour2020-11-243-0/+33
* SERVER-51680 Remove non-test usages of ScanningReplicaSetMonitor from the cod...Matthew Saltz2020-11-209-4104/+3
* SERVER-50513 Rename local variables/functions in the new replica set monitorMatthew Saltz2020-11-1314-248/+245
* SERVER-50509 Rename handleNotMasterResponse to handleNotPrimaryResponseAmirsaman Memaripour2020-11-122-8/+8
* SERVER-50510 Change markHostNotMaster to markHostNotPrimaryGabriel Russell2020-11-098-12/+12
* SERVER-52621 Remove stale version execption handling in OpQuery exec pathTommaso Tocci2020-11-063-14/+10
* SERVER-51811: No-op wiring of transient SSL params in related methodsAndrew Shuvalov2020-11-052-3/+3
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-031-1/+0
* SERVER-50508 Rename ConnectionType::MASTER to ConnectionType::kStandaloneBen Caimano2020-10-2614-117/+159
* SERVER-51831 Thread SSLConnectionContext from TLConnection's constructor down...Esha Maharishi2020-10-262-11/+16
* SERVER-51814 adaptForAssert: fix sdam/ ASSERT streamingBilly Donahue2020-10-246-84/+139
* SERVER-49791 Track operationTime in DBClientJudah Schvimer2020-10-233-1/+34
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-2313-235/+237
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-0/+30
* Revert "SERVER-51743 Fix query operator for regex in cloner utils. SERVER-517...Suganthi Mani2020-10-231-30/+0
* SERVER-51743 Fix query operator for regex in cloner utils. SERVER-51744 Fix t...Suganthi Mani2020-10-231-0/+30
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-222-11/+11
* SERVER-50516 renames: IsMasterRTT=>HelloRTT, IsMasterOutcome=>HelloOutcomeBilly Donahue2020-10-2126-179/+174
* SERVER-51480: Clear circular dependency of shared_ptr in StreamableReplicaSet...Andrew Shuvalov2020-10-196-9/+187
* SERVER-51272: Run resharding oplog fetching after receiving the fetchTimestamp.Daniel Gottlieb2020-10-191-14/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-132-2/+4
* SERVER-50811: remove redundant boolean expressionLaMont Nelson2020-10-091-2/+1
* SERVER-50103 Don't send killCursor request for exhaust cursors in DBClientCursorSamy Lanka2020-10-091-5/+3
* SERVER-48811 Run cloners in MigrationServiceInstanceSuganthi Mani2020-10-071-1/+1
* SERVER-50357 Add daily no-ssl build to evergreenMark Benvenuto2020-10-052-34/+39
* SERVER-51240 fix readability-avoid-const-params-in-decls in testsBenety Goh2020-10-041-1/+1
* SERVER-49893: Do oplog fetching.Daniel Gottlieb2020-10-013-0/+33
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-254-4/+4
* SERVER-51103 Allow ShardRegistry to distinguish between complete/partial conn...Kevin Pulo2020-09-252-0/+20
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-7/+6
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-083-3/+3
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-09-042-6/+6
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-032-2/+2
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-034-5/+5
* SERVER-49970 Prefer the VectorClock's ConfigTime to configOpTime when queryin...Pierlauro Sciarelli2020-09-015-42/+57
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-2/+2
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-272-22/+25
* SERVER-50093 Test that donor supports running multiple tenant migrations conc...Cheahuychou Mao2020-08-242-0/+5
* SERVER-48693 Add network counter for cluster authenticationAdam Cooper2020-08-201-0/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-2012-29/+164
* SERVER-49297: do not stop monitoring standalone nodeLaMont Nelson2020-08-209-6/+82
* Revert "SERVER-48693 Add network counter for cluster authentication"Gregory Wlodarek2020-08-191-1/+0