summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14230: Reduce thread count on linux-32Mark Benvenuto2014-06-121-1/+7
* SERVER-8994: Boost 1.55 MacOS X fixesMark Benvenuto2014-06-122-6/+25
* SERVER-14135 SERVER-14033 implement new prepareHeartbeatResponseEric Milkie2014-06-1213-132/+150
* SERVER-13759: Remove Visual Studio build filesMark Benvenuto2014-06-1220-34803/+0
* SERVER-13759: vcxproj generator improvementsMark Benvenuto2014-06-124-89/+143
* SERVER-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-124-87/+169
* SERVER-13456 MigrateStatus::_go is unkillable when waiting for replication fo...Randolph Tan2014-06-121-35/+98
* SERVER-14232 Add additional js tests for Backup and Restore roles with AuthJonathan2014-06-122-43/+133
* SERVER-14231 Added sharding support to multiversion dumprestore testShaun Verch2014-06-115-173/+383
* SERVER-14229 Do not generate bad 2d index options in multiversion dumprestore...Shaun Verch2014-06-111-0/+4
* SERVER-14179 smoke.py leaves orphan mongod processMatt Kangas2014-06-111-110/+110
* SERVER-14229 correct error message for 2d index bounds invalidGreg Studer2014-06-111-1/+1
* SERVER-7596 Fixed copyright yearsAndreas2014-06-112-2/+2
* SERVER-14135 Unit test for ReplCoordinatorImplSpencer T Brody2014-06-1118-265/+615
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-1167-50/+1211
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-119-135/+79
* SERVER-13635: fix file format testEliot Horowitz2014-06-101-1/+1
* SERVER-13635: remove Database::getFileFormatEliot Horowitz2014-06-106-26/+47
* SERVER-13635: ExtentManager no longer needed for stats in DatabaseEliot Horowitz2014-06-106-25/+38
* SERVER-13635: remove Database:flushFiles as it was only used initial sync whe...Eliot Horowitz2014-06-103-13/+0
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-1041-803/+466
* SERVER-14135 build fix via MockReplicationCoordinatormatt dannenberg2014-06-101-2/+2
* remove rollback4 debugging to decrease failure frequencymatt dannenberg2014-06-101-1/+1
* SERVER-14135 Implement startup and shutdown of new ReplicationCoordinatorSpencer T Brody2014-06-1011-68/+111
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-1013-121/+29
* SERVER-13922 Remove dbtempreleaseKaloian Manassiev2014-06-103-42/+35
* SERVER-14170 Do not invoke the RunCommandHook when executing authentication c...Andy Schwerin2014-06-101-0/+18
* SERVER-12748 Tests for invalid transitions of clusterAuthMode without outgoin...Shaun Verch2014-06-101-19/+25
* SERVER-13645 rename repl_start to repl_set_seed_listmatt dannenberg2014-06-1010-35/+35
* SERVER-14135 implement startReplication() in LegacyReplicationCoordinatormatt dannenberg2014-06-104-27/+21
* SERVER-14135 implement shouldIgnoreUniqueIndex() in LegacyReplicationCoordinatormatt dannenberg2014-06-106-39/+34
* SERVER-14135 implement canAcceptWritesForDatabase() in LegacyReplicationCoord...matt dannenberg2014-06-1019-47/+67
* SERVER-14135 implement getCurrentMemberState() in LegacyReplicationCoordinatormatt dannenberg2014-06-107-12/+10
* SERVER-2934 split server.js into multiple files: moved startMongodTest() to s...eshamaharishi2014-06-105-82/+117
* SERVER-9634 typo fixesVeres Lajos2014-06-0917-40/+40
* SERVER-14192 Add circle / polygon containment and intersection testSiyuan Zhou2014-06-095-10/+408
* SERVER-13931 move heartbeat command processing under Repl CoordinatorEric Milkie2014-06-098-111/+169
* SERVER-14205: fix error reporting in IndexCatalog::createIndexEliot Horowitz2014-06-091-4/+1
* SERVER-13635: move some extentManager methodsEliot Horowitz2014-06-092-13/+10
* SERVER-8331: fix lock reporting on fast opsEliot Horowitz2014-06-093-12/+24
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-0914-258/+305
* SERVER-14123 prevent the explain BSONObj from growing too largeDavid Storch2014-06-093-3/+34
* SERVER-13931 retire the OpCtx::Factory, use global environment insteadHari Khalsa2014-06-097-41/+10
* SERVER-14135 Fix spellingSpencer T Brody2014-06-092-2/+2
* SERVER-14198: Fix memory allocation reuseMark Benvenuto2014-06-091-5/+14
* SERVER-14033 second half of rebase merge from 36d1beca1267a47cf4e9d79742caec...Eric Milkie2014-06-091-0/+8
* SERVER-14140 Disallow setting both --host and --dbpath in toolsShaun Verch2014-06-092-2/+77
* SERVER-14178 Do NULL check before dereferencingKaloian Manassiev2014-06-091-1/+2
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-098-77/+102
* SERVER-14033 implemented prepareHeartbeatResponse in replication topology coo...Eric Milkie2014-06-093-120/+623