summaryrefslogtreecommitdiff
path: root/client/connpool.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ScopedDbCollection -> operatorEliot Horowitz2009-02-091-0/+5
* repl pairs support in conn pooldwight2009-02-071-6/+8
* safety and better error messageEliot Horowitz2009-02-031-0/+4
* solaris compileEliot Horowitz2009-02-011-1/+1
* commentsunknown2009-01-261-4/+16
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-2/+2
* Indent all lines within namespaces one levelAaron2009-01-151-56/+56
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Replace tab indentation with spacesAaron2008-12-281-20/+22