summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-228-114/+136
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-196-123/+32
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-143-12/+16
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-092-21/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-4/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-5/+4
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-294-16/+16
* SERVER-22653 Retry establishing remote cursor during rollbackVesselina Ratcheva2018-05-301-1/+1
* SERVER-33759 Forbid replication protocol version 0Spencer T Brody2018-04-131-0/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-8/+7
* SERVER-32674 Make SocketException not be a special typeMathias Stearn2018-01-192-3/+3
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-312-16/+12
* SERVER-28509 DBClientCursor now uses read commandsMathias Stearn2017-07-261-2/+2
* SERVER-28509 DBClient::killCursor() now uses commandMathias Stearn2017-07-262-2/+2
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-262-4/+3
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-274-0/+8
* Revert "SERVER-29165 Don't create RestrictionEnvironment in TransportLayer"Jonathan Reams2017-06-264-8/+0
* SERVER-29165 Don't create RestrictionEnvironment in TransportLayerJonathan Reams2017-06-264-0/+8
* SERVER-29319 Expose OpMsgRequest interface in DBClientMathias Stearn2017-06-194-69/+11
* SERVER-28814 Stop returning Status from metadata functionsMathias Stearn2017-05-121-1/+1
* SERVER-27995 make repl_set* naming convention consistentJudah Schvimer2017-03-062-10/+10
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+3
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-043-5/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-282-3/+3
* SERVER-23513 Move SocketException to its own librarysamantharitter2016-04-072-2/+2
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-052-14/+2
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-1/+2
* SERVER-19563 kill KillCursor piggyBack codeMathias Stearn2015-07-242-5/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2010-1068/+1054
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-4/+4
* SERVER-18292 SERVER-18236 read ReadPreference off of metadata in DBClientRSAdam Midvidy2015-06-164-31/+95
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-102-3/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-5/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-102-4/+4
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-2/+1
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-8/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-152-0/+7
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-052-0/+4
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-202-38/+46
* SERVER-14046 Change SHUNNED to correct name - REMOVEDAnil Kumar2014-08-061-1/+1
* SERVER-14065 use namespace mongo::repl in dbtests pertaining to replicationmatt dannenberg2014-05-271-6/+8
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-272-7/+7
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-222-7/+7
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-192-9/+9