summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* creeateDirectClient methodEliot Horowitz2009-05-011-1/+3
* core implementation of min/max query parametersAaron2009-04-302-34/+49
* add unique option when creating index in c++, js drivers; basic unique key un...Aaron2009-04-202-3/+8
* clear index cache in c++ client on dropping collection / databaseAaron2009-04-161-2/+16
* access to raw resultFlagsEliot Horowitz2009-04-132-1/+7
* remove explicit deleteIndexes from c++ clientAaron2009-04-071-1/+0
* make simpleCommand public since its handy and harmlessEliot Horowitz2009-03-301-1/+3
* More correct timestamp update checkAaron2009-03-301-2/+5
* use stack instead of queue for keeping connections so you get the same one in...Eliot Horowitz2009-03-302-5/+7
* log(2) when create a new connection for poolingEliot Horowitz2009-03-291-0/+1
* _id assignment fixEliot Horowitz2009-03-261-0/+1
* safer object managementEliot Horowitz2009-03-261-2/+2
* Model::_id protected instead of privateEliot Horowitz2009-03-261-1/+1
* make Model::save,load virtualEliot Horowitz2009-03-251-3/+3
* add DBClientBase::getServerAddress()Eliot Horowitz2009-03-251-0/+10
* Use string instead of char * in client codeAaron2009-03-242-87/+86
* Replace emptyObj with BSONObj()Aaron2009-03-198-22/+21
* Find requested oplog entry starting from tail of logAaron2009-03-181-3/+5
* get rid of Model::defaultServer since its not being used and complicates some...Eliot Horowitz2009-03-121-8/+1
* Add explicit getMore to client interfaceAaron2009-03-102-4/+45
* Initialize membersAaron2009-03-101-2/+5
* make timestamp work on update, and a testEliot Horowitz2009-02-281-0/+29
* make unserialze take a const BSONObj&Eliot Horowitz2009-02-271-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-02-251-1/+1
|\
| * Error message changedAaron2009-02-251-1/+1