summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* printStackTrace in doassert in JS landMathias Stearn2010-08-162-0/+18
* SERVER-1517 Start with mongos checking.Alberto Lerner2010-08-121-2/+2
* typoMathias Stearn2010-08-111-6/+6
* explicit w:1 for getlasterror for shell REPL promptdwight2010-08-112-56/+58
* SERVER-1598 rs getlasterror default test refinementKyle Banker2010-08-101-6/+6
* SERVER-1517 Heapcheck 'mongod' and 'mongos' only (fix core tests)Alberto Lerner2010-08-101-1/+6
* vcxprojdwight2010-08-101-6/+6
* windows fixMathias Stearn2010-08-101-1/+1
* update mongo_vstudio.cppMathias Stearn2010-08-101-1856/+3053
* fix tab-complete on v8Mathias Stearn2010-08-101-1/+1
* Revert "temporarily remove autocompleting collection names to get under stupi...Mathias Stearn2010-08-103-0/+39
* Use one string per JS file.Mathias Stearn2010-08-101-3/+1
* use StringData for hardcoded JS filesMathias Stearn2010-08-102-2/+3
* Fix build (broken at f800c20958ba03e25e85)Alberto Lerner2010-08-101-1/+1
* Merge branch 'master' of github.com:mongodb/mongoKyle Banker2010-08-101-3/+11
|\
| * SERVER-1517 allow heap-checking in jstestsAlberto Lerner2010-08-101-3/+11
* | SERVER-1598 test getLastErrorDefaultsKyle Banker2010-08-101-0/+15
|/
* temporarily remove autocompleting collection names to get under stupid MSVC l...Mathias Stearn2010-08-093-39/+0
* mongo_vstudio.cpp updateMathias Stearn2010-08-091-2/+2
* shell tab completion SERVER-1604Mathias Stearn2010-08-095-18/+210
* dont run testdwight2010-08-081-1/+0
* make sharding/rs test fasterEliot Horowitz2010-08-061-0/+5
* put default backEliot Horowitz2010-08-041-1/+1
* when restarting repl set don't blow away directoriesEliot Horowitz2010-08-041-3/+3
* try to fix line encodingsEliot Horowitz2010-08-041-1/+11
* Low-verbosity sharded explain() SERVER-1562Mathias Stearn2010-08-041-0/+14
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-08-042-1768/+1773
|\
| * SERVER-1564Kyle Banker2010-08-042-1768/+1773
* | clean up data files after sharding/replset testsEliot Horowitz2010-08-041-0/+20
|/
* test robustnessEliot Horowitz2010-08-032-7/+12
* fix sharding testEliot Horowitz2010-08-031-2/+4
* test for sharding with replica sets and 3 config servers SERVER-941Eliot Horowitz2010-08-031-12/+54
* dos2unixEliot Horowitz2010-08-031-17/+17