summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* minor: don't check for argc before doing program_options stuff, could lead to...Mike Dirolf2009-09-181-62/+58
* make explain send hard limit SERVER-297Eliot Horowitz2009-09-151-0/+1
* printCollectionStatsEliot Horowitz2009-09-151-0/+11
* assert debuggingEliot Horowitz2009-09-141-1/+20
* don't let getLastError fail silentlyEliot Horowitz2009-09-111-1/+4
* more help MINOREliot Horowitz2009-09-101-1/+1
* simple distinct SERVER-127Eliot Horowitz2009-09-091-0/+7
* shell helpEliot Horowitz2009-09-092-0/+12
* help MINOREliot Horowitz2009-09-071-0/+1
* renameCollection commandEliot Horowitz2009-09-071-0/+4
* cleaning and don't allow group on a sharded collection SHARDING-26Eliot Horowitz2009-09-041-4/+7
* Array.shuffleEliot Horowitz2009-09-031-0/+10
* can't shard system namespacesEliot Horowitz2009-09-011-0/+4
* multi-line test MINOREliot Horowitz2009-09-011-0/+2
* fix comments and multiple lines in the shellEliot Horowitz2009-09-011-0/+8
* renamedwight2009-08-291-1/+1
* make shell use exec instead of invokeEliot Horowitz2009-08-281-2/+1
* better error messageEliot Horowitz2009-08-281-0/+3
* clean up shell ensureIndex api and put more in help()Eliot Horowitz2009-08-261-18/+56
* compile windows MINOREliot Horowitz2009-08-251-0/+2
* compile MINOREliot Horowitz2009-08-251-4/+3
* try jmp signal handlerEliot Horowitz2009-08-251-35/+50
* fix " in shell and ctrl-c takes you to outer loopEliot Horowitz2009-08-251-1/+24
* tell if javascript has been completed, if not - do a line feedEliot Horowitz2009-08-251-2/+55