summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-111-27/+12
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-102-60/+0
* SERVER-9634 typo fixesVeres Lajos2014-06-092-3/+3
* SERVER-14069 move killCurrentOp impl into the only place that calls itHari Khalsa2014-06-063-17/+20
* SERVER-14069 all killCurrentOp goes through a nice ifaceHari Khalsa2014-06-063-20/+23
* SERVER-14135 Initial skeleton of ReplicationCoordinator interfaceSpencer T Brody2014-06-061-0/+3
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-2/+2
* SERVER-11256 improve handling of empty vs nonexistent CollectionMetadataRandolph Tan2014-06-061-9/+16
* SERVER-13460 disable DurParanoid during JS scripting engine logging testsBenety Goh2014-06-051-1/+9
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-043-14/+18
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-1/+0
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-032-6/+0
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-1/+2
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-0210-205/+235
* SERVER-14062 Move most non-global curop access through OperationContextGeert Bosch2014-05-301-18/+18
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-4/+8
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-3023-136/+142
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-3025-231/+294
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-2825-294/+231
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-2825-231/+294
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-272-3/+4
* SERVER-14065 use namespace mongo::repl in dbtests pertaining to replicationmatt dannenberg2014-05-273-35/+39
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-275-49/+49
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-231-0/+8
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-225-44/+40
* SERVER-13923 Update and re-enable btree builder testsGeert Bosch2014-05-221-149/+0
* SERVER-13737 Pull CollectionOptions out into libcollection_options.aJason Rassi2014-05-211-26/+0
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Shaun Verch2014-05-211-8/+0
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-211-0/+8
* SERVER-13641 Replace InterruptStatus with OperationContext in aggMathias Stearn2014-05-205-20/+10
* SERVER-13635 Kill BSONObjExternalSorter and use Sorter directlyMathias Stearn2014-05-202-319/+2
* SERVER-13641 put opctx into RunnersHari Khalsa2014-05-201-7/+9
* SERVER-13923 BtreeLogic unit-testsKaloian Manassiev2014-05-192-1786/+0
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-194-12/+20
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-193-12/+12
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-163-147/+33
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-31/+0
* Revert "SERVER-13760 Do not call dateToISOString if date is not formatable"Andy Schwerin2014-05-161-8/+0
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-166-14/+14
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1612-108/+252
* SERVER-13760 Do not call dateToISOString if date is not formatableShaun Verch2014-05-161-0/+8
* SERVER-13961 Get rid of the DB_LEVEL_LOCKING_ENABLED macroKaloian Manassiev2014-05-161-1/+1
* SERVER-13641 remove recovery unit passthroughs from operationcontextHari Khalsa2014-05-151-3/+3
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-151-74/+12
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-1518-86/+86
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-142-2/+5
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-132-32/+41
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-135-69/+3
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-122-26/+27
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-091-2/+2