summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
AgeCommit message (Expand)Author
2011-11-21when we get a "not master" error on a command, check for new primary SERVER-4324Eliot Horowitz
2011-08-07SERVER-3249 add so_timeout support in DBClientReplicaSetAaron
2011-07-27forgot an ssl #ifdefEliot Horowitz
2011-07-27support for forced ssl everywhere in client and serverEliot Horowitz
2011-06-25require server name on SocketExceptionEliot Horowitz
2011-06-16better logic for no-result in rs for parallel ops SERVER-2481gregs
2011-06-16parallel cursor recover gracefully from replica set and other errors SERVER-2481gregs
2011-06-13no stack tracegregs
2011-06-13add client socket timeout option SERVER-3220gregs
2011-06-11doesnt make much sense to specify capped without a size so check for thatdwight
2011-06-01check for not master or secondary error on slave queries, re-route SERVER-2253gregs
2011-05-28findN method in cpp clientdwight
2011-05-24fix compileKristina
2011-05-23if $err is not the first element, complain. elsewhere we do not check all the...dwight
2011-05-23Add InsertOption_KeepGoing to keep going after error on bulk insert. SERVER-509Mathias Stearn
2011-05-10test drive StackBufBuilder. can use more laterDwight
2011-05-03Merge branch 'master' into mainDwight
2011-04-21DBClientBase::callLazy - does the send part, and doesn't wait for responseEliot Horowitz
2011-04-14comments etcdwight
2011-04-04C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn
2011-03-30safer not master checkEliot Horowitz
2011-03-30changed failed to _failedEliot Horowitz
2011-03-27add background option to create index in the cpp clientdwight
2011-02-14add ConnectionString and add a testEliot Horowitz
2011-02-09fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz
2011-02-05added option paral to call to specify server address where was sent if differentEliot Horowitz
2011-01-25DBDirectClient uses smart count rather than going over message apiEliot Horowitz
2011-01-04[SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allo...agirbal
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-29a litle rs client cleaningEliot Horowitz
2010-12-20better error message on socket errorEliot Horowitz
2010-12-17moving replica set client code into own filesEliot Horowitz
2010-12-14replace countCommas with str::countEliot Horowitz
2010-12-02track pooled connections by typeEliot Horowitz
2010-11-28keep track of number of DBClientConnection objectsEliot Horowitz
2010-11-10conventions cleaningdwight
2010-10-31dbclient: once a connection in failed state be sure not to use it. this is a ...dwight
2010-10-29Merge branch 'master' of github.com:mongodb/mongoDwight
2010-10-29cleaning; towrads our code standards; consting; better var nameDwight
2010-10-29better error messages on network errorsEliot Horowitz
2010-10-28count takes skip/limitEliot Horowitz
2010-10-18cleaning and slightly nicer output rsdwight
2010-09-30SERVER-1691 don't cache calls to ensureIndex if sharding a collectionAlberto Lerner
2010-09-28Fix unix socket parsing and add test SERVER-1867Mathias Stearn
2010-08-21fix typoAlberto Lerner
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-08-16change massert to uassertEliot Horowitz
2010-08-06fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz
2010-08-03allow set of 1 since can derive SERVER-1556Eliot Horowitz
2010-07-30unref local var warningdwight