summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++ driver now supports 1.8 M/R options SERVER-2893Mathias Stearn2011-05-031-3/+4
* safer not master checkEliot Horowitz2011-03-311-4/+5
* add ConnectionString and add a testEliot Horowitz2011-02-141-0/+33
* fix replica set cursor cleaning through mongos SERVER-2505Eliot Horowitz2011-02-091-2/+6
* added option paral to call to specify server address where was sent if differentEliot Horowitz2011-02-051-1/+1
* DBDirectClient uses smart count rather than going over message apiEliot Horowitz2011-01-251-7/+12
* [SERVER-2286]: slaveOk is ignored for group() and mapReduce(), these are allo...agirbal2011-01-041-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-138/+139
* a litle rs client cleaningEliot Horowitz2010-12-291-0/+1
* better error message on socket errorEliot Horowitz2010-12-201-1/+1
* moving replica set client code into own filesEliot Horowitz2010-12-171-204/+0
* replace countCommas with str::countEliot Horowitz2010-12-141-1/+1
* track pooled connections by typeEliot Horowitz2010-12-021-0/+18
* keep track of number of DBClientConnection objectsEliot Horowitz2010-11-281-0/+2
* conventions cleaningdwight2010-11-101-2/+0
* dbclient: once a connection in failed state be sure not to use it. this is a ...dwight2010-10-311-4/+8
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-10-291-4/+11
|\
| * better error messages on network errorsEliot Horowitz2010-10-291-2/+2
| * count takes skip/limitEliot Horowitz2010-10-281-2/+9
* | cleaning; towrads our code standards; consting; better var nameDwight2010-10-291-1/+1
|/
* cleaning and slightly nicer output rsdwight2010-10-181-1/+1
* SERVER-1691 don't cache calls to ensureIndex if sharding a collectionAlberto Lerner2010-09-301-2/+4
* Fix unix socket parsing and add test SERVER-1867Mathias Stearn2010-09-281-1/+1
* fix typoAlberto Lerner2010-08-211-1/+1
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-3/+3
* change massert to uassertEliot Horowitz2010-08-161-1/+1
* fix getMore with sharding+rs in edge case SERVER-1584Eliot Horowitz2010-08-061-0/+12
* allow set of 1 since can derive SERVER-1556Eliot Horowitz2010-08-031-1/+2
* unref local var warningdwight2010-07-301-1/+1
* c++ repl set connection will add hosts in hosts array to list SERVER-1320Eliot Horowitz2010-07-301-3/+47
* replaced replica pair connection with basic set version SERVER-1320Eliot Horowitz2010-07-301-184/+133
* centralize connection url parsing SERVER-1319Eliot Horowitz2010-07-301-4/+24
* fix paired authEliot Horowitz2010-07-261-4/+4
* cleaning remove flagsEliot Horowitz2010-07-221-1/+1
* findOne now takes const Query&Eliot Horowitz2010-07-211-2/+2
* SERVER-1270 Elim c_str() /clientAlberto Lerner2010-07-201-1/+1
* SERVER-1270 Hook StringData to BufBuilderAlberto Lerner2010-07-191-17/+17
* cleaningdwight2010-07-181-1/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-1/+1
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-1/+1
* use long instead of int for countEliot Horowitz2010-07-161-1/+1
* fix error codeEliot Horowitz2010-07-161-1/+1
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-07-151-1/+1
|\
| * don't inline in cpp SERVER-1420Eliot Horowitz2010-07-141-1/+1
* | SERVER-1387 clone/exhaustAaron2010-07-141-9/+49
|/
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-2/+2
* git rid of "operator string"Mathias Stearn2010-07-071-2/+2
* masterConn in DBClientPairedEliot Horowitz2010-07-011-0/+4
* more work on ConnectionString SERVER-1319Eliot Horowitz2010-07-011-0/+36
* fix bad result handling SERVER-1275Eliot Horowitz2010-06-211-0/+1