summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-193-13/+11
* SERVER-32460 platforms upgrade/downgrade workJason Carey2018-01-191-5/+1
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-193-1/+62
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-1720-192/+105
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-1724-386/+260
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-1712-97/+116
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-1717-776/+518
* SERVER-30744 Move dropCollection logic from ShardingCatalogClient into Shardi...Kaitlin Mahar2018-01-168-197/+196
* SERVER-32447 Add a mock CatalogCache::getCollectionRoutingInfoAt methodKaloian Manassiev2018-01-162-5/+27
* SERVER-32317 Make sharding chunk manipulation operations use doTxn instead of...Siyuan Zhou2018-01-163-33/+33
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-165-689/+492
* SERVER-32646 CommandHelpersBilly Donahue2018-01-1643-248/+324
* SERVER-32365 Move the logic of the dropDatabase command into the new _configs...Kaitlin Mahar2018-01-1513-393/+118
* SERVER-32526 Use KeyString for ChunkMap key instead of BSONObjAndy Schwerin2018-01-132-62/+193
* SERVER-32526 Increase the ChunkManager unit-test coverageKaloian Manassiev2018-01-132-5/+66
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-125-492/+689
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-123-54/+34
* SERVER-30815 Add missing libdep for non-enterprise buildsAndrew Morrow2018-01-111-0/+1
* SERVER-32603 Modernize QueryPlanner methods to use unique_ptr.David Storch2018-01-111-7/+5
* SERVER-30815 Refactor libraries to reduce cyclesAndrew Morrow2018-01-102-24/+21
* SERVER-32484 CommandRegistryBilly Donahue2018-01-103-3/+3
* SERVER-30504 Move the logic of the dropCollection command into the new _confi...Kaitlin Mahar2018-01-086-103/+45
* SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn2018-01-041-0/+2
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-17/+18
* SERVER-32302 Introduce BSONObjStlIterator as a proper stl-style iteratorMathias Stearn2018-01-041-1/+1
* SERVER-32310 Log a warning that the geoNear command is deprecatedTess Avitabile2018-01-031-0/+12
* Revert "SERVER-28822 Add new dbclient connection pool options"Jason Carey2018-01-021-3/+0
* SERVER-32479 Make all library names uniqueAndrew Morrow2017-12-293-8/+8
* SERVER-32480 Remove CatalogCache retrieval methods, which take StringDataKaloian Manassiev2017-12-293-20/+1
* SERVER-28992 Make the write commands targeter return actual ShardEndpoint(s)Kaloian Manassiev2017-12-297-215/+172
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-2817-258/+135
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-287-25/+93
* SERVER-31983 Create setFeatureCompatibilityVersion ActionTypeMaria van Keulen2017-12-271-3/+2
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-229-192/+75
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2017-12-201-0/+3
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-193-6/+6
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-196-226/+226
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-2/+2
* SERVER-32372 Ensure per-shard write request size doesn't exceed the max allow...Kaloian Manassiev2017-12-183-26/+126
* SERVER-32277 Remove MONGODB-CR -> SCRAM-SHA-1 upgradeSara Golemon2017-12-181-115/+0
* SERVER-18138 catalog manager listing methods now return vectorsKevin Pulo2017-12-1811-197/+147
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-167-9/+7
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-161-9/+4
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-3/+3
* SERVER-31316 Remove unused code and unnecessary inheritance in KeysCollection...Kaitlin Mahar2017-12-131-5/+4
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-123-6/+14
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-112-6/+4
* SERVER-32149 Make ShardingCatalogManager::getDatabasesForShard check if query...Kaloian Manassiev2017-12-081-0/+3
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-061-2/+1
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-062-13/+51