summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* _id assignment fixEliot Horowitz2009-03-261-0/+1
* safer object managementEliot Horowitz2009-03-261-2/+2
* Model::_id protected instead of privateEliot Horowitz2009-03-261-1/+1
* make Model::save,load virtualEliot Horowitz2009-03-251-3/+3
* add DBClientBase::getServerAddress()Eliot Horowitz2009-03-251-0/+10
* Use string instead of char * in client codeAaron2009-03-242-87/+86
* Replace emptyObj with BSONObj()Aaron2009-03-198-22/+21
* Find requested oplog entry starting from tail of logAaron2009-03-181-3/+5
* get rid of Model::defaultServer since its not being used and complicates some...Eliot Horowitz2009-03-121-8/+1
* Add explicit getMore to client interfaceAaron2009-03-102-4/+45
* Initialize membersAaron2009-03-101-2/+5
* make timestamp work on update, and a testEliot Horowitz2009-02-281-0/+29
* make unserialze take a const BSONObj&Eliot Horowitz2009-02-271-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-251-1/+1
|\
| * Error message changedAaron2009-02-251-1/+1
* | fix getMore and cusror handling (was doing 1 extra network op) and 1 safety c...Eliot Horowitz2009-02-251-1/+2
|/
* more autoreconnect fixageDwight2009-02-242-3/+10
* fix bug with auto reconnect in the clientDwight2009-02-241-5/+14
* accessor for QueryEliot Horowitz2009-02-232-1/+35
* method and command to flush all pooled connectionsEliot Horowitz2009-02-202-2/+38
* open to save to check for errorEliot Horowitz2009-02-202-2/+9
* 'better' LazyStringAaron2009-02-201-3/+1
* Don't create string unless we're actually going to logAaron2009-02-191-1/+3
* Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-2/+3
* virtual dtors == goodAaron2009-02-181-0/+1
* filemd5 supports rootEliot Horowitz2009-02-182-2/+3
* spamEliot Horowitz2009-02-181-2/+0
* fix gridfs - can't use BSONElement for strage like thatEliot Horowitz2009-02-182-19/+32
* add a couple virtual destructors just to be safedwight2009-02-171-0/+2
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-02-175-11/+57
|\
| * fix _id storingEliot Horowitz2009-02-142-8/+10
| * fixed loggingEliot Horowitz2009-02-131-3/+8
| * c++ client:Dwight2009-02-122-0/+39
| * replication / exception throwing bug fixDwight2009-02-121-1/+1
* | a little dbclient.h cleanup (minor)dwight2009-02-131-35/+10
|/
* finish the Repl client connection in the c++ driver.Dwight2009-02-111-13/+17
* Query::toStringEliot Horowitz2009-02-112-2/+8
* Use @file to tell doxygen to document globals, add more doc for BSON() and QU...Aaron2009-02-104-5/+8
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-102-1/+6
|\
| * Don't add 'key' twiceAaron2009-02-101-1/+1
| * include for windowsU-ELIOT-019992DFC\Administrator2009-02-101-0/+5
* | md5 bugDwight2009-02-101-1/+1
|/
* commentsDwight2009-02-091-2/+2
* tutorial; commentsDwight2009-02-093-15/+47
* count() for c++ clientDwight2009-02-093-7/+7
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-092-9/+13
|\
| * ScopedDbCollection -> operatorEliot Horowitz2009-02-092-9/+13
* | bsonobjbuilder cleanupDwight2009-02-096-11/+28
|/
* doneAndDecouple() -> obj()Dwight2009-02-095-37/+37
* tutorialdwight2009-02-081-0/+2