summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22849 Always update the visible opTimeKaloian Manassiev2016-02-291-15/+16
* SERVER-22849 Improve logging for splitChunkKaloian Manassiev2016-02-291-3/+5
* SERVER-22862 Fix deadlock between ShardRegistry and ReplicaSetMonitorSpencer T Brody2016-02-294-111/+136
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-295-11/+71
* SERVER-22859 SCCC config server reads need to specify slaveOkSpencer T Brody2016-02-281-1/+2
* SERVER-22878 rewrite checks in csrs_upgrade_mongod_using_movechunk.js after n...Esha Maharishi2016-02-261-9/+54
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-261-0/+3
* SERVER-22425 execStats in system.profile should only report winning planJames Wahlin2016-02-2611-22/+42
* SERVER-22793 clear buffered WorkingSetIDs on storage engines without document...David Storch2016-02-254-15/+10
* SERVER-22797 Calls to ShardRegistry::reload needs to be serializedRandolph Tan2016-02-252-23/+63
* SERVER-22850 Clean up additional javascript issues found by eslintMike Grundy2016-02-251-3/+2
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-12/+10
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-2515-101/+204
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-2516-137/+117
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-251-1/+4
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-245-26/+18
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-2415-6/+249
* SERVER-21924 fix formattingKyle Suarez2016-02-241-2/+1
* SERVER-21924 startup warnings for storage engineKyle Suarez2016-02-241-0/+18
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-02-241-4/+9
* Import wiredtiger-wiredtiger-2.7.0-650-g5cdd3e3.tar.gz from wiredtiger branch...Ramon Fernandez2016-02-2495-1156/+1418
* SERVER-22587 Upgrade to SpiderMonkey 38.6.1esrJason Carey2016-02-2434-83/+95
* SERVER-22728: if journaling is off, update durableOpTime with appliedOpTimeScott Hernandez2016-02-246-79/+139
* SERVER-22598 ensure all default write concern options use sync unsetEric Milkie2016-02-243-4/+9
* SERVER-22534 Link to journal_listener from ephemeral storage coreEric Milkie2016-02-241-1/+1
* SERVER-22534: mark each ephemeralForTesting write as journaled for replicationScott Hernandez2016-02-245-2/+30
* SERVER-22495: update optime when journaling is disabled on WTScott Hernandez2016-02-241-6/+7
* SERVER-22276 ensure replset member sets durable optime on initiatematt dannenberg2016-02-241-1/+3
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-2465-698/+2365
* SERVER-22269 make ReadConcern: majority reflect journaled state on PRIMARYmatt dannenberg2016-02-2425-31/+250
* SERVER-22789 Use stdx::make_unique instead of std::make_uniqueKaloian Manassiev2016-02-231-2/+3
* SERVER-22789 CSRS catalog manager writes should use writeConcern majorityKaloian Manassiev2016-02-233-23/+146
* SERVER-22626 fix lintDavid Storch2016-02-221-0/+1
* SERVER-22626 fix $type unit testsDavid Storch2016-02-223-16/+8
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-226-6/+82
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-221-9/+7
* SERVER-21419: ephemeralForTest storage engine should support the fsync commandGeert Bosch2016-02-201-0/+6
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-192-10/+10
* SERVER-22731 allow replSetInitiate on nodes started with --configsvr but not ...Benety Goh2016-02-191-3/+9
* SERVER-22239 DuplicateKey Error, update optime to latest after insert failureDianna Hohensee2016-02-182-0/+26
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-182-0/+20
* SERVER-22299 add test to verify mongod upgrades to csrs mode on receiving mov...Esha Maharishi2016-02-182-1/+24
* SERVER-22287 added replica set ID validation to heartbeat response processing...Benety Goh2016-02-188-3/+280
* SERVER-22287 added replicaSetId field to replica set configuration and metadata.Benety Goh2016-02-188-26/+218
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-182-0/+10
* SERVER-22683 support replication.enableMajorityReadConcern=false in configura...Benety Goh2016-02-182-2/+4
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-1821-169/+370
* SERVER-14501 Renamed repl_settings.cpp to repl_settings_init.cppDianna Hohensee2016-02-182-1/+1
* SERVER-21972 improve naming of ReplicationCoordinator and TopologyCoordinator...matt dannenberg2016-02-187-1054/+2619