summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* add totalSize commandEliot Horowitz2009-08-241-0/+18
* make shell use group cmd by default (can use groupeval if you want)Eliot Horowitz2009-08-241-1/+3
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-08-242-1/+1
|\
| * improve help for group()Dwight2009-08-242-1/+1
* | runMongoProgramEliot Horowitz2009-08-241-2/+16
|/
* make assert.soon take a string to evalEliot Horowitz2009-08-241-2/+10
* fallotu from removing methods from ArrayEliot Horowitz2009-08-241-0/+8
* 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
* skip empty linesEliot Horowitz2009-08-201-1/+3
* update visual studio js codeEliot Horowitz2009-08-191-45/+167
* better error handlingEliot Horowitz2009-08-191-1/+5
* make a group cmd that takes the same arguments as old db.eval versionEliot Horowitz2009-08-192-5/+23
* getLastError output for writes SERVER-240Eliot Horowitz2009-08-171-2/+10
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-171-0/+1
* db.version() for server version and in help SERVER-200Eliot Horowitz2009-08-142-0/+11
* increase timeout to start mongod MINOREliot Horowitz2009-08-141-1/+1
* clean up assert code MINOREliot Horowitz2009-08-141-10/+15
* noprealloc for sharding tests for speed MINOREliot Horowitz2009-08-141-2/+3
* better file handling in shellEliot Horowitz2009-08-141-0/+4
* compile on 10.4 SERVER-231Eliot Horowitz2009-08-121-1/+0
* add collstats command SERVER-215Eliot Horowitz2009-08-121-13/+10
* added currentOp/killOpEliot Horowitz2009-08-111-0/+2
* $snapshot in shell SERVER-227Eliot Horowitz2009-08-111-0/+6
* beter output for (Min|Max)KeyEliot Horowitz2009-08-111-0/+6
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-08-113-143/+147
|\
| * make copyDatabase use admin db automatically SERVER-222Eliot Horowitz2009-08-101-1/+7
| * fix search on $ref , $id SERVER-223Eliot Horowitz2009-08-101-2/+4
| * nicer error reportingEliot Horowitz2009-08-101-1/+9
| * minor: fix some bugs in arg handlingMike Dirolf2009-08-071-6/+15
| * minor: check if there were any files givenMike Dirolf2009-08-071-1/+3
| * towards boost::po - needs testingMike Dirolf2009-08-071-107/+83
| * minor: whitespaceMike Dirolf2009-08-061-54/+54
| * fix shutdownServer secutiy check MINOREliot Horowitz2009-08-051-1/+2
* | BUG SERVER-184 mode for dropping duplicate records when creating unique index...Aaron Staple2009-08-051-5/+12
* | disable data file preallocation for pairing/repl testsAaron Staple2009-08-011-0/+1
|/
* fix gratuitous slowness in Map (for group) SERVER-189Eliot Horowitz2009-07-291-6/+38
* put .dbshell in $HOME so can read it from anywhere SERVER-190Eliot Horowitz2009-07-281-2/+11
* throw an exception if arguments are passed to draopDatabase()Eliot Horowitz2009-07-231-0/+2
* mongo usage docs : file names have to end in .jsEliot Horowitz2009-07-221-2/+2
* shell cannot insert key names starting with $ or containing . (including embe...Mike Dirolf2009-07-211-5/+16
* minor: whitespaceMike Dirolf2009-07-211-19/+19