summaryrefslogtreecommitdiff
path: root/shell/utils.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-470 complete setup for parallel clients in separate js scopesAaron2009-12-291-12/+23
* SERVER-470 MINOR use return value to check in assert.parallelTestsAaron2009-12-291-6/+5
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-1/+6
* MINOR put helper in assert namespaceAaron2009-12-281-1/+1
* SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-281-0/+24
* 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-211-0/+4
* Array.avg Array.stdDevEliot Horowitz2009-11-091-0/+17
* Array.sumEliot Horowitz2009-11-051-0/+8
* some tojson nicitiesEliot Horowitz2009-10-191-3/+6
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-151-2/+6
* fix json testsEliot Horowitz2009-10-151-1/+1
* only use lint on big objectsEliot Horowitz2009-10-151-2/+7
* v8: some more stuff working, checkpointEliot Horowitz2009-10-131-0/+6
* don't use lint for find()Eliot Horowitz2009-10-121-1/+1
* fix json tesstEliot Horowitz2009-10-121-1/+1
* option for 1 line tojsonEliot Horowitz2009-10-121-10/+13
* pretty JSONkristina2009-10-121-29/+56
* don't show version in shell help, so that help doesn't hang when the db is lo...Mike Dirolf2009-10-071-2/+0
* Array.fetchRefs SERVER-213Eliot Horowitz2009-10-051-1/+22
* add new style DBRef to js SERVER-243Eliot Horowitz2009-10-021-0/+20
* renamed DBRef DBPointer SERVER-243Eliot Horowitz2009-10-021-6/+6
* assert debuggingEliot Horowitz2009-09-141-1/+20
* Array.shuffleEliot Horowitz2009-09-031-0/+10
* make assert.soon take a string to evalEliot Horowitz2009-08-241-2/+10
* remove methods in Array.prototype so for ( x in [] ) worksEliot Horowitz2009-08-231-10/+15
* some safety for other JS impls MINOREliot Horowitz2009-08-211-12/+22
* getLastError output for writes SERVER-240Eliot Horowitz2009-08-171-2/+10
* db.version() for server version and in help SERVER-200Eliot Horowitz2009-08-141-0/+2
* clean up assert code MINOREliot Horowitz2009-08-141-10/+15
* beter output for (Min|Max)KeyEliot Horowitz2009-08-111-0/+6
* fix gratuitous slowness in Map (for group) SERVER-189Eliot Horowitz2009-07-291-6/+38
* make objectid serialize to something parseableEliot Horowitz2009-07-061-1/+1
* fixed some tojson issuesEliot Horowitz2009-07-011-3/+15
* can't use JS eval trick from inside function because of JS scopingEliot Horowitz2009-06-111-20/+6
* re-implement it in shellEliot Horowitz2009-06-081-0/+8
* change Map to use Map.get Map.put Map[] won't workEliot Horowitz2009-06-081-12/+38
* assert.lt and assert.gtEliot Horowitz2009-06-061-0/+12
* BinData for spider monkey SERVER-97Eliot Horowitz2009-06-051-0/+4
* make assert.eq more strict MINOREliot Horowitz2009-06-041-1/+1
* db ref for javascript and shell SERVER-46Eliot Horowitz2009-06-031-0/+15
* fix "show users" in shell SERVER-87Eliot Horowitz2009-06-011-2/+4
* get rid of extraneous Map warning MINOREliot Horowitz2009-05-271-1/+0
* print handling of null MINOREliot Horowitz2009-05-211-0/+8
* fix shell commandsEliot Horowitz2009-05-191-1/+12
* get rid of fork()Aaron2009-05-151-6/+0
* convert clonecolletion.js test to use spawned shells instead of fork()Aaron2009-05-151-3/+4
* make assert.eq betterEliot Horowitz2009-05-151-2/+3
* print shell stuffEliot Horowitz2009-05-141-3/+19