summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2009-03-30make simpleCommand public since its handy and harmlessEliot Horowitz
2009-03-30More correct timestamp update checkAaron
2009-03-30use stack instead of queue for keeping connections so you get the same one in...Eliot Horowitz
2009-03-29log(2) when create a new connection for poolingEliot Horowitz
2009-03-26_id assignment fixEliot Horowitz
2009-03-26safer object managementEliot Horowitz
2009-03-26Model::_id protected instead of privateEliot Horowitz
2009-03-25make Model::save,load virtualEliot Horowitz
2009-03-25add DBClientBase::getServerAddress()Eliot Horowitz
2009-03-24Use string instead of char * in client codeAaron
2009-03-19Replace emptyObj with BSONObj()Aaron
2009-03-18Find requested oplog entry starting from tail of logAaron
2009-03-12get rid of Model::defaultServer since its not being used and complicates some...Eliot Horowitz
2009-03-10Add explicit getMore to client interfaceAaron
2009-03-10Initialize membersAaron
2009-02-28make timestamp work on update, and a testEliot Horowitz
2009-02-27make unserialze take a const BSONObj&Eliot Horowitz
2009-02-25Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz
2009-02-25fix getMore and cusror handling (was doing 1 extra network op) and 1 safety c...Eliot Horowitz
2009-02-25Error message changedAaron
2009-02-24more autoreconnect fixageDwight
2009-02-24fix bug with auto reconnect in the clientDwight
2009-02-23accessor for QueryEliot Horowitz
2009-02-20method and command to flush all pooled connectionsEliot Horowitz
2009-02-20open to save to check for errorEliot Horowitz
2009-02-20'better' LazyStringAaron
2009-02-19Don't create string unless we're actually going to logAaron
2009-02-18Get rid of stringable class, use implicit type conversion to string insteadAaron
2009-02-18virtual dtors == goodAaron
2009-02-18filemd5 supports rootEliot Horowitz
2009-02-18spamEliot Horowitz
2009-02-18fix gridfs - can't use BSONElement for strage like thatEliot Horowitz
2009-02-17add a couple virtual destructors just to be safedwight
2009-02-17Merge branch 'master' of git@github.com:mongodb/mongodwight
2009-02-14fix _id storingEliot Horowitz
2009-02-13a little dbclient.h cleanup (minor)dwight
2009-02-13fixed loggingEliot Horowitz
2009-02-12c++ client:Dwight
2009-02-12replication / exception throwing bug fixDwight
2009-02-11finish the Repl client connection in the c++ driver.Dwight
2009-02-11Query::toStringEliot Horowitz
2009-02-10Use @file to tell doxygen to document globals, add more doc for BSON() and QU...Aaron
2009-02-10Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight
2009-02-10md5 bugDwight
2009-02-10Don't add 'key' twiceAaron
2009-02-10include for windowsU-ELIOT-019992DFC\Administrator
2009-02-09commentsDwight
2009-02-09tutorial; commentsDwight
2009-02-09count() for c++ clientDwight
2009-02-09Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight