summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
AgeCommit message (Expand)Author
2011-07-15- fix basica.js with v8, need to mark base obj as modified when subobj is acc...agirbal
2011-07-06SERVER-854: unplugging NumberInt as being automatically created from bson int...agirbal
2011-07-03SERVER-854: NumberInt implemented in SMagirbal
2011-06-06signed dates and the shelldwight
2011-05-27js compile fixesEliot Horowitz
2011-05-27shell bindata stuffdwight
2011-05-25fix compileagirbal
2011-05-24SERVER-3012: increased SM runtime limit to 64MBagirbal
2011-05-23use firstElementFieldName()dwight
2011-05-10fix passing data pointer for native functions with spidermonkeyagirbal
2011-05-10SERVER-2976: added M/R pure jsMode with collection outputagirbal
2011-05-02fix compile for spidermonkeyagirbal
2011-05-02SERVER-2579: all v8 object creation is now lazy.agirbal
2011-04-19make NumberLong floatApprox casts more incremental - some compilers may have ...Aaron
2011-02-15commentAaron
2011-02-07better error messageEliot Horowitz
2011-02-05make sm conversion from BSON array to js array fasterEliot Horowitz
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-27better js error message on out of memory SERVER-2280Eliot Horowitz
2010-12-15init( BSONObj* ) can be const *Eliot Horowitz
2010-12-13fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn
2010-11-29fix comment parsing in v8Eliot Horowitz
2010-11-28better error message on bad encodingEliot Horowitz
2010-11-23show repl state in shell prompt. needs more workdwight
2010-11-22fix comments in embedded code SERVER-2121Eliot Horowitz
2010-11-20working on SERVER-2121Eliot Horowitz
2010-10-13SERVER-1902: Make Assertion failure JS_EncodeCharacters more verbose in logTony Hannan
2010-10-06SERVER-1841 don't allow client js to catch timeout/interruptAaron
2010-09-14SERVER-387 support killop with db.evalAaron
2010-09-07fix Object.bsonsize with null param SERVER-1753Eliot Horowitz
2010-09-01Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz
2010-08-27have to copy BinData in sm in case BSONObj is temp SERVER-1694Eliot Horowitz
2010-08-18SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner
2010-08-10use StringData for hardcoded JS filesMathias Stearn
2010-07-28system.js deadlock fixEliot Horowitz
2010-07-25make Object.bsonsize work for regular js object SERVER-1477Eliot Horowitz
2010-07-25some log cleaningEliot Horowitz
2010-07-20SERVER-1270 Elim c_str() /scriptingAlberto Lerner
2010-06-22SERVER-776 NumberLong in smAaron
2010-06-12shell admindwight
2010-06-11try to fix builddwight
2010-06-11shelldwight
2010-06-10slightly better error reporting for loadEliot Horowitz
2010-06-10log lessDwight
2010-06-07shell cleaningdwight
2010-06-07Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz
2010-06-07safer when can't compileEliot Horowitz
2010-06-07shell stuffDwight
2010-06-02log lessDwight
2010-05-26Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz