summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mock
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-162-4/+4
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-168-72/+168
* SERVER-13645 move Member class into its own header and cpp filematt dannenberg2014-04-231-1/+1
* SERVER-10755 additional client connection logging, as well as setShardName lo...Greg Studer2014-01-172-2/+2
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-102-0/+24
* SERVER-10006 Secondary read pref with tag can end up selecting no nodes on retryRandolph Tan2013-06-251-1/+1
* SERVER-9174 Race condition on read_pref_rs_client.js after reconfigRandolph Tan2013-04-012-1/+11
* SERVER-7636 Do not use cached connection when read preference changesRandolph Tan2013-02-141-0/+5
* SERVER-8210 Cannot insert new documents to mock server after doing a queryRandolph Tan2013-01-172-12/+8
* SERVER-7572 Remove all code that sends AuthenticationTablesSpencer T Brody2012-12-194-8/+5
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-172-90/+134
* Revert "SERVER-7867 repl_monitor_stress.js failing"Randolph Tan2012-12-142-128/+90
* SERVER-7867 repl_monitor_stress.js failingRandolph Tan2012-12-142-90/+128
* SERVER-7865 Make copy of resultSet to be owned by mock cursorTad Marshall2012-12-082-1/+3
* SERVER-7865 Add ability to set query replies based on namespace for MockRemot...Randolph Tan2012-12-075-17/+76
* SERVER-6754 Buildbot failure fix for shard_conn_testRandolph Tan2012-12-052-11/+17
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-0510-132/+251
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-12-058-13/+149
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-164-2/+83
* SERVER-7272 mock_dbclient_connection.cpp compiler warningRandolph Tan2012-10-051-2/+2
* SERVER-6754 Create a mock for testing replica set connectionsRandolph Tan2012-08-306-0/+1022