summaryrefslogtreecommitdiff
path: root/client/connpool.h
Commit message (Expand)AuthorAgeFilesLines
* cap connection pool sizev1.6Eliot Horowitz2011-03-051-2/+11
* 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
* better json outputDwight2008-11-141-2/+10
* move connpool to client folderunknown2008-10-311-0/+78