summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* - fix basica.js with v8, need to mark base obj as modified when subobj is acc...agirbal2011-07-151-0/+1
* SERVER-854: unplugging NumberInt as being automatically created from bson int...agirbal2011-07-061-2/+3
* SERVER-854: NumberInt implemented in SMagirbal2011-07-031-1/+19
* signed dates and the shelldwight2011-06-061-1/+1
* js compile fixesEliot Horowitz2011-05-271-1/+1
* shell bindata stuffdwight2011-05-271-1/+65
* fix compileagirbal2011-05-251-3/+3
* SERVER-3012: increased SM runtime limit to 64MBagirbal2011-05-241-1/+1
* use firstElementFieldName()dwight2011-05-231-1/+1
* fix passing data pointer for native functions with spidermonkeyagirbal2011-05-101-2/+8
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-101-2/+8
* fix compile for spidermonkeyagirbal2011-05-021-2/+2
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-5/+7
* make NumberLong floatApprox casts more incremental - some compilers may have ...Aaron2011-04-191-2/+3
* commentAaron2011-02-151-0/+1
* better error messageEliot Horowitz2011-02-071-2/+1
* make sm conversion from BSON array to js array fasterEliot Horowitz2011-02-051-7/+7
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-264/+265
* better js error message on out of memory SERVER-2280Eliot Horowitz2010-12-271-2/+5
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-151-1/+1
* fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn2010-12-131-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-291-11/+1
* better error message on bad encodingEliot Horowitz2010-11-281-2/+10
* show repl state in shell prompt. needs more workdwight2010-11-231-1/+0
* fix comments in embedded code SERVER-2121Eliot Horowitz2010-11-221-2/+10
* working on SERVER-2121Eliot Horowitz2010-11-201-2/+7
* SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in logTony Hannan2010-10-131-1/+2
* SERVER-1841 don't allow client js to catch timeout/interruptAaron2010-10-061-2/+3
* SERVER-387 support killop with db.evalAaron2010-09-141-13/+22
* fix Object.bsonsize with null param SERVER-1753Eliot Horowitz2010-09-071-1/+7
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-011-0/+9
* have to copy BinData in sm in case BSONObj is temp SERVER-1694Eliot Horowitz2010-08-271-1/+2
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-2/+2
* use StringData for hardcoded JS filesMathias Stearn2010-08-101-5/+5
* system.js deadlock fixEliot Horowitz2010-07-281-13/+15
* make Object.bsonsize work for regular js object SERVER-1477Eliot Horowitz2010-07-251-5/+16
* some log cleaningEliot Horowitz2010-07-251-3/+5
* SERVER-1270 Elim c_str() /scriptingAlberto Lerner2010-07-201-11/+11
* SERVER-776 NumberLong in smAaron2010-06-221-13/+21
* shell admindwight2010-06-121-1/+0
* try to fix builddwight2010-06-111-2/+2
* shelldwight2010-06-111-2/+1
* slightly better error reporting for loadEliot Horowitz2010-06-101-0/+9
* log lessDwight2010-06-101-1/+1
* shell cleaningdwight2010-06-071-1/+6
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-06-071-2/+2
|\
| * shell stuffDwight2010-06-071-2/+2
* | safer when can't compileEliot Horowitz2010-06-071-1/+3
|/
* log lessDwight2010-06-021-2/+2
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2010-05-261-1/+1
|\