summaryrefslogtreecommitdiff
path: root/src/mongo/client
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-11/+11
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-032-17/+8
* SERVER-17338: uassert when primary steps down during dbcopyGeert Bosch2015-02-261-0/+4
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-204-12/+8
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0611-14/+14
* Changes all relevant instances of 2.8 to 3.0Ramon Fernandez2015-01-221-3/+3
* SERVER-16658 multibatch getIndexSpecs/getCollectionInfosTyler Brock2015-01-151-12/+22
* SERVER-16754 correct shouldLog() to respect the current default componentEric Milkie2015-01-151-2/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-154-12/+0
* SERVER-13256 Remove debug_util.h from pch.hAndrew Morrow2015-01-152-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1512-0/+61
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-152-12/+12
* SERVER-16684 Assert that dynamic_cast succeeded to satisfy coveritySpencer T Brody2015-01-071-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-054-7/+15
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-053-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-056-3/+14
* SERVER-13256 Remove scoped_array from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-053-1/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-054-0/+12
* SERVER-13256 Remove inclusion of export_macros from pch.hAndrew Morrow2015-01-053-0/+3
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-052-2/+2
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-303-0/+3
* SERVER-16237 Don't check shard version if the replica set monitor knows the p...Spencer T Brody2014-12-223-1/+33
* SERVER-16586 Fix mongoperf crash with MMF and syncDelaySlawomir Pawlowski2014-12-191-0/+2
* SERVER-14306 Make sure mongos never requests more results than needed from th...Spencer T Brody2014-12-182-0/+12
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-2/+13
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-2/+10
* SERVER-15743 Fixed size_t overflow in SaslClientSession::setParameterRobert Guo2014-12-101-0/+2
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-1/+1
* SERVER-16440 cap displayed ping times in replica set monitorEric Milkie2014-12-051-1/+10
* SERVER-15318 copydb should not use exhaust flag when used against mongosRandolph Tan2014-11-251-2/+14
* SERVER-16252 DBConnectionPool::flush should fully flush connection poolRandolph Tan2014-11-241-22/+2
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-212-0/+5
* SERVER-15496 Update old unit tests to use new ReplicaSetConfigSpencer T Brody2014-11-202-25/+43
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-188-8/+8
* SERVER-15994 fix listIndexes, listDatabases, and listCollections to require t...matt dannenberg2014-11-171-2/+8
* SERVER-16058 change misleading message about cursor cleanup in parallel.cppGreg Studer2014-11-171-11/+13
* SERVER-15541 preserve chunk ranges during long-running yielding count/geoNearGreg Studer2014-11-171-22/+38
* SERVER-16052 fix $explain queries for clusters with shards at version 2.6 or ...David Storch2014-11-121-5/+26
* SERVER-16105 do not hold any locks when exiting via shutdown commandEric Milkie2014-11-121-1/+1
* SERVER-16027 create replica set monitor when req'd when resolving shards for ...Greg Studer2014-11-111-1/+1
* SERVER-7596 Typo in shell's SASL auth error message.A. Jesse Jiryu Davis2014-11-061-1/+1
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15890 Fix initial sync from 2.6 node by setting slaveOk bit where nece...Spencer T Brody2014-10-311-2/+5
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-4/+1
* SERVER-15706 Refactor internal user authenticationAndreas Nilsson2014-10-211-2/+17
* SERVER-15402 Improve ShardPtr/ConnectionString management for commands and se...Randolph Tan2014-10-151-1/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-143-0/+6