summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock_dbclient_conn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-27/+28
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-191-6/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+9
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-0/+2
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-2/+0
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-0/+2
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-071-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-428/+447
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-16/+16
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8210 Cannot insert new documents to mock server after doing a queryRandolph Tan2013-01-171-0/+44
* SERVER-7865 Add ability to set query replies based on namespace for MockRemot...Randolph Tan2012-12-071-10/+192
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-0/+2
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-051-0/+48
* SERVER-7475 Remove upper bound test on mock dbclient delayRandolph Tan2012-10-261-2/+5
* SERVER-7475 Remove upper bound test on mock dbclient delayRandolph Tan2012-10-251-4/+2
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-08-301-0/+315