summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25009 when ReplicaSetMonitor::get() fails, report nameserver-25009-null-checkNathan Myers2016-09-191-1/+3
* SERVER-25662: print initial sync time in secondsScott Hernandez2016-09-191-2/+2
* SERVER-25662: Print TestAssertionFailureException before throwing in unit tests.Scott Hernandez2016-09-191-0/+1
* SERVER-25131: release resource in destructorScott Hernandez2016-09-191-0/+1
* SERVER-25662: exit initial sync failpoints when initial sync failsScott Hernandez2016-09-191-0/+12
* SERVER-26043: Compact local database after initial syncScott Hernandez2016-09-196-6/+40
* SERVER-26151 StorageInterfaceImpl::dropCollection() shouldn't create the data...Benety Goh2016-09-192-3/+9
* SERVER-24527 add test to ensure shard undergoes sharding initialization throu...Esha Maharishi2016-09-191-12/+18
* SERVER-26160 Store std::string in ReplSetDistLockManager instead of StringDataKaloian Manassiev2016-09-192-9/+8
* SERVER-26099 Use separate thread to interrupt migration manager on stepdownKaloian Manassiev2016-09-196-67/+99
* SERVER-26145 Do not fassert at shutdown during move chunk commitKaloian Manassiev2016-09-191-12/+16
* Merge branch 'master' of github.com:mongodb/mongoNathan Myers2016-09-168-411/+1010
|\
| * SERVER-25955: Only pass simple collation from mongos if necessaryMaria van Keulen2016-09-161-2/+6
| * SERVER-26072 add collation support for 59 new localesDavid Storch2016-09-167-409/+1004
* | SERVER-25009 check null ReplicaSetMonitor::get(), connection stringNathan Myers2016-09-162-1/+2
|/
* SERVER-25948 dbStats should indicate number of viewsJames Wahlin2016-09-163-5/+9
* SERVER-26005 FTDC shouldn't conflict with secondary batch applicationMathias Stearn2016-09-1610-51/+39
* SERVER-26016 Add a basic test of oplog replay on startupMathias Stearn2016-09-164-5/+30
* SERVER-25268 renamed OplogBuffer::blockingPeek to waitForData and removed pee...Benety Goh2016-09-169-36/+34
* SERVER-23941 fix check for incompatible arguments when using queryableBackupModeSam Rossi2016-09-161-6/+3
* SERVER-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-168-54/+58
* SERVER-25759 Quote appname in slow log outputMark Benvenuto2016-09-161-1/+2
* SERVER-23506 Vectorized fts char scan for ppc64leJason Carey2016-09-163-0/+164
* fix lintJonathan Reams2016-09-161-8/+9
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-1610-22/+130
* Import wiredtiger: 5bc03723a7e77c96b1d5e45a97173654872c727a from branch mongo...Alex Gorrod2016-09-16163-910/+923
* Revert "SERVER-25905 Release all config held distlocks and reacquire balancer...Dianna Hohensee2016-09-1511-108/+79
* SERVER-25905 Release all config held distlocks and reacquire balancer distloc...Dianna Hohensee2016-09-1511-79/+108
* SERVER-25488 __sanitizeMatch needs a check for nullJonathan Abrahams2016-09-151-1/+1
* SERVER-25458 unit tests for ShardingState::initializeShardingAwarenessIfNeededEsha Maharishi2016-09-154-16/+302
* SERVER-23135 properly print context on js loadMatt Cotter2016-09-152-6/+16
* SERVER-25488 fixed lintBenety Goh2016-09-151-4/+4
* SERVER-25268 OplogBufferCollection enforces order of timestamps in documents ...Benety Goh2016-09-152-7/+29
* SERVER-25488 Added JavaScript funciton to mongo shell to check for sanitizer ...Jonathan Abrahams2016-09-152-18/+25
* SERVER-25268 OplogBufferCollection::startup drops existing collectionBenety Goh2016-09-152-1/+9
* SERVER-26106 raise oplog socket timeout for rollbackEric Milkie2016-09-151-2/+2
* SERVER-25888 remove majority-snapshot usage in linearizable readEric Milkie2016-09-151-9/+1
* SERVER-25268 OplogBufferCollection::pushAllNonBlocking returns early when no ...Benety Goh2016-09-152-0/+15
* SERVER-25268 renamed OplogBufferCollection::_doPop_inlock to _pop_inlockBenety Goh2016-09-152-5/+6
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-159-13/+48
* SERVER-26062 Default to one initial sync attempt in replicaset tests and repl...Judah Schvimer2016-09-152-16/+40
* SERVER-25268 changed OplogBuffer::pushAllNonBlocking to return void instead o...Benety Goh2016-09-157-13/+9
* SERVER-26095 fix error message in ShardingTest::awaitBalancerRoundDianna Hohensee2016-09-151-4/+9
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-1538-251/+411
* SERVER-26089 Remove incorrect assertion from migration commitKaloian Manassiev2016-09-142-80/+47
* SERVER-26013 Remove default arguments from DistLockManagerKaloian Manassiev2016-09-148-21/+30
* SERVER-26013 Remove 'lockTryInterval' parameter from the DistLockManagerKaloian Manassiev2016-09-1410-205/+88
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-1432-263/+582
* SERVER-24811 TopologyCoordinator::prepareFreezeResponse returns next action; ...Benety Goh2016-09-146-43/+98
* SERVER-26087 make config server only set its own featureCompatibilityVersion ...David Storch2016-09-141-3/+2