summaryrefslogtreecommitdiff
path: root/client/examples
Commit message (Expand)AuthorAgeFilesLines
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-277-0/+109
* cimpile fixEliot Horowitz2009-10-171-0/+2
* minor: whitespaceMike Dirolf2009-08-061-11/+11
* add getCollectionNames and getDatabaseNames to c++ client SERVER-196Eliot Horowitz2009-07-291-0/+12
* make smokeClient work with nonstandard port, pathAaron2009-05-115-10/+45
* use BSONObj() directly in test MINORAaron2009-05-061-7/+7
* More correct timestamp update checkAaron2009-03-301-2/+5
* Replace emptyObj with BSONObj()Aaron2009-03-195-14/+14
* make timestamp work on update, and a testEliot Horowitz2009-02-281-0/+29
* Error message changedAaron2009-02-251-1/+1
* c++ client:Dwight2009-02-121-0/+38
* tutorial; commentsDwight2009-02-091-2/+26
* count() for c++ clientDwight2009-02-091-2/+2
* bsonobjbuilder cleanupDwight2009-02-092-5/+7
* doneAndDecouple() -> obj()Dwight2009-02-092-27/+27
* tutorialdwight2009-02-081-0/+2
* fix thorwing of exception wasn't right (dbclientconnection)dwight2009-02-081-3/+5
* new fileDwight2009-02-061-0/+20
* added validate to clientEliot Horowitz2009-02-021-1/+4
* add _id when missing on an insertDwight2009-01-301-1/+1
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-01-301-1/+1
|\
| * change password digestEliot Horowitz2009-01-301-1/+1
* | $where support in the driver Query objectDwight2009-01-301-4/+2
|/
* implement resetErrorDwight2009-01-301-2/+4
* getlasterror helper for c++ driverDwight2009-01-301-2/+4
* a few more client testsDwight2009-01-301-0/+14
* complain if hint index not found. should we?Dwight2009-01-301-1/+1
* sort() for c++ clientDwight2009-01-295-14/+14
* appendWhere and exampleEliot Horowitz2009-01-291-0/+48
* don't like theseEliot Horowitz2009-01-261-15/+0
* more testsEliot Horowitz2009-01-261-0/+15
* fix authTestEliot Horowitz2009-01-211-1/+1
* simple authTestEliot Horowitz2009-01-201-0/+31
* explicitly use mongo:: for this example for clarityEliot Horowitz2009-01-151-17/+14
* Replace tab indentation with spacesAaron2009-01-143-36/+36
* Put our code in 'mongo' namespaceAaron2009-01-143-0/+3
* made example simple, moved tests to clientTestEliot Horowitz2009-01-142-3/+6
* ensureIndexEliot Horowitz2009-01-141-1/+3
* playing with BSONObjBuilder stream for buildingEliot Horowitz2009-01-141-0/+33
* updateEliot Horowitz2009-01-131-2/+26
* simple clientTestEliot Horowitz2009-01-131-0/+80
* cleaning targets/exampleEliot Horowitz2009-01-131-1/+1
* simple c++ client exampleEliot Horowitz2009-01-121-0/+63