summaryrefslogtreecommitdiff
path: root/client/dbclient.h
Commit message (Expand)AuthorAgeFilesLines
* nicer assert for unopened connectionEliot Horowitz2011-04-281-1/+1
* function must return a value error/warningdwight2011-04-221-1/+1
* DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz2011-04-211-2/+10
* comments etcdwight2011-04-141-0/+3
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-04-041-3/+16
* changed failed to _failedEliot Horowitz2011-03-301-5/+5
* add background option to create index in the cpp clientdwight2011-03-271-2/+3
* just formattingdwight2011-03-141-0/+1
* add ConnectionString and add a testEliot Horowitz2011-02-141-22/+9
* some public accessorsEliot Horowitz2011-02-121-14/+10
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-091-0/+4
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-2/+3
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-251-1/+3
* ability to get partial results from a sharded find SERVER-2020Eliot Horowitz2011-01-251-1/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-127/+127
* commentDwight2010-12-291-1/+1
* remove isMember since it was ill-formed and only used for an assertEliot Horowitz2010-12-181-3/+0
* moving replica set client code into own filesEliot Horowitz2010-12-171-98/+1
* make isFailed publicEliot Horowitz2010-12-161-3/+4
* commentEliot Horowitz2010-12-141-0/+14
* replace countCommas with str::countEliot Horowitz2010-12-141-9/+1
* update rs timeout on each reconfig SERVER-2045Kristina2010-12-071-3/+4
* track pooled connections by typeEliot Horowitz2010-12-021-2/+4
* keep track of number of DBClientConnection objectsEliot Horowitz2010-11-281-1/+13
* show repl state in shell prompt. needs more workdwight2010-11-231-2/+2
* dbclient: once a connection in failed state be sure not to use it. this is a ...dwight2010-10-311-2/+4
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-10-291-3/+2
|\
| * better error messages on network errorsEliot Horowitz2010-10-291-2/+1
| * count takes skip/limitEliot Horowitz2010-10-281-1/+1
* | cleaning; towrads our code standards; consting; better var nameDwight2010-10-291-41/+27
|/
* cleaning and slightly nicer output rsdwight2010-10-181-4/+1
* SERVER-1691 don't cache calls to ensureIndex if sharding a collectionAlberto Lerner2010-09-301-1/+3
* cruftAlberto Lerner2010-09-241-6/+0
* support sub-second timeouts SERVER-1515Mathias Stearn2010-09-071-2/+2
* mongo::Query instead of Query for defineEliot Horowitz2010-08-311-1/+1
* SERVER-1607 expose replica set of a ConnectionStringAlberto Lerner2010-08-271-0/+4
* SERVER-1611 allow localhost in a replica-set-based shardAlberto Lerner2010-08-271-4/+9
* sayPiggyBack for replica set connection SERVER-1647Eliot Horowitz2010-08-201-1/+1
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-4/+15
* allow set of 1 since can derive SERVER-1556Eliot Horowitz2010-08-031-1/+3
* commentDwight2010-08-021-0/+1
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-63/+84
* centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-301-1/+9
* fix paired authEliot Horowitz2010-07-261-1/+1
* cleaning remove flagsEliot Horowitz2010-07-221-1/+12
* findOne now takes const Query&Eliot Horowitz2010-07-211-2/+2
* raw methods for talking to dbEliot Horowitz2010-07-211-3/+17
* rs initial syncdwight2010-07-191-1/+2
* SERVER-1387 clone/exhaustAaron2010-07-141-4/+13
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-2/+4