summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-9/+9
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-1/+26
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-17/+3
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-3/+2
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-11/+10
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+7
* SERVER-16694 check for shutdown definitively in bgsyncEric Milkie2014-12-301-0/+1
* SERVER-16252 DBConnectionPool::flush should fully flush connection poolRandolph Tan2014-11-241-22/+2
* SERVER-16209 LogComponent::kNetworking -> kNetworkMatt Kangas2014-11-181-1/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-5092 updated default log component in storage and networking subsystemsBenety Goh2014-06-301-1/+1
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-0/+12
* SERVER-5092 tagged storage and networking LOG() messagesBenety Goh2014-06-271-1/+4
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in connpoolAndrew Morrow2014-05-171-1/+1
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-311-12/+20
* SERVER-12585 DBConnectionPool::_get shouldn't verify(!inShutdown)Mathias Stearn2014-02-031-1/+2
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-4/+2
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-4/+5
* SERVER-9041 proactively detect background conn failures in conn poolsGreg Studer2013-05-091-3/+4
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-191-1/+0
* SERVER-7572 Remove all code that sets AuthenticationTables on connectionsSpencer T Brody2012-12-191-4/+0
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-12-181-2/+2
* SERVER-7666 make connPoolStats always report the state of all replica sets be...Greg Studer2012-11-201-8/+2
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-10/+77
* Dont leak connections from the pools when there is an exception. SERVER-6133Spencer T Brody2012-06-211-3/+17
* Always use internal credetials when connecting to the config servers. SERVER-...Spencer T Brody2012-06-201-0/+4
* Remove connections to removed shard from connection pools. SERVER-4581Spencer T Brody2012-06-141-0/+12
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ...Spencer T Brody2012-06-121-0/+5
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-10/+0
* Remove unused codeSpencer T Brody2012-05-101-7/+0
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* SERVER-5069 replace ScopedDBConnection message with something more meaningfulGreg Studer2012-02-241-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+426