summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | handle weird boost case with weird filenamesEliot Horowitz2009-10-071-3/+9
| * | got rid of meminfo and timeinfo and replace with serverStatusEliot Horowitz2009-10-071-0/+4
| |/
* | tweak helpDwight2009-10-071-3/+4
|/
* 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
* getLastErrorObj() in shellDwight2009-10-021-1/+8
* repl helper functionsDwight2009-09-291-5/+35
* minor: fix for shell exit code on bad hostname, plus update testsMike Dirolf2009-09-251-3/+4
* handle ./mongo localhost:1000 - make it go to port 1000Eliot Horowitz2009-09-221-2/+11
* catch exceptions in shellEliot Horowitz2009-09-221-3/+8
* --versionEliot Horowitz2009-09-221-0/+7
* old boost fixEliot Horowitz2009-09-191-2/+11