summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* durDwight2010-11-041-1/+2
* disable run_program1 in parallel test suiteAaron2010-11-031-1/+2
* replset fastsync testKristina Chodorow2010-11-031-5/+25
* update shell for vsEliot Horowitz2010-11-011-1/+3
* Remove underscore from db.adminCommand and add alias to old nameMathias Stearn2010-11-011-1/+3
* rs.freeze(); crlfdwight2010-10-312-51/+55
* increase timeout on killingEliot Horowitz2010-10-291-2/+2
* update static shell jsEliot Horowitz2010-10-261-6/+8
* updated rs.help()Kristina Chodorow2010-10-251-6/+8
* display ts for debugging MINORKristina Chodorow2010-10-181-1/+1
* update msvc shell fileDwight2010-10-143-15/+26
* show db size or if empty in show dbs shell cmd.Dwight2010-10-141-35/+46
* readability of codeDwight2010-10-061-1/+4
* SERVER-1844 don't run test in parallelAaron2010-10-061-0/+1
* SERVER-1818 add shutdown kill testAaron2010-10-051-2/+7
* SERVER-1819 remove timing dependent tests from parallel suiteAaron2010-10-051-1/+3
* more obvious db.getReplicationInfo() before an oplog roll-over SERVER-1096Eliot Horowitz2010-09-242-2/+8
* SERVER-1836 don't mention droped colleciton in printShardingStatusAlberto Lerner2010-09-231-7/+9
* sharding test with multiple collectionsEliot Horowitz2010-09-171-0/+14
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+1
* fix explain/limin testEliot Horowitz2010-09-141-1/+1
* Filter out methods when creating command line options from an object so we ca...Tony Hannan2010-09-141-0/+2
* shell: use -abs(limit) for explain, not -limitMike Dirolf2010-09-141-1/+1
* updateEliot Horowitz2010-09-141-1/+2
* SERVER-1762 clean up v8 mutex usage somewhatAaron2010-09-131-0/+3
* getProfilingStatus to replace getProfilingLevelEliot Horowitz2010-09-132-2/+31
* don't assert in listDatabases - throw instead so less annoying outputEliot Horowitz2010-09-102-2/+4
* SERVER-1457 commentAaron2010-09-081-1/+1
* SERVER-1457 make deep copy of NumberLong properly for groupAaron2010-09-082-1/+9
* fix balancing of escaped //s SERVER-1758Kristina Chodorow2010-09-081-0/+5
* SERVER-1615 rs.reconfig() js helperKyle Banker2010-09-082-3/+19
* collection.getMongoEliot Horowitz2010-09-082-0/+6
* SERVER-1749 debuggingAaron2010-09-071-0/+9
* fix sharding testsKristina Chodorow2010-08-271-1/+1
* tests SERVER-1665Kristina Chodorow2010-08-271-5/+17
* increase oplog size and better debugging for replset2.js testKyle Banker2010-08-261-1/+2
* some log cleaningEliot Horowitz2010-08-251-2/+2
* add rs.remove helper SERVER-1676Kristina Chodorow2010-08-252-2/+38
* increase shell pipe bufferEliot Horowitz2010-08-251-1/+1
* $centerSphere test and fixes to make it passMathias Stearn2010-08-242-0/+80
* ignore shell prompts at start of line to make it easier to copy-paste user ou...Mathias Stearn2010-08-241-1/+9
* help for DBQuery.shellBatchSize SERVER-1655Eliot Horowitz2010-08-222-2/+4
* dos2unixEliot Horowitz2010-08-221-36/+36
* shell support for justOne for removes SERVER-1653Eliot Horowitz2010-08-221-2/+2
* replace UTCDate with ISODateMathias Stearn2010-08-192-39/+122
* UTCDate helper and new printing for Date objects SERVER-1299Mathias Stearn2010-08-182-2/+53
* better autocompleteMathias Stearn2010-08-182-26/+42
* Only prompt users to kill Op if there is something to kill after 10ms SERVER-...Mathias Stearn2010-08-181-10/+12
* Port killWithUri functionality to C++Mathias Stearn2010-08-175-37/+20
* shell/dbshell.cpp should use namespace mongoMathias Stearn2010-08-171-5/+1