summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-214-185/+105
* SERVER-27659 Persist Rollback IdJudah Schvimer2017-04-211-0/+5
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-202-2/+2
* SERVER-27921 New Range DeleterNathan Myers2017-04-203-2/+99
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-1913-119/+225
* SERVER-28350 cluster_pipeline_command.cpp::explain constructs command object ...Nick Zolnierz2017-04-192-11/+15
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-181-3/+3
* Revert "Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater""Randolph Tan2017-04-183-1/+29
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-182-3/+6
* Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"Daniel Gottlieb2017-04-183-29/+1
* SERVER-28433 Implement KeysCollectionCacheReaderAndUpdaterRandolph Tan2017-04-173-1/+29
* SERVER-28826 Limit parsing in cluster geoNear should not perform unsafe conve...Tess Avitabile2017-04-171-3/+3
* SERVER-28577 Extend mongos update implementation to accept an arrayFilters pa...Tess Avitabile2017-04-173-0/+131
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-177-256/+262
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-177-0/+172
* SERVER-28721 update ShardCollectionType schema with additional fields and ref...Dianna Hohensee2017-04-153-107/+246
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-147-91/+229
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-143-134/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-17/+26
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-1256-159/+34
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-124-30/+21
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-1211-103/+55
* SERVER-28508 Move DB validation from request parser to command processorMathias Stearn2017-04-121-3/+6
* SERVER-28663 rename config server metadata from configsvr to $configsvrMathias Stearn2017-04-121-0/+1
* SERVER-22611 Remove accidentally added temporary files and do cleanupKaloian Manassiev2017-04-115-773/+75
* SERVER-28661 make gatherResults() return vector<AsyncRequestsSender::Response...Esha Maharishi2017-04-077-48/+64
* SERVER-28656 consolidate utility functions for forwarding commands to shards ...Esha Maharishi2017-04-069-281/+208
* SERVER-28231 delete Future::spawnCommand/Future::CommandResult interfaceEsha Maharishi2017-04-062-234/+0
* SERVER-28165 make RunOnAllShardsCommand use ARS instead of Future::spawnCommandEsha Maharishi2017-04-069-432/+420
* SERVER-28318 make sharded getLastError work with paths that go over ASIOEsha Maharishi2017-04-0612-14/+232
* SERVER-28641 remove requirement that non-internal writes against config serve...Esha Maharishi2017-04-061-41/+0
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-29/+3
* SERVER-20854 Refresh collection metadata on a separate threadKaloian Manassiev2017-04-046-139/+475
* SERVER-22611 Get rid of ChunkDiff and add more CatalogCache testsKaloian Manassiev2017-04-0413-891/+356
* SERVER-28534 Pass collection names around as NamespaceStrings more oftenGeert Bosch2017-04-021-14/+13
* SERVER-22611 Make CatalogCache::onStaleConfigError clear the passed cache entryKaloian Manassiev2017-03-311-6/+10
* SERVER-22611 Make the catalog cache unit-tests go through the CatalogCacheKaloian Manassiev2017-03-316-276/+383
* SERVER-28528 Remove some unnecessary cycle marksADAM David Alan Martin2017-03-301-5/+0
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-3014-903/+895
* SERVER-28542 make ARS store interrupt status instead of CallbackCanceled in r...Esha Maharishi2017-03-304-15/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-245-5/+5
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-244-0/+9
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-03-241-1/+5
* SERVER-28353 make ARS actually interruptible from the deadline on the Operati...Esha Maharishi2017-03-232-46/+56
* SERVER-27681 Remove duplicated ShardKeyPattern functionality from CollectionM...Kaloian Manassiev2017-03-223-55/+70
* SERVER-28310 fix mongos count command error reporting to include details in e...David Storch2017-03-221-10/+8
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-2212-17/+75
* SERVER-28107 augment command result with operationTime in mongosMisha Tyulenev2017-03-223-10/+17
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-2112-75/+17