summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
AgeCommit message (Expand)Author
2010-01-29Don't crash on JS exceptions on WIN32 Server-550Mathias Stearn
2010-01-26fix: m/r emit error gets spidermonkey into bad state SERVER-570Eliot Horowitz
2010-01-25SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron
2010-01-25SERVER-512 prevent ugly boost assert on shell shutdownAaron
2010-01-20SERVER-357 use consistent bit depth when converting between ints and floatsAaron
2010-01-20SERVER-357 specify boost namespace explicitlyAaron
2010-01-20MINOR remove unnecessary 'using' directiveAaron
2010-01-20SERVER-357 use sized integer types explicitlyAaron
2010-01-20SREVER-357 NumberLong support in v8 engineAaron
2010-01-20SERVER-357 NumberLong class for smAaron
2010-01-14fix spidermonkey error handling SERVER-515Eliot Horowitz
2009-12-28Exception classess need codes too SERVER-112Eliot Horowitz
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-21SERVER-446 implement new Object.bsonsize( x ) syntax in sm engineAaron
2009-12-21MINOR sm don't store array in auto_ptrAaron
2009-12-21SERVER-502 fix specification of native callback flags in smAaron
2009-12-21SERVER-446 js implementation of keySet()Aaron
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-11-30better debuggingEliot Horowitz
2009-11-22added bsonsize to bson objects in jsEliot Horowitz
2009-11-04some simple optimiziationsEliot Horowitz
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-25remove wrong assertion SERVER-386Eliot Horowitz
2009-10-16replace cerr with cout for all server filesEliot Horowitz
2009-10-15Merge branch 'master' of git@github.com:mongodb/mongoDwight
2009-10-15fix assert to use ours and thus make unit test passDwight
2009-10-15compiler with xulrunner-1.9.0 - SERVER-359Eliot Horowitz
2009-10-09add Connection classDwight
2009-10-09cache functionsEliot Horowitz
2009-10-02add new style DBRef to js SERVER-243Eliot Horowitz
2009-10-02renamed DBRef DBPointer SERVER-243Eliot Horowitz
2009-09-29allow you to store js functions in the server SERVER-157Eliot Horowitz
2009-09-24local scope for large argument passingEliot Horowitz
2009-09-23sm crazinessEliot Horowitz
2009-09-22adaptive replication sleep timeDwight
2009-09-01support JS_SetOperationCallback in sm 1.8.1 SERVER-167Eliot Horowitz
2009-08-29fix sm gc issueEliot Horowitz
2009-08-28better error messagesEliot Horowitz
2009-08-28some sm safetyEliot Horowitz
2009-08-28fix function rooting and function namesEliot Horowitz
2009-08-28replaced super hacky compileFunction with some minimal custom parsingEliot Horowitz
2009-08-28minor 181 cleaningEliot Horowitz
2009-08-28xulrunner in ubuntu passes all client tests nowEliot Horowitz
2009-08-28npe for sm 1.8 that makes client passEliot Horowitz
2009-08-19couple of small optimizationsEliot Horowitz
2009-08-12better sm lockingEliot Horowitz
2009-08-07better debugging for invalid utf-8 in smEliot Horowitz
2009-08-06little more debugging for next new type MINOREliot Horowitz
2009-08-06unknow regex flag warning, not assertEliot Horowitz
2009-08-05fix shellEliot Horowitz