summaryrefslogtreecommitdiff
path: root/src/mongo/client/connection_pool.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-5/+5
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32978 Advertise SCRAM-SHA-256 authentication for the internal userJonathan Reams2018-11-141-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-36468 Add a mechanism to allow breaking DBClientConnection out of a bl...Mathias Stearn2018-09-131-3/+3
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-1/+1
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-2/+2
* SERVER-29319 Delete DBClient::runCommandWithMetadata{,AndTarget}Mathias Stearn2017-06-281-4/+3
* SERVER-28795 dbclient ConnectionPool initializes _lastCleanUpTimeBen Shteinfeld2017-06-071-1/+3
* SERVER-25151 Honor ssl=true/false in URIs in the shellsamantharitter2016-09-131-0/+2
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-2/+0
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-0/+2
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-25340 Remove MONGODB-CR cluster authentication fallbackAndreas Nilsson2016-08-011-1/+1
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-1/+1
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-23745 Fix coverity 98538, unchecked return valueShane Harvey2016-04-151-1/+1
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-5/+2
* SERVER-20233 Custom move assignments must handle self-assignmentMathias Stearn2015-09-181-0/+5
* SERVER-19608 Authenticate new connections before running connection hookSpencer T Brody2015-08-281-21/+17
* SERVER-19543 Add connection hook for checking config server mode to connectio...Spencer T Brody2015-08-181-12/+19
* SERVER-19861 converted uses of std::chrono::duration::count() to mongo::durat...Benety Goh2015-08-111-5/+5
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-311-5/+39
* SERVER-19156 refactor per-connection state from AsyncOp to AsyncConnectionAdam Midvidy2015-07-021-0/+12
* SERVER-18036 ConnectionPool should uassert with well defined error code when ...Benety Goh2015-06-251-1/+1
* SERVER-19092 Increase the connection pool cleanup intervalKaloian Manassiev2015-06-241-2/+3
* SERVER-19092 Cleanup connection poolKaloian Manassiev2015-06-241-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-169/+153
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-7/+6
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-17/+11
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-11/+17
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-17/+11
* SERVER-18353 Move replication's ConnectionPool to a separate libraryKaloian Manassiev2015-05-071-0/+253