summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2011-05-02g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn
2011-03-24visaul studioEliot Horowitz
2011-03-04pass verbose to printShardingStatusEliot Horowitz
2011-03-01less verbose chunk info by defaultEliot Horowitz
2011-02-18db.currentOp() added all optionEliot Horowitz
2011-02-10try to fix SERVER-2501Eliot Horowitz
2011-02-08don't run drop2 test inparallel suiteAaron
2011-02-07vstudioEliot Horowitz
2011-02-07better parallel test failure messasgeEliot Horowitz
2011-02-04higher timeout for startMongoProgramdwight
2011-02-04wait longerdwight
2011-02-01verbose option for shellEliot Horowitz
2011-01-25shell can pass query optionsEliot Horowitz
2011-01-23fir m/r error handlingEliot Horowitz
2011-01-23able to access map/reduce errorEliot Horowitz
2011-01-22commandHelp should complain if command doesn't exist SERVER-2392Eliot Horowitz
2011-01-21more test fixingEliot Horowitz
2011-01-21remove( { x : undefined } ) should not delete everything in the collection SE...Eliot Horowitz
2011-01-21safety for assert.throwsEliot Horowitz
2011-01-20db.serverBits() to get 32 or 64Eliot Horowitz
2011-01-13vstudio updateKristina
2011-01-13added shell help for runProgram SERVER-2123Kristina
2011-01-10in MapReduceResult, don't create collection with null name, fixing some v8 testsAaron
2011-01-06compile and mongo_vstudio.cppMathias Stearn
2011-01-05[SERVER-1951]: M/R output param should allow us to use db.collection not only...agirbal
2011-01-04whitespaceAaron
2011-01-04add waitMongoProgramOnPort to shell utilsAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2011-01-03add fuzzFile() shell functionAaron
2011-01-03fix logging in killdb and add a fixme for extra sleep conditionsAaron
2010-12-30compile vcxprojdwight
2010-12-29don't use double quotes in startParallelShellAaron
2010-12-28mongo_vstudio.cppMathias Stearn
2010-12-28Helper functions for Array.sortMathias Stearn
2010-12-28compile vcxprojDwight
2010-12-27don't run notablescan tests in parallel suiteAaron
2010-12-27when shell calls replGetStatus don't reset last errorEliot Horowitz
2010-12-27printShardingStatus gives shard/chunk counts and won't print chunks if too manyEliot Horowitz
2010-12-20Mongo.adminCommand helperEliot Horowitz
2010-12-20comments and more utils for sharding + rs testsEliot Horowitz
2010-12-17[SERVER-1988]: Upsert allows inserting records with dots in key namesagirbal
2010-12-16map/reduce no longer uses temp collections.Eliot Horowitz
2010-12-14check that latest writes haven't changed in repl testsKristina
2010-12-13shelldwight
2010-12-13fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn
2010-12-11crlfdwight
2010-12-10Have ToolTest runMongoProgram return the program's exit, for asserting.Richard Kreuter
2010-12-09genEliot Horowitz
2010-12-09shell comments and suchDwight
2010-12-06SERVER-2095: Small enhancement to previous commitTony Hannan