summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-1/+1
* SERVER-22611 Skip invalidated collections in CatalogCache::onStaleConfigErrorKaloian Manassiev2017-03-201-0/+3
* SERVER-27681 Fix broken OSX compile due to unused variableKaloian Manassiev2017-03-201-2/+0
* SERVER-27681 Use CatalogCache to load metadata on shardsKaloian Manassiev2017-03-193-17/+183
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-1712-17/+75
* SERVER-28281 Rotate deps, moving catalog to top.ADAM David Alan Martin2017-03-161-1/+7
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-28230 make Geo2dFindNearCmd use ARS instead of Future::spawnCommandEsha Maharishi2017-03-141-27/+49
* SERVER-27750 Handle and include LogicalTime in mongos request/responseRandolph Tan2017-03-141-1/+50
* SERVER-28187 delete dead classes MultiCommandDispatch, DBClientMultiCommand, ...Esha Maharishi2017-03-135-560/+0
* SERVER-28176 read chunks collections on shardsDianna Hohensee2017-03-132-0/+4
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-1313-706/+734
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-1314-113/+241
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-5/+3
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1246-2427/+2732
* Revert "SERVER-22611 Sharding catalog cache refactor"Kaloian Manassiev2017-03-1246-2732/+2427
* SERVER-22611 Sharding catalog cache refactorKaloian Manassiev2017-03-1246-2427/+2732
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-1014-107/+126
* SERVER-27632 replace 'shardVersion' field in splitChunk with an 'epoch' fieldDianna Hohensee2017-03-101-1/+2
* SERVER-27750 Always attach the configsvr metadata in ShardingEgress*HooksRandolph Tan2017-03-106-26/+8
* Revert "Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and...Randolph Tan2017-03-109-49/+45
* SERVER-28120 persist config.collections entries on shards for the collections...Dianna Hohensee2017-03-096-3/+467
* Revert "SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardCo...Randolph Tan2017-03-099-45/+49
* SERVER-27750 Attach LogicalTimeMetadata to globalConnPool and shardConnection...Randolph Tan2017-03-089-49/+45
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-03-081-7/+16
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-075-10/+13
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-07171-1715/+1792
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-067-7/+7
* SERVER-28163 make cluster_get_last_error_cmd.cpp use ARS instead of DBClientM...Esha Maharishi2017-03-066-170/+160
* SERVER-28155 Fix broken UBSAN buildKaloian Manassiev2017-03-021-1/+7
* SERVER-27891 Disable writeConcern support for mongos reIndexMaria van Keulen2017-03-021-1/+1
* SERVER-28161 make ClusterWrite::explain path use ARS instead of DBClientMulti...Esha Maharishi2017-03-024-37/+60
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-2/+6
* SERVER-28173 create a component that sends requests in parallel to multiple h...Esha Maharishi2017-03-023-0/+633
* SERVER-20854 Pull the diff tracker's query generation logic outside of the te...Kaloian Manassiev2017-03-023-27/+16
* SERVER-28155 Get rid of the 'mongoscore' sharding libraryKaloian Manassiev2017-03-0118-252/+166
* SERVER-28155 Get rid of the 'serveronly' sharding libraryKaloian Manassiev2017-03-0115-342/+30