summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* FindAndModify command SERVER-459Mathias Stearn2009-12-301-0/+17
* Merge branch 'master' of github.com:mongodb/mongoAaron2009-12-291-8/+7
|\
| * configure "slow" queriesEliot Horowitz2009-12-291-8/+7
* | MINOR uassert on connect/login failureAaron2009-12-291-2/+2
* | SERVER-470 complete setup for parallel clients in separate js scopesAaron2009-12-294-26/+43
* | SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...Aaron2009-12-291-3/+2
* | SERVER-470 MINOR use return value to check in assert.parallelTestsAaron2009-12-291-6/+5
* | SERVER-470 MINOR Refactor shell scope init codeAaron2009-12-293-9/+11
* | SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-1/+6
|/
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-281-0/+24
|\
| * MINOR put helper in assert namespaceAaron2009-12-281-1/+1
| * Merge branch 'master' of github.com:mongodb/mongoAaron2009-12-281-3/+5
| |\
| * | SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-281-0/+24
* | | uassert/massert take error code SERVER-112Eliot Horowitz2009-12-282-9/+9
| |/ |/|
* | docEliot Horowitz2009-12-281-1/+1
* | add dropTarget option to renameCollection SERVER-487Eliot Horowitz2009-12-281-2/+4
|/
* Merge branch 'master' of github.com:mongodb/mongoAaron2009-12-221-3/+5
|\
| * new killOp(opnumber)Dwight2009-12-221-3/+5
* | SERVER-470 unlock v8 appropriately so can do work in parallelAaron2009-12-221-1/+4
* | SERVER-470 added fork()/Thread() to v8 engine-Aaron2009-12-221-0/+16
|/
* SERVER-446 implement keySet w/o array comprehension, since v8 doesn't support...Aaron2009-12-211-1/+7
* SERVER-446 js implementation of keySet()Aaron2009-12-213-3/+10
* split server test code out from general js code SERVER-472Eliot Horowitz2009-12-181-0/+3
* getLastErrorCmdEliot Horowitz2009-12-181-0/+2
* MINOR prevent quite unlikely potential port ordering race conditionAaron2009-12-101-6/+2
* better update docsEliot Horowitz2009-12-091-1/+1
* SERVER-85 converted repl tests to use new frameworks and small files-Aaron2009-12-091-3/+12
* fail faster on crappy inputEliot Horowitz2009-12-081-2/+2
* fix shutdownServer in shell to show returend error msgDwight2009-11-301-2/+4
* refactoring/cleaning of drop/dropDatabase/removeshardEliot Horowitz2009-11-241-1/+1
* getShardVersion in mongos - diagnostic toolsEliot Horowitz2009-11-243-1/+32
* bad git commitEliot Horowitz2009-11-241-1/+1
* google profilerEliot Horowitz2009-11-241-1/+1
* some command cleaning and query for distinct SERVER-437Eliot Horowitz2009-11-241-2/+2
* is this really waht broke?Eliot Horowitz2009-11-231-1/+1
* sync before going straight to mongodEliot Horowitz2009-11-231-0/+1
* better error messageEliot Horowitz2009-11-191-1/+1
* db.printShardingStatusEliot Horowitz2009-11-192-0/+12
* made count command take optional size/limit paramsEliot Horowitz2009-11-121-3/+15
* optional params for map function SERVER-401Eliot Horowitz2009-11-101-0/+8
* Array.avg Array.stdDevEliot Horowitz2009-11-091-0/+17
* fix drop falloutEliot Horowitz2009-11-091-1/+5
* drop() support for sharded collections SHARDING-36Eliot Horowitz2009-11-091-1/+3
* some utils for printing out sharding infoEliot Horowitz2009-11-061-1/+40
* Array.sumEliot Horowitz2009-11-051-0/+8
* some simple optimiziationsEliot Horowitz2009-11-041-1/+1
* cleaning sharding testsEliot Horowitz2009-11-021-0/+22
* don't do magic ctrl-c handling on freebsd SERVER-399Eliot Horowitz2009-11-011-1/+9
* helpers for distinct/mapReduceEliot Horowitz2009-10-271-0/+2
* a basic repl test that just ensures master/salve are the same - multi update ...Eliot Horowitz2009-10-261-7/+11