summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Model::save()Eliot Horowitz2009-02-082-2/+36
* fix thorwing of exception wasn't right (dbclientconnection)dwight2009-02-082-4/+6
* Model needs a server name, not a connection, and uses poolsEliot Horowitz2009-02-082-5/+10
* repl pairs support in conn pooldwight2009-02-073-14/+45
* new fileDwight2009-02-061-0/+20
* rename classes and add a new client connect methodDwight2009-02-061-1/+20
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-061-1/+2
|\
| * safetyEliot Horowitz2009-02-061-1/+2
* | new pagewriterDwight2009-02-061-1/+1
|/
* on exit, wait for replication to finish upDwight2009-02-041-1/+1
* commentsDwight2009-02-031-9/+10
* commentsDwight2009-02-031-9/+9
* grid/message -> util/messageEliot Horowitz2009-02-031-1/+1
* Use const reference to string to avoid extra copy when string passed explicitlyAaron2009-02-032-12/+12
* safety and better error messageEliot Horowitz2009-02-032-1/+5
* list takes a filterEliot Horowitz2009-02-022-0/+9
* gridfs and some toolsEliot Horowitz2009-02-022-0/+271
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pEliot Horowitz2009-02-021-11/+9
|\
| * Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-021-0/+2
| |\
| * | Parse port suffix before calling hostbyname()Aaron2009-02-021-11/+9
* | | using string instead of char* in a couple o placesEliot Horowitz2009-02-022-3/+3
| |/ |/|
* | Query(string)Eliot Horowitz2009-02-021-0/+2
|/
* correct string index typeEliot Horowitz2009-02-021-2/+2
* added validate to clientEliot Horowitz2009-02-022-8/+35