summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-141-1/+1
* SERVER-45276 Release lock before destroying DBClientBasesBen Caimano2020-01-031-1/+13
* SERVER-44155 Validate a subset of latches of all levelsRahul Sundararaman2019-12-091-1/+3
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+3
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39642 Decrement egress counter when scoped connection not returned to ...Rahul Sundararaman2019-06-041-4/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-011-18/+84
* Revert "SERVER-28822 Add new dbclient connection pool options"Jason Carey2018-01-021-84/+18
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2017-12-201-18/+84
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-171-1/+27
* Revert "SERVER-28760 Add egress logging to DBConnectionPool"samantharitter2017-04-161-20/+0
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-151-0/+20
* SERVER-27802 add comments to PoolForHost headerEsha Maharishi2017-02-061-2/+16
* SERVER-27210 Allow shell to connect to replicasets with ssl=true in URIJonathan Reams2016-12-081-0/+3
* SERVER-26228 Change `PoolForHost` to use RAII.ADAM David Alan Martin2016-12-061-2/+2
* SERVER-26219 - Change accessors/observers to const.ADAM David Alan Martin2016-12-021-2/+2
* SERVER-26846 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool: expected ...Waley Chen2016-11-011-0/+5
* SERVER-25183 scoped_db_conn_test.exe - DontReturnConnGoneBadToPool FailedWaley Chen2016-10-241-2/+14
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-10/+2
* Revert "SERVER-26683 Log reason for marking repl hosts as failed in the RSM"Kaloian Manassiev2016-10-241-2/+10
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-241-10/+2
* 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