summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-1532-272/+631
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-1521-512/+70
* SERVER-25480 Remove unused MmapV1ExtentManager::printFreeListjianghua.yjh2016-08-152-15/+0
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-1521-70/+512
* SERVER-25440 Add failpoint to pause initial sync before it finishesJudah Schvimer2016-08-151-0/+13
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-157-7/+201
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-156-54/+217
* SERVER-25609 DataReplicator::_onDataCloneFinish should not set InitialSyncSta...Benety Goh2016-08-152-0/+61
* SERVER-25509 make $replaceRoot an alias for DocumentSourceSingleDocumentTrans...Carly Robison2016-08-153-118/+111
* SERVER-25517 PerfCounterCollection shouldn't use ErrorCodes::DuplicateKeyValueMark Benvenuto2016-08-151-3/+2
* SERVER-25539 Validate BinData private objectMark Benvenuto2016-08-151-0/+2
* SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ...Adam Chelminski2016-08-1521-24/+176
* SERVER-13367 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-154-0/+22
* Revert "SERVER-13517 Specialize operator<< for BSONType for std::ostream, Log...Adam Chelminski2016-08-154-22/+0
* SERVER-13517 Specialize operator<< for BSONType for std::ostream, LogstreamBu...Adam Chelminski2016-08-154-0/+22
* SERVER-25115 emptycapped test command doesn't verify argumentsJonathan Abrahams2016-08-151-2/+22
* SERVER-25573 Shrink hasher.h header file.Andy Schwerin2016-08-142-57/+38
* SERVER-25468 Fail commands scheduled through 'eval' which wait for replicationKaloian Manassiev2016-08-131-6/+12
* SERVER-25592 Remove unused writeConcern parsing done by auth commandsKaloian Manassiev2016-08-133-60/+19
* SERVER-25583 fixed DatabasesCloner::join() and shutdown() to always call join...Benety Goh2016-08-122-38/+42
* SERVER-25550 Fix the race between simulateSuccessfulV1Voting and catch-up in ...Siyuan Zhou2016-08-123-0/+17
* Reverting incorrect patch commit for SERVER-24368Dianna Hohensee2016-08-126-322/+29
* SERVER-24368 Unit tests for collection range deleterLeon Zaruvinsky2016-08-125-65/+249
* SERVER-24067 remove unnecessary brace initializerKyle Suarez2016-08-125-6/+115
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-123-12/+44
* SERVER-25166 Put more information in log messages when a node receives a vote...Andy Schwerin2016-08-122-37/+37
* SERVER-25581 Give TransformerInterface a virtual destructor.Max Hirschhorn2016-08-121-0/+1
* SERVER-25371 Coverity analysis defect 99730: PW.USELESS_TYPE_QUALIFIER_ON_RET...Esha Maharishi2016-08-121-2/+2
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-124-15/+37
* SERVER-25507 again with fix for backup_restore.jsEsha Maharishi2016-08-121-3/+11
* SERVER-25568 shutdown task executors for ShardRegistry and ReplicaSet monitor...Misha Tyulenev2016-08-127-6/+57
* SERVER-25202 Support parallel manual chunk migrationsKaloian Manassiev2016-08-129-576/+507
* Revert "SERVER-25507 use node's existing options if restart flag passed to Re...r3.3.113.3.12Esha Maharishi2016-08-111-12/+5
* Revert "SERVER-25507 fix for 'options is undefined'"Esha Maharishi2016-08-111-3/+2
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-115-41/+18
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-115-18/+41
* SERVER-25507 fix for 'options is undefined'Esha Maharishi2016-08-111-2/+3
* SERVER-22826 Support X509 AuthorizationSpencer Jackson2016-08-1142-236/+882
* SERVER-24239 shardCollection should use simple collation when creating shard ...Tess Avitabile2016-08-113-5/+19
* SERVER-25473 Inject ExpressionContext before optimizing pipeline.Charlie Swanson2016-08-111-30/+31
* SERVER-25507 use node's existing options if restart flag passed to ReplSetTes...Esha Maharishi2016-08-111-5/+12
* SERVER-25522 ensure oplog entries applied serially to collection with non-sim...David Storch2016-08-111-26/+51
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-111-1/+1
* Revert "SERVER-5781 fixed unittest error code for addFields"Carly Robison2016-08-112-58/+51
* SERVER-5781 fixed unittest error code for addFieldsCarly Robison2016-08-112-51/+58
* SERVER-24242 Raise replication op batch limit to 50,000Mathias Stearn2016-08-112-5/+2
* SERVER-25000 Built _configsvrMergeChunk wrapper around applyOpsJess Fan2016-08-1112-26/+756
* SERVER-24724 authz for viewsKyle Suarez2016-08-111-13/+72
* SERVER-25417 flesh out log messages in ShardingState::initializeShardingAware...Esha Maharishi2016-08-112-17/+28
* SERVER-5781 fix error codes for addFieldsCarly Robison2016-08-111-1/+1