summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* fix compileEliot Horowitz2009-12-221-0/+3
* 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
* | minor commentsdwight2009-09-151-9/+14
|/
* Merge branch 'master' of git@github.com:mongodb/mongodwight2009-09-143-3/+26
|\
| * don't complain about ScopedDBConnection if the underlying connection failedEliot Horowitz2009-09-142-2/+10
| * onHandedOutEliot Horowitz2009-09-142-1/+16
* | getLastErrorDetailed() for C++ clientdwight2009-09-142-2/+11
|/
* add hooks for connection poolEliot Horowitz2009-09-112-2/+25
* don't allow db.eval on sharded collections SHARDING-27Eliot Horowitz2009-09-101-0/+4
* count of missing namespace returns 0Eliot Horowitz2009-09-011-1/+0
* const BSONObjEliot Horowitz2009-09-012-2/+3
* begin cmdline.hDwight2009-08-251-1/+2
* getMetadata() for GridFileMichael Stephens2009-08-202-0/+11
* getUploadDate() and getMD5() for GridFileMichael Stephens2009-08-201-0/+8