summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14311 account for key skips in plan ranking by returning NEED_TIME in ...David Storch2014-07-112-1/+35
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-11/+3
* SERVER-14476 fixed LogRecordingScope to ignore log messages from background t...Benety Goh2014-07-091-10/+9
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-093-6/+6
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-0/+269
* SERVER-14482 Add ability to append RegEx into BSONArrayBuilderTyler Brock2014-07-081-1/+9
* SERVER-14484 remove the replset portion of dbtestmatt dannenberg2014-07-081-596/+0
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-0818-117/+122
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-1/+4
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-0125-12/+153
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-0133-772/+858
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-302-3/+3
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-3033-852/+758
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-2833-758/+852
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-2834-871/+768
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-2734-768/+871
* SERVER-14368 move isSelf from HostAndPort to a free function in namespace replmatt dannenberg2014-06-271-1/+2
* SERVER-14376 Remove mongoutils::checksum, which was only called in one test.Andy Schwerin2014-06-271-10/+0
* SERVER-13635 extents are mmapv1 specific, move into mmapv1Hari Khalsa2014-06-273-7/+7
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-272-2/+2
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-2611-26/+42
* SERVER-14315 Support MinKey and MaxKey extended JSON objects in JSON parserShaun Verch2014-06-251-0/+36
* SERVER-14357: Add support for top level JSON ArrayTyler Brock2014-06-251-4/+27
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-237-7/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-1913-109/+92
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-182-6/+6
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-183-3/+3
* SERVER-13635: MMAP1DatabaseCatalogEntry to MMAPV1DatabaseCatalogEntryEliot Horowitz2014-06-181-1/+1
* SERVER-13635: correct file for MMAPV1DatabaseCatalogEntryEliot Horowitz2014-06-181-1/+1
* SERVER-13635: move DatabaseCatalogEntry instantiation out of DatabaseEliot Horowitz2014-06-181-1/+7
* SERVER-14211 Remove dead Histogram and ServiceStats classesShaun Verch2014-06-161-106/+0
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-133-4/+5
* SERVER-14230: Reduce thread count on linux-32Mark Benvenuto2014-06-121-1/+7
* SERVER-13759: Remove Visual Studio build filesMark Benvenuto2014-06-123-10370/+0
* 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