summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/basictests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-5/+5
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+1
* SERVER-40047 Test for blocking queue should not test for non-guaranteed condi...Matthew Russotto2019-03-081-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-4/+0
* SERVER-37880 Make time_support's Backoff class non-blockingKaloian Manassiev2019-01-141-27/+0
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-4/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-35/+0
* SERVER-34540 Remove sleeptest from dbtestJonathan Reams2018-04-231-68/+0
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-031-1/+1
* Revert "SERVER-27886 Move paths.* into mmap_v1"Geert Bosch2017-03-011-1/+1
* SERVER-27886 Move paths.* into mmap_v1Maria van Keulen2017-03-011-1/+1
* SERVER-5738 Remove MONGO_ONCE in favor of std::call_onceMark Benvenuto2017-01-041-3/+0
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+1
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+1
* 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