summaryrefslogtreecommitdiff
path: root/client/gridfs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support large files in GridFS SERVER-1408Mathias Stearn2010-08-091-3/+0
* Chunk name conflictEliot Horowitz2010-07-021-9/+11
* Squash warning and support large files in gridfsMathias Stearn2010-06-301-2/+7
* error out if can't open file for writingMathias Stearn2010-06-291-0/+1
* option to set chunk size on gridfs client SERVER-1232Eliot Horowitz2010-06-141-7/+12
* compiledwight2010-06-091-2/+2
* stdafx.h -> pch.h part 2Eliot Horowitz2010-04-271-1/+1
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-6/+6
* fix warningEliot Horowitz2009-11-301-1/+1
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* move gridfs buffer from stack to heapMathias Stearn2009-10-161-3/+4
* support creating GridFS files from buffers in addition to files. SERVER-312Mathias Stearn2009-10-161-1/+29
* 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-141-10/+15
* mongofiles now supports stdin/out for put/get operationsMathias Stearn2009-10-141-34/+43
* allow different local and remote filenames for gridfs client storeFile methodMike Dirolf2009-09-241-2/+2
* better error messageEliot Horowitz2009-09-181-1/+1
* getMetadata() for GridFileMichael Stephens2009-08-201-0/+9
* minor: whitespaceMike Dirolf2009-08-061-21/+21
* Added removeFile() for GridFS. Also modified input strings to be "const stri...alanw2009-06-171-9/+17
* Use a more portable method of opening and reading binary files (O_RDONLY inte...alanw2009-06-171-2/+4
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* filemd5 supports rootEliot Horowitz2009-02-181-2/+2
* spamEliot Horowitz2009-02-181-2/+0
* fix gridfs - can't use BSONElement for strage like thatEliot Horowitz2009-02-181-16/+28
* include for windowsU-ELIOT-019992DFC\Administrator2009-02-101-0/+5
* bsonobjbuilder cleanupDwight2009-02-091-4/+5
* doneAndDecouple() -> obj()Dwight2009-02-091-3/+3
* list takes a filterEliot Horowitz2009-02-021-0/+4
* gridfs and some toolsEliot Horowitz2009-02-021-0/+133