summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-12-299-37/+39
|\
| * Exception classess need codes too SERVER-112Eliot Horowitz2009-12-284-8/+10
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-289-30/+30
* | remove dbinfo.h/cppdwight2009-12-291-1/+0
|/
* compile windows / vcprojDwight2009-12-221-4/+4
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-171-2/+1
|\
| * build vis studioDwight2009-12-171-2/+1
* | quorum checkpoint 2Eliot Horowitz2009-12-172-9/+61
|/
* MINOR win compileEliot Horowitz2009-12-161-1/+7
* quorom connection (for sharding config) checkpointEliot Horowitz2009-12-164-12/+96
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-092-2/+2
* make quiet suppress connection warnings SERVER-455Eliot Horowitz2009-12-031-4/+3
* fix client compileEliot Horowitz2009-12-031-0/+9
* add optional options param to more methodsEliot Horowitz2009-12-022-6/+6
* Model::remove()Eliot Horowitz2009-12-022-4/+21
* fix warningEliot Horowitz2009-11-301-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-11-161-2/+23
|\
| * some docsEliot Horowitz2009-11-161-2/+23
* | compile visual studioDwight2009-11-161-1/+1
|/
* starting work on quorum serverEliot Horowitz2009-11-132-0/+79
* moved some methods from DBClientBase to DBClientWithCommandsEliot Horowitz2009-11-122-61/+51
* question about SERVER-193Eliot Horowitz2009-11-101-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-11-0518-90/+661
|\
| * some threaded options for doing queries remotelyEliot Horowitz2009-11-032-0/+96
| * sharded map-reduce basic test works SHARDING-37Eliot Horowitz2009-11-032-3/+20
| * some sharded query re-factoringEliot Horowitz2009-11-032-0/+300
| * added getContentType and getField to gridfsEliot Horowitz2009-10-311-0/+8
| * all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-2716-90/+240
* | minor / make a method privatedwight2009-11-051-2/+3
|/
* flag to update multiple objects with $ operators SERVER-268Eliot Horowitz2009-10-212-6/+14
* cimpile fixEliot Horowitz2009-10-171-0/+2
* remove muliple with _id range remove SERVER-365Eliot Horowitz2009-10-161-1/+1
* move gridfs buffer from stack to heapMathias Stearn2009-10-161-3/+4
* default contentType for GridFS file from buffer. MINORMathias Stearn2009-10-161-1/+1
* support creating GridFS files from buffers in addition to files. SERVER-312Mathias Stearn2009-10-162-1/+43
* GridFS::removeFile now removes all files with a matching nameMathias Stearn2009-10-141-4/+6
* mongofiles get now fetches the latest version of the fileMathias Stearn2009-10-141-0/+1
* add uploadDate and contentType fields to GridFS files generated in C++. Add -...Mathias Stearn2009-10-142-11/+18
* mongofiles now supports stdin/out for put/get operationsMathias Stearn2009-10-141-34/+43
* minor missing spaceDwight2009-10-141-1/+1
* minor doc fixMathias Stearn2009-10-141-1/+1
* add Connection classDwight2009-10-091-2/+2
* commentDwight2009-10-021-6/+10
* add mapreduce() to the c++ client api.Dwight2009-10-022-0/+35
* exists( ns )Eliot Horowitz2009-10-012-0/+11
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-254-23/+100
|\
| * dropIndex, dropIndexes, getIndexes, reIndex for c++ driver SERVER-314Eliot Horowitz2009-09-242-18/+93
| * allow different local and remote filenames for gridfs client storeFile methodMike Dirolf2009-09-242-5/+7
* | Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-181-1/+1
|\ \ | |/
| * better error messageEliot Horowitz2009-09-181-1/+1