summaryrefslogtreecommitdiff
path: root/client/connpool.cpp
Commit message (Expand)AuthorAgeFilesLines
* shutdown safetyEliot Horowitz2011-04-211-0/+1
* standards compliant and leak a list on shutdown to avoid race condition SERVE...Eliot Horowitz2011-03-171-5/+11
* cap connections in connection pool stack SERVER-2687 180Eliot Horowitz2011-03-051-1/+8
* better exceptionEliot Horowitz2011-01-251-1/+2
* more windows fixesMathias Stearn2011-01-181-1/+1
* Fix windows build by using consistent map typeMathias Stearn2011-01-181-2/+2
* handle sharded+rs get last error when replica set config may change during opEliot Horowitz2011-01-181-0/+9
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-52/+52
* track pooled connections by typeEliot Horowitz2010-12-021-1/+22
* fix warningEliot Horowitz2010-11-281-2/+2
* more connection debuggingEliot Horowitz2010-11-281-7/+20
* keep track of number of DBClientConnection objectsEliot Horowitz2010-11-281-0/+1
* timeout connections idle in pool after an hour SERVER-1731Eliot Horowitz2010-09-131-12/+31
* cleaning connection pool up a bit in prep for SERVER-1731Eliot Horowitz2010-09-131-32/+42
* can set connection pool error name so can easily differentiate mongos from mo...Eliot Horowitz2010-09-101-2/+2
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* SERVER-1461 auth when getting remote authlog infoAaron2010-08-161-1/+1
* centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-301-29/+5
* more work on ConnectionString SERVER-1319Eliot Horowitz2010-07-011-38/+71
* Close connections in pool on shutdownMathias Stearn2010-05-271-0/+12
* Plug leaksMathias Stearn2010-05-271-16/+15
* fix connection pooling a bitEliot Horowitz2010-05-201-0/+9
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-2/+2
* fix ScopedDBCOnnectionleak SERVER-1077Eliot Horowitz2010-05-031-3/+5
* connPoolStatsEliot Horowitz2010-04-281-6/+35
* stdafx->pchDwight2010-04-271-1/+1
* fix DBClientCursor ownership of ScopedDBConnection SERVER-1048Eliot Horowitz2010-04-261-0/+7
* more /_commandsDwight2010-04-231-0/+1
* /_commands in the http interfaceDwight2010-04-231-2/+2
* first pass at making replication more realtimeDwight2010-03-261-0/+1
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-3/+21
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* change Command locking configEliot Horowitz2010-02-261-0/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-2/+2
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* minor missing spaceDwight2009-10-141-1/+1
* onHandedOutEliot Horowitz2009-09-141-0/+10
* add hooks for connection poolEliot Horowitz2009-09-111-1/+15
* use stack instead of queue for keeping connections so you get the same one in...Eliot Horowitz2009-03-301-2/+2
* log(2) when create a new connection for poolingEliot Horowitz2009-03-291-0/+1
* method and command to flush all pooled connectionsEliot Horowitz2009-02-201-1/+36
* repl pairs support in conn pooldwight2009-02-071-7/+20
* safety and better error messageEliot Horowitz2009-02-031-1/+1
* Indent all lines within namespaces one levelAaron2009-01-151-19/+19
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-7/+7
* move connpool to client folderunknown2008-10-311-0/+46