summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* trying to clean/speedup repl tests a bit - SERVER-10Eliot Horowitz2009-10-261-0/+74
* cleaning m/r apiEliot Horowitz2009-10-221-2/+5
* indentationEliot Horowitz2009-10-221-1/+1
* shell multi-update option and test SERVER-268Eliot Horowitz2009-10-221-2/+2
* fix a couple of returns so shell getLastError worksEliot Horowitz2009-10-211-3/+2
* slight mr speedup across the board and v8 wrapper workEliot Horowitz2009-10-211-9/+11
* can't throw an exception...Eliot Horowitz2009-10-201-6/+1
* fix ensureIndex to return errorsEliot Horowitz2009-10-201-0/+5
* map/reduce finalize option SERVER-372Eliot Horowitz2009-10-192-0/+48
* some tojson nicitiesEliot Horowitz2009-10-191-3/+6
* quick fix for global namespace pollution (mostly client)metagoto2009-10-181-0/+3
* sort lines in js helpMathias Stearn2009-10-162-34/+34
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-151-2/+6
* fix json testsEliot Horowitz2009-10-151-1/+1
* map/reduce cleaningEliot Horowitz2009-10-151-0/+5
* only use lint on big objectsEliot Horowitz2009-10-151-2/+7
* cleaning up map/reduce temp collection names and outputEliot Horowitz2009-10-141-0/+2
* v8: some more stuff working, checkpointEliot Horowitz2009-10-131-0/+6
* v8: more refactoring, basic shell workingEliot Horowitz2009-10-131-1/+0
* don't use lint for find()Eliot Horowitz2009-10-122-2/+2
* fix json tesstEliot Horowitz2009-10-121-1/+1
* option for 1 line tojsonEliot Horowitz2009-10-121-10/+13
* don't allow shards on localhost unless allowLocal : true SHARDING-47Eliot Horowitz2009-10-121-1/+1
* pretty JSONkristina2009-10-121-29/+56
* fix printCollectionStatsEliot Horowitz2009-10-111-1/+2
* removing old v8 stuffEliot Horowitz2009-10-104-1274/+0
* cleaning tool debugging/testsEliot Horowitz2009-10-091-0/+49
* use timestamp for replication instead of DateEliot Horowitz2009-10-091-17/+24
* --smallfiles for some testsEliot Horowitz2009-10-091-0/+1
* handle null return from reduceEliot Horowitz2009-10-081-1/+1
* --smallfiles for some regression testsEliot Horowitz2009-10-081-1/+1
* updated vstudio js codeEliot Horowitz2009-10-071-726/+321
* making js smaller. moved md5 to c++, doing some cleaning of js codeEliot Horowitz2009-10-072-279/+15
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-075-7/+95
|\
| * Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-071-2/+0
| |\
| | * Merge branch 'master' of github.com:mongodb/mongoMike Dirolf2009-10-072-3/+13
| | |\
| | * | don't show version in shell help, so that help doesn't hang when the db is lo...Mike Dirolf2009-10-071-2/+0
| * | | faster map/reduce implEliot Horowitz2009-10-071-0/+78
| | |/ | |/|
| * | Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-10-071-2/+4
| |\ \ | | |/
| | * add verbose option to totalIndexSize helperMike Dirolf2009-10-071-2/+4