summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/clienttests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-8/+14
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-8/+12
* 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-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-3/+2
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-2/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-35516 Get rid of OldClientWriteContextKaloian Manassiev2018-06-151-1/+1
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+2
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-60/+60
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-0/+157
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-8/+17
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-17/+8
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-8/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-167/+168
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-47/+6
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-1/+0
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-13635 stop relying on system.indexes in dbtestsMathias Stearn2014-10-021-9/+3
* SERVER-13635 Remove deprecated getIndexes() methodMathias Stearn2014-09-291-11/+11
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-10/+37
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-37/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-10/+37
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-37/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-10/+37
* SERVER-13961 Start using LockState from the OperationContextKaloian Manassiev2014-06-021-2/+2
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-7/+6
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-6/+7
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-7/+6
* SERVER-11643: remove all active nsdetails calls in testsEliot Horowitz2014-04-031-4/+9
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-3/+3
* SERVER-2771 Retry index builds on startupKristina2012-11-121-1/+42
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-42/+1
* SERVER-2771 Retry index builds on startupKristina2012-11-121-1/+42
* remove db/concurrency.h which has nothing in itEliot Horowitz2012-04-231-1/+1
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+1