summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/basictests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+1
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-422/+411
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-2/+2
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-45/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+7
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Move ThreadSafeString to own fileAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Move ptr<T> out of goodies to own headerAndrew Morrow2015-01-051-0/+1
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-19/+0
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-2/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-3/+1
* SERVER-6157 Remove FastArrayMathias Stearn2014-09-121-25/+0
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-19/+6
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-4/+5
* 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-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-1/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13643 Use TransactionExperiment in ExtentManagerMathias Stearn2014-05-011-1/+3
* SERVER-12497 Remove unused, questionable behaviors from ThreadSafeString.Andy Schwerin2014-02-061-4/+5
* remove dead codeEliot Horowitz2014-01-091-11/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10202 added testing-only function getNextSleepMillis(). stabilized Bas...Benety Goh2013-10-101-34/+9
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-20/+0
* SERVER-9762 Detect and return errors from stream in parseConfigFile and prope...Shaun Verch2013-07-311-5/+5
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-12/+12
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-48/+3
* SERVER-7866 - fix StringData substring and LexNumCmpEliot Horowitz2012-12-141-117/+0
* prevent test failures by raising epsilon value for SleepBackoff testEric Milkie2012-11-081-1/+1
* remove test that was moved to the namespace_testEliot Horowitz2012-10-151-1/+0
* add new test namespacestring_testEliot Horowitz2012-10-151-14/+0
* SERVER-6282 wait-doubling backoff for local mongos errors requiring config se...Greg Studer2012-07-301-1/+52
* fix StringSplitter with splitters of more than 1 characterEliot Horowitz2012-05-161-0/+13
* Add function for removing a global log tee.Aaron2012-04-121-0/+46
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-84/+103
|\
| * SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-2/+15
| * add a functor version of lexNumCmpAaron2012-03-061-84/+90