summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Query::toStringEliot Horowitz2009-02-111-0/+4
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-101-1/+1
|\
| * Don't add 'key' twiceAaron2009-02-101-1/+1
* | md5 bugDwight2009-02-101-1/+1
|/
* count() for c++ clientDwight2009-02-091-4/+4
* bsonobjbuilder cleanupDwight2009-02-091-1/+10
* doneAndDecouple() -> obj()Dwight2009-02-091-5/+5
* Use const reference to string to avoid extra copy when string passed explicitlyAaron2009-02-031-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pEliot Horowitz2009-02-021-11/+9
|\
| * Parse port suffix before calling hostbyname()Aaron2009-02-021-11/+9
* | using string instead of char* in a couple o placesEliot Horowitz2009-02-021-2/+2
|/
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-01-301-4/+5
|\
| * change password digestEliot Horowitz2009-01-301-4/+5
* | $where support in the driver Query objectDwight2009-01-301-0/+10
|/
* implement resetErrorDwight2009-01-301-4/+4
* getlasterror helper for c++ driverDwight2009-01-301-2/+21
* $hint takes keypattern objects nowDwight2009-01-301-2/+2
* hint and explainDwight2009-01-301-1/+23
* sort() for c++ clientDwight2009-01-291-11/+38
* make security work with repl pairsdwight2009-01-241-17/+33
* c++ driver: cache authentications so that autoReconnect on a DBClientConnecti...dwight2009-01-241-6/+55
* replication with security ondwight2009-01-231-3/+5
* Add remove to interface, and fix implementationAaron2009-01-231-1/+1
* Add multi-insert and update functions to client interfaceAaron2009-01-231-0/+15
* fix authTestEliot Horowitz2009-01-211-12/+13
* make the c++ driver support digested & salted passwords in system.usersdwight2009-01-211-2/+15
* getnonce now returns a prettier nonce string -- hex digits as a string instea...dwight2009-01-211-1/+1
* using stringsEliot Horowitz2009-01-201-7/+8
* suppress a couple compiler warningsunknown2009-01-181-9/+9
* authenticate command workdwight2009-01-181-0/+48
* doc cleaning/orgEliot Horowitz2009-01-151-1/+1
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-19/+19
* Indent all lines within namespaces one levelAaron2009-01-151-515/+515
* Replace tab indentation with spacesAaron2009-01-141-135/+140
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* ensureIndexEliot Horowitz2009-01-141-0/+51
* updateEliot Horowitz2009-01-131-0/+17
* remove should be part of BaseEliot Horowitz2009-01-131-2/+2
* sayPiggyBack/piggyBackEliot Horowitz2009-01-131-1/+13
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-101-18/+61
|\
| * set options flag when $err is returnedDwight2009-01-091-1/+1
| * todo for cursor killEliot Horowitz2009-01-081-0/+7
| * recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-16/+18
| * Enhance json parserAaron2009-01-061-1/+1
| * insert/remove in DBClientConnectionEliot Horowitz2009-01-051-0/+34
* | command work client driverdwight2009-01-101-5/+132
|/
* moving DBDirectClient to instance.* b/c it only make sense there and cleans l...Eliot Horowitz2009-01-021-29/+0
* move DirectConnector to dbclient and make DBDirectClientEliot Horowitz2008-12-311-0/+32
* Replace tab indentation with spacesAaron2008-12-281-158/+160
* Log port number when connect failsAaron2008-12-191-1/+3