summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/commandtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-7/+10
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-2/+2
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-20/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+26
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-24/+25
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-191-9/+3
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-071-0/+34
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-27385: Add dbtest asserting that {rolesInfo: 1} returns no duplicate f...Spencer Jackson2016-12-151-22/+46
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
* SERVER-19642 Add check for duplicate keys in index specVincent Do2016-05-091-0/+45
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+6
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-6/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-199/+204
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-0/+153
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-4/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-2/+4
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-4/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-2/+4
* 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-3/+4
* 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/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+98