summaryrefslogtreecommitdiff
path: root/src/mongo/client/connpool.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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