summaryrefslogtreecommitdiff
path: root/shell/mongo.js
Commit message (Expand)AuthorAgeFilesLines
* shell can pass query optionsEliot Horowitz2011-01-251-1/+1
* Mongo.adminCommand helperEliot Horowitz2010-12-201-0/+4
* don't assert in listDatabases - throw instead so less annoying outputEliot Horowitz2010-09-101-1/+2
* dos2unixAlberto Lerner2010-07-221-2/+2
* Mongo.prototype.tojsonDwight2010-06-101-2/+3
* Unix socket support (must use --nohttpinterface for now) SERVER-866Mathias Stearn2010-04-021-1/+1
* better assertEliot Horowitz2010-01-281-1/+1
* make --quiet option for shell SERVER-542Eliot Horowitz2010-01-131-1/+1
* getShardVersion in mongos - diagnostic toolsEliot Horowitz2009-11-241-0/+9
* v8: more refactoring, basic shell workingEliot Horowitz2009-10-131-1/+0
* Spider Monkey: udpate working, other db.eval thingsEliot Horowitz2009-05-061-1/+1
* Spider Monkey: framework mostly done nowEliot Horowitz2009-05-051-6/+0
* Spider Monkey: cleaning interaction - now can make real progressEliot Horowitz2009-05-051-6/+12
* Spider Monkey: cleaning MINOREliot Horowitz2009-05-051-8/+8
* cleaning MINOREliot Horowitz2009-05-041-1/+0
* fix v8Eliot Horowitz2009-05-041-1/+1
* Spider Monkey: closer to db integrationEliot Horowitz2009-05-041-0/+7
* more portable javascriptEliot Horowitz2009-05-011-0/+3
* make javascript more portableEliot Horowitz2009-05-011-6/+8
* enhanced shell debug infoAaron2009-04-091-1/+1
* split out server stuff from mongo.jsEliot Horowitz2009-02-171-60/+0
* Less dumb interfaceAaron2009-02-141-7/+1
* Don't expect dbpath parameter for non-mongod programsAaron2009-02-131-11/+19
* Now can start any 'mongo program' from within mongo shellAaron2009-02-131-5/+18
* Localize loop varAaron2009-02-051-1/+1
* Add slaveOk optionAaron2009-01-301-0/+5
* TypoAaron2009-01-291-1/+1
* MergeAaron2009-01-291-0/+2
|\
| * --host and --portEliot Horowitz2009-01-291-0/+2
* | Add startMongod() and stopMongod() functions to mongoAaron2009-01-291-0/+43
|/
* dbshellEliot Horowitz2009-01-261-0/+60