summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-0244-241/+218
* SERVER-25872 Remove pessimizing moveCharlie Swanson2016-09-022-4/+4
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-0211-218/+259
* SERVER-25252 create static initial sync passthrough that uses resync to resta...Judah Schvimer2016-09-024-18/+119
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-0227-208/+696
* SERVER-25937 Writing to system.views collection should not error when feature...Tess Avitabile2016-09-024-36/+0
* SERVER-7295 check arguments to rename collection helperMatt Cotter2016-09-023-1/+35
* SERVER-25919 rewrite asio stress testMatt Cotter2016-09-022-73/+82
* SERVER-24991 update log redaction audit log for sharding, replRamon Fernandez2016-09-021-46/+46
* SERVER-25800 StorageInterface::insertDocuments no longer checks for empty arr...Benety Goh2016-09-012-11/+4
* SERVER-25941: remove library dependency graph generationSam Kleinman2016-09-011-19/+0
* SERVER-25800 insertDocuments falls back on inserting documents one at a time ...Benety Goh2016-09-012-16/+78
* SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter2016-09-013-47/+81
* SERVER-25934 rename MongodTestFixture to ShardingMongodTestFixtureEsha Maharishi2016-09-019-10/+10
* SERVER-25872 make DistLockCatalogFixture and ReplSetDistLockManagerFixture ex...Esha Maharishi2016-09-0110-365/+361
* SERVER-25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-012-10/+16
* Revert "SERVER_25914 OplogFetcher should shutdown and join Fetcher at destruc...Benety Goh2016-09-012-16/+10
* SERVER_25914 OplogFetcher should shutdown and join Fetcher at destructionBenety Goh2016-09-012-10/+16
* SERVER-24871 make ShardingStateTest extend MongodTestFixtureEsha Maharishi2016-09-013-137/+51
* SERVER-25563 create MongodTestFixture and make ConfigServerTestFixture extend itEsha Maharishi2016-09-016-322/+782
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-0126-4975/+5454
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-0138-778/+1097
* SERVER-25864 Propagate calls to needsPrimaryShardMerger through $facet.Charlie Swanson2016-09-013-3/+60
* SERVER-25903 Use correct client in currentop listMark Benvenuto2016-09-011-1/+1
* SERVER-25165 Add an unoptimized, Windows DEBUG build to EvergreenKamran Khan2016-09-011-0/+27
* Revert "SERVER-24551 Version 3.2 incorrect 'nojournal is not allowed when con...Esha Maharishi2016-09-011-7/+2
* Revert "SERVER-25388 Use consistent options parsing to force journaling to be...Esha Maharishi2016-09-011-5/+6
* Revert "Revert "SERVER-24551 Version 3.2 incorrect 'nojournal is not allowed ...Esha Maharishi2016-09-011-2/+1
* SERVER-25156 Define a validateIndexSpec() helper function.Max Hirschhorn2016-09-015-89/+357
* SERVER-25913 hold mutex while scheduling getMore in FetcherBenety Goh2016-09-011-2/+2
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-018-48/+53
* SERVER-25829 Skip killop.js on sharding_jscore_passthrough with mmapv1 storag...Spencer T Brody2016-08-311-0/+9
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-3111-9/+185
* SERVER-24991 re-added causedBy logging constructDan Pasette2016-08-318-19/+19
* SERVER-25915 Log when waiting for write concernSpencer T Brody2016-08-311-1/+3
* SERVER-25902 Ignore noop writes in system_profile.jsMisha Tyulenev2016-08-311-1/+7
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-3114-24/+140
* SERVER-25519 move static functions in db.cpp into anonymous namespaceBenety Goh2016-08-311-11/+14
* SERVER-25805 set default catch-up period to 2 secondsEric Milkie2016-08-311-2/+1
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-313-18/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-313-7/+7
* SERVER-25590 fail cleanly if aggregate command 'pipeline' field has wrong typeDavid Storch2016-08-303-4/+31
* Revert "SERVER-25519 repl::checkForCappedOplog accepts db pointer to local da...Benety Goh2016-08-303-7/+7
* Revert "SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cpp"Benety Goh2016-08-303-16/+18
* SERVER-25811 send collection version with CommitChunkMigration commandDianna Hohensee2016-08-306-14/+123
* SERVER-25519 moved checkForCappedOplog from oplog.cpp to db.cppBenety Goh2016-08-303-18/+16
* SERVER-25519 repl::checkForCappedOplog accepts db pointer to local databaseBenety Goh2016-08-303-7/+7
* SERVER-25824: wait for the set to be stable before adding new roles in auth/u...Scott Hernandez2016-08-301-2/+9
* SERVER-25683 reject invalid combinations of collation optionsDavid Storch2016-08-302-0/+163
* SERVER-25863 removed DataReplicator::_applierActive and flushAndPauseBenety Goh2016-08-302-27/+8