summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-1371-299/+254
* SERVER-13961 Add OperationContext to DurableInterfaceKaloian Manassiev2014-06-1317-83/+83
* SERVER-14048 mongodump can't use exhaust mode with mongosJason Rassi2014-06-121-3/+1
* SERVER-14048 Remove unnecessary member variables from DumpJason Rassi2014-06-121-27/+32
* SERVER-14230: Reduce thread count on linux-32Mark Benvenuto2014-06-121-1/+7
* SERVER-8994: Boost 1.55 MacOS X fixesMark Benvenuto2014-06-121-6/+0
* 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-10844 if only one shard is used we can just pass the query to the shardGreg Studer2014-06-123-87/+116
* SERVER-13456 MigrateStatus::_go is unkillable when waiting for replication fo...Randolph Tan2014-06-121-35/+98
* 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: 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-1034-760/+444
* SERVER-14135 build fix via MockReplicationCoordinatormatt dannenberg2014-06-101-2/+2
* 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-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-0911-33/+33
* 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-092-9/+20
* 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-091-2/+4
* 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
* SERVER-11797 Added extra validation to setParameter commandShaun Verch2014-06-061-21/+78
* SERVER-10515 Convert special cased parameters to proper ServerParametersShaun Verch2014-06-063-53/+66
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-0611-29/+68
* SERVER-8994: New internal-boost option to choose internal boost versionMark Benvenuto2014-06-062-6/+51