summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2015-12-141-2/+6
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-2/+12
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-250/+275
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-1/+1
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-18947 Remove unused catalog manager codeKaloian Manassiev2015-06-151-23/+5
* SERVER-18464 Implement ReplicaSetMonitorManager to replace staticsKaloian Manassiev2015-06-111-1/+0
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-1/+0
* SERVER-13339 Cleanup some SConscript and includesKaloian Manassiev2015-02-201-7/+5
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-9788 mongos does not respect secondary preferred after temporarily una...Randolph Tan2014-06-301-0/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-19/+19
* SERVER-6018 Replace AtomicUInt with AtomicUInt32 in connpoolAndrew Morrow2014-05-171-4/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13617 don't compare pointers to 0 using >Mathias Stearn2014-05-011-1/+1
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-311-9/+49
* SERVER-3364 Label rest of client api with MONGO_CLIENT_APIRanjay Krishna2013-12-281-17/+18
* SERVER-8460 Remove ScopedDbConnection::getScopedDbConnection factory functionsSpencer T Brody2013-03-131-20/+1
* SERVER-7572 Remove almost all remaining references to AuthenticationInfoSpencer T Brody2012-12-211-6/+1
* SERVER-7572 Remove all references to AuthenticationTable outside of Authentic...Spencer T Brody2012-12-191-1/+0
* SERVER-939 make scopedDbConnection take ConnectionStrings directlyGreg Studer2012-12-031-0/+8
* buildbot compire error fix for SERVER-4706Randolph Tan2012-11-171-1/+1
* SERVER-4706 when a socket between mongos and mongod fails, close all connecti...Randolph Tan2012-11-161-3/+42
* Fixed typosPascal Borreli2012-10-141-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+1
* Send authentication table with all internal commands. SERVER-4156Spencer T Brody2012-06-161-0/+1
* Update comment about when to use getInternalScopedDbConnectionSpencer T Brody2012-06-151-3/+8
* Remove connections to removed shard from connection pools. SERVER-4581Spencer T Brody2012-06-141-0/+3
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ...Spencer T Brody2012-06-121-0/+3
* Change getScopedDbConnection to getInternalScopedDbConnection where appropria...Spencer T Brody2012-06-121-3/+8
* Change every place that creates a ScopedDbConnection to use a factory functio...Spencer T Brody2012-05-291-9/+10
* Remove unused codeSpencer T Brody2012-05-101-2/+0
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-5/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+291