summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix getMore and cusror handling (was doing 1 extra network op) and 1 safety c...Eliot Horowitz2009-02-251-1/+2
|/
* more autoreconnect fixageDwight2009-02-242-3/+10
* fix bug with auto reconnect in the clientDwight2009-02-241-5/+14
* accessor for QueryEliot Horowitz2009-02-232-1/+35
* method and command to flush all pooled connectionsEliot Horowitz2009-02-202-2/+38
* open to save to check for errorEliot Horowitz2009-02-202-2/+9
* 'better' LazyStringAaron2009-02-201-3/+1
* Don't create string unless we're actually going to logAaron2009-02-191-1/+3
* Get rid of stringable class, use implicit type conversion to string insteadAaron2009-02-181-2/+3
* virtual dtors == goodAaron2009-02-181-0/+1
* filemd5 supports rootEliot Horowitz2009-02-182-2/+3
* spamEliot Horowitz2009-02-181-2/+0
* fix gridfs - can't use BSONElement for strage like thatEliot Horowitz2009-02-182-19/+32
* add a couple virtual destructors just to be safedwight2009-02-171-0/+2