summaryrefslogtreecommitdiff
path: root/client/connpool.h
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-291/+0
* spellinggregs2011-10-201-2/+2
* fix connection pooling with socket timeoutsEliot Horowitz2011-07-121-4/+15
* add client socket timeout option SERVER-3220gregs2011-06-131-8/+18
* onDestry hook for connection poolEliot Horowitz2011-05-191-11/+8
* timeout connections idle for 30 minutesEliot Horowitz2011-05-171-2/+11
* ok() method on ScopedConnection to know if you actually have one or if done h...Eliot Horowitz2011-04-211-0/+8
* standards compliant and leak a list on shutdown to avoid race condition SERVE...Eliot Horowitz2011-03-171-20/+24
* pointer owernship docsEliot Horowitz2011-03-171-2/+2
* cap connections in connection pool stack SERVER-2687 180Eliot Horowitz2011-03-051-0/+5
* more windows fixesMathias Stearn2011-01-181-1/+1
* Fix windows build by using consistent map typeMathias Stearn2011-01-181-1/+2
* handle sharded+rs get last error when replica set config may change during opEliot Horowitz2011-01-181-1/+11
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-33/+33
* better error messageAlberto Lerner2010-12-101-3/+3
* track pooled connections by typeEliot Horowitz2010-12-021-4/+6
* more connection debuggingEliot Horowitz2010-11-281-1/+10
* commentsDwight2010-10-281-4/+8
* comment on possible throwsAlberto Lerner2010-10-201-2/+4
* towards conventionsAlberto Lerner2010-10-201-24/+17
* timeout connections idle in pool after an hour SERVER-1731Eliot Horowitz2010-09-131-1/+11
* cleaning connection pool up a bit in prep for SERVER-1731Eliot Horowitz2010-09-131-9/+32
* can set connection pool error name so can easily differentiate mongos from mo...Eliot Horowitz2010-09-101-3/+6
* check all shard connections at once so we don't get cascading failure SERVER-...Eliot Horowitz2010-08-031-1/+9
* more work on ConnectionString SERVER-1319Eliot Horowitz2010-07-011-0/+12
* some assertionsEliot Horowitz2010-05-281-1/+7
* Close connections in pool on shutdownMathias Stearn2010-05-271-0/+2
* Plug leaksMathias Stearn2010-05-271-2/+2
* MutexDebuggerDwight Merriman2010-05-261-0/+2
* fix connection pooling a bitEliot Horowitz2010-05-201-0/+5
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-2/+3
* ScopedConn rsDwight2010-05-061-2/+0
* fix ScopedDBCOnnectionleak SERVER-1077Eliot Horowitz2010-05-031-1/+3
* some client refactoringEliot Horowitz2010-04-291-2/+4
* connPoolStatsEliot Horowitz2010-04-281-5/+9
* fix DBClientCursor ownership of ScopedDBConnection SERVER-1048Eliot Horowitz2010-04-261-5/+14
* Automatic cleanup of global macros in client headers. SERVER-1042Mathias Stearn2010-04-231-0/+3
* Shard abstractionEliot Horowitz2010-04-191-1/+7
* safetyEliot Horowitz2010-04-191-1/+1
* can use sharding with SyncClusterConnection for 2 phase commit across 3 serve...Eliot Horowitz2010-03-221-7/+2
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-2/+2
* 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
* don't complain about ScopedDBConnection if the underlying connection failedEliot Horowitz2009-09-141-1/+3
* onHandedOutEliot Horowitz2009-09-141-1/+6
* add hooks for connection poolEliot Horowitz2009-09-111-1/+10
* use stack instead of queue for keeping connections so you get the same one in...Eliot Horowitz2009-03-301-3/+5
* method and command to flush all pooled connectionsEliot Horowitz2009-02-201-1/+2
* Use @file to tell doxygen to document globals, add more doc for BSON() and QU...Aaron2009-02-101-1/+1
* tutorial; commentsDwight2009-02-091-10/+12