summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-08-131-0/+1
|\
| * clean warning MINOREliot Horowitz2009-08-131-0/+1
* | don't allow dropping an index $ collectionDwight2009-08-131-1/+1
|/
* DBCclientPaired::slaveConn - for getting the slave side of a paired connectionEliot Horowitz2009-08-122-1/+8
* use $snapshot in the clone / repl code where appropriateDwight2009-08-102-1/+15
* implement DBClientPaire::connect( string s )Eliot Horowitz2009-08-102-5/+7
* minor: whitespaceMike Dirolf2009-08-063-45/+45
* inShutdown() method so spider monkey can shutdown cleanlyEliot Horowitz2009-08-051-1/+7
* clean up dbexit with an ExitCode enum SERVER-183Eliot Horowitz2009-08-051-1/+1
* first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-6/+2
* add getCollectionNames and getDatabaseNames to c++ client SERVER-196Eliot Horowitz2009-07-293-0/+51
* get rid of Option_ALLFLAGSEliot Horowitz2009-07-292-2/+3
* Added removeFile() for GridFS. Also modified input strings to be "const stri...alanw2009-06-172-15/+30
* Use a more portable method of opening and reading binary files (O_RDONLY inte...alanw2009-06-171-2/+4
* finish SERVER-101 move BSONObjIterator::_more to BSONObjIterator::moreEliot Horowitz2009-06-091-1/+1
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-3/+1
* make lognoquiet and make --quit not print connect/disconnectEliot Horowitz2009-06-051-0/+3
* change min/max to minKey maxKeyEliot Horowitz2009-05-222-4/+8
* remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClientAaron2009-05-191-53/+0
* kill warning windowsDwight2009-05-131-1/+1
* remove client dependency on pcreAaron2009-05-111-1/+1
* make smokeClient work with nonstandard port, pathAaron2009-05-115-10/+45
* use BSONObj() directly in test MINORAaron2009-05-061-7/+7