summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
AgeCommit message (Expand)Author
2010-04-28minor warning elimDwight Merriman
2010-04-28handle utf8 errors better in js, try to convert to js error SERVER-1063 SERVE...Eliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-23Get rid of xassertMathias Stearn
2010-04-12make casting types consistentAaron
2010-04-08fix where on v8 SERVER-864Eliot Horowitz
2010-04-02make return parsing smarter SERVER-864Eliot Horowitz
2010-03-30fix recursive toObject in sm SERVER-846Eliot Horowitz
2010-03-23need to lock around sm gc() SERVER-817Eliot Horowitz
2010-03-23better sm assertsEliot Horowitz
2010-03-18Mismatched new[] and deleteMathias Stearn
2010-03-15Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron
2010-03-12fix shell _id moving SERVER-438Eliot Horowitz
2010-03-01elim warning on windowsDwight
2010-03-01SERVER-677 better double/long long conversion checkAaron
2010-03-01SERVER-677 add floatApprox smAaron
2010-02-17SERVER-612 informal dbref for smAaron
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