summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/commands_public.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24771 Validate requested namespace in mongos listIndexesJames Wahlin2016-08-291-1/+1
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-2/+11
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+2
* SERVER-23996 ShardRegistry::getShard should return a StatusWith<shared_ptr<Sh...Misha Tyulenev2016-08-251-22/+34
* SERVER-25738 authz for views for sharded create/collModKyle Suarez2016-08-251-23/+8
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-4/+7
* SERVER-24439 code cleanup for collation shard targetingTess Avitabile2016-08-231-10/+12
* SERVER-22175 DBConfig needs to lock mutex whenever accessing _primaryId or _s...Randolph Tan2016-08-191-3/+3
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+7
* SERVER-18084 Add Grid::get(ServiceContext*) getterKaloian Manassiev2016-08-161-28/+31
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-7/+7
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-10/+65
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-1/+71
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-1/+1
* SERVER-19533 collStats through mongoS on sharded collection incorrectly scale...Sam Dunietz2016-07-071-9/+18
* Revert "SERVER-19533: collStats through mongoS on sharded collection incorrec...Sam Dunietz2016-06-201-18/+9
* SERVER-19533: collStats through mongoS on sharded collection incorrectly scal...Sam Dunietz2016-06-201-9/+18
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-6/+6
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+15
* SERVER-23213 Remove dead networking code from ShardRegistrySpencer T Brody2016-05-041-0/+1
* SERVER-23609 Introduce RAII class for retrieving sharding cache objectsKaloian Manassiev2016-04-291-31/+30
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-7/+7
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-1/+1
* SERVER-23694 Move TaskExecutorPool currently owned by ShardRegistry to GridSpencer T Brody2016-04-181-1/+1
* SERVER-22540 Commands that do writes on mongos should take a writeConcern and...Judah Schvimer2016-04-121-1/+7
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-2/+80
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-20/+49
* Revert "SERVER-22588 make validate command work in a sharded collection"Ian Whalen2016-04-121-49/+20
* SERVER-22588 make validate command work in a sharded collectionRobert Guo2016-04-121-20/+49
* SERVER-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-2/+3
* SERVER-23494 Move VersionManager under sharding_clientKaloian Manassiev2016-04-051-1/+0
* SERVER-23407 Get rid of public fields in the Command classKaloian Manassiev2016-03-301-1/+1
* SERVER-23405 Get rid of Command::getStatusFromCommandKaloian Manassiev2016-03-291-1/+10
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-8/+9
* SERVER-21976 fixing mongos' routing of dataSize command to mongods: it was us...Dianna Hohensee2016-03-081-1/+2
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-54/+80
* SERVER-21479 Check if listIndexes can find valid shardsRobert Guo2015-11-181-0/+4
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-2/+2
* SERVER-20944 distribute mongos work across multiple TaskExecutorsDavid Storch2015-11-061-1/+1
* SERVER-20836 copydb with invalid db name crashes mongosRandolph Tan2015-10-131-1/+3
* SERVER-20460 Make listIndexes authz check backwards compatAndreas Nilsson2015-09-231-7/+19
* SERVER-20463 DatabaseNotFound -> NamespaceNotFoundKaloian Manassiev2015-09-221-1/+1
* SERVER-20351 Ensure storePossibleCursor() called w/ valid HostAndPortJason Rassi2015-09-211-43/+55
* SERVER-20194 SERVER-18849 add support for querying SCCC mode config servers i...David Storch2015-09-101-0/+1
* SERVER-19907 Modified distinct to accept query=null and added jstestYunhe (John) Wang2015-09-021-6/+10
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-4/+10