summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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