summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27406 Reduce DocumentSourceCursor batch size from 16MB to 4MBJames Wahlin2016-12-273-8/+4
* Revert "SERVER-26126 Remove broken LockState caching"Geert Bosch2016-12-276-8/+49
* SERVER-26734 indexStats action is not sufficient for $indexStatsJames Wahlin2016-12-271-3/+2
* SERVER-26126 Fix repl unittestsGeert Bosch2016-12-233-0/+13
* SERVER-26126 Remove broken LockState cachingGeert Bosch2016-12-229-62/+8
* SERVER-27466 additional fix: lock around checking _inShutdown in ReplicationC...Esha Maharishi2016-12-221-4/+6
* SERVER-27473 Remove writes and unused code in DBConfigKaloian Manassiev2016-12-225-140/+48
* SERVER-27035 rs.compareOpTimes() throws exception when comparing with empty O...Jack Mulrow2016-12-221-11/+20
* SERVER-26699 Enable MSVC flags for C++ standards alignmentMark Benvenuto2016-12-222-4/+6
* SERVER-24398 Remove use of boost NOEXCEPT macros in favor of true C++11 noexceptMark Benvenuto2016-12-226-20/+12
* SERVER-27451 Allow tcmalloc stack sample capture in debug buildsAndrew Morrow2016-12-211-2/+8
* SERVER-27393 Balancer should skip dropped collectionsNathan Myers2016-12-212-0/+12
* Revert "SERVER-27383 Balancer should skip dropped collections" (sp)Nathan Myers2016-12-212-12/+0
* SERVER-27466 move transitionToPrimaryHangBeforeInitializingConfigDatabase to ...Esha Maharishi2016-12-212-15/+16
* SERVER-27383 Balancer should skip dropped collectionsNathan Myers2016-12-212-0/+12
* SERVER-27480 Move ShardRegistry updates out of sharding config.hKaloian Manassiev2016-12-216-76/+68
* SERVER-13554 Improve error message for mapReduce ns not foundTess Avitabile2016-12-201-2/+4
* SERVER-27459 set featureCompatibilityVersion to 3.4 in dbtest initializationDavid Storch2016-12-192-7/+8
* Revert "SERVER-27415 Deduplicate `Command::execCommand`"ADAM David Alan Martin2016-12-197-263/+223
* SERVER-27415 Deduplicate `Command::execCommand`ADAM David Alan Martin2016-12-197-223/+263
* SERVER-27056 Don't enforce data freshness for stepUp commandJack Mulrow2016-12-196-21/+28
* SERVER-27362 Avoid extra logic while getting lock to destroy M/R cursor.Charlie Swanson2016-12-191-1/+11
* SERVER-27288 Release Document ref in DocumentSourceSkip and DocumentSourceMat...James Wahlin2016-12-193-3/+24
* SERVER-27431 Allow UBSAN to check for misalignment in WTAndrew Morrow2016-12-191-6/+0
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-1931-190/+196
* Import wiredtiger: 8d2324943364286056ae399043f70b8a937de312 from branch mongo...Alex Gorrod2016-12-1995-523/+1691
* SERVER-27364 Remove DBConfig::setPrimaryKaloian Manassiev2016-12-163-14/+15
* SERVER-27366 Remove DBConfig::enableShardingKaloian Manassiev2016-12-165-46/+45
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-168-106/+191
* SERVER-27339 Use jsTestOptions() in ReplSetTest instead of TestDataKaloian Manassiev2016-12-161-6/+12
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-167-16/+23
* SERVER-23980 Flush out DocumentComparator library.Charlie Swanson2016-12-163-2/+245
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-1698-1416/+1916
* SERVER-26538 improve sync source change loggingJudah Schvimer2016-12-168-34/+69
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-1623-407/+426
* Revert "SERVER-27419 Move cluster 'drop' command to a separate file"Kaloian Manassiev2016-12-168-183/+106
* SERVER-27428 Wait for the onCommand thread in MigrationChunkClonerSourceLegac...Kaloian Manassiev2016-12-151-10/+18
* SERVER-27419 Move cluster 'drop' command to a separate fileKaloian Manassiev2016-12-158-106/+183
* SERVER-27385: Add dbtest asserting that {rolesInfo: 1} returns no duplicate f...Spencer Jackson2016-12-151-22/+46
* SERVER-26698 switch all compiles to C++14Matt Cotter2016-12-155-48/+12
* SERVER-24015 multithread some long running tests in key_string_test, via std ...Eric Milkie2016-12-151-90/+108
* SERVER-27370 Only do compressor negotiation if a session is availableJonathan Reams2016-12-151-2/+4
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-1424-84/+65
* SERVER-27391 Deduplicate `Command::registerError`ADAM David Alan Martin2016-12-145-9/+44
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-1446-309/+538
* SERVER-27118 Default shutdown command's timeoutSecs argument to 10 secondsJack Mulrow2016-12-141-1/+1
* Deduplicate `KVDatabaseCatalogEntry::getIndex`.ADAM David Alan Martin2016-12-1413-531/+653
* SERVER-23103 Clean up declaration of db/serveronlyAndrew Morrow2016-12-141-110/+102
* SERVER-23103 Remove remaining logic from instance.cppAndrew Morrow2016-12-145-108/+69
* SERVER-23103 Add direct dependencies for mongod sourcesAndrew Morrow2016-12-142-1/+17