summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* minor warning elimDwight Merriman2010-04-281-1/+1
* handle utf8 errors better in js, try to convert to js error SERVER-1063 SERVE...Eliot Horowitz2010-04-281-2/+16
* stdafx->pchDwight2010-04-271-1/+1
* Get rid of xassertMathias Stearn2010-04-231-1/+1
* make casting types consistentAaron2010-04-121-1/+1
* fix where on v8 SERVER-864Eliot Horowitz2010-04-081-8/+2
* make return parsing smarter SERVER-864Eliot Horowitz2010-04-021-2/+8
* fix recursive toObject in sm SERVER-846Eliot Horowitz2010-03-301-7/+55
* need to lock around sm gc() SERVER-817Eliot Horowitz2010-03-231-0/+1
* better sm assertsEliot Horowitz2010-03-231-2/+13
* Mismatched new[] and deleteMathias Stearn2010-03-181-3/+3
* Revert "Revert "SERVER-695 don't destroy static global mutexes""Aaron2010-03-151-1/+1
* fix shell _id moving SERVER-438Eliot Horowitz2010-03-121-8/+10
* elim warning on windowsDwight2010-03-011-1/+1
* SERVER-677 better double/long long conversion checkAaron2010-03-011-1/+1
* SERVER-677 add floatApprox smAaron2010-03-011-7/+15
* SERVER-612 informal dbref for smAaron2010-02-171-2/+3
* Don't crash on JS exceptions on WIN32 Server-550Mathias Stearn2010-01-291-1/+1
* fix: m/r emit error gets spidermonkey into bad state SERVER-570Eliot Horowitz2010-01-261-1/+9
* SERVER-256 fix BinData byte alignment issue and add base64 representation to ...Aaron2010-01-251-2/+2
* SERVER-512 prevent ugly boost assert on shell shutdownAaron2010-01-251-1/+1
* SERVER-357 use consistent bit depth when converting between ints and floatsAaron2010-01-201-3/+3
* SERVER-357 specify boost namespace explicitlyAaron2010-01-201-4/+4
* MINOR remove unnecessary 'using' directiveAaron2010-01-201-3/+0
* SERVER-357 use sized integer types explicitlyAaron2010-01-201-4/+7
* SREVER-357 NumberLong support in v8 engineAaron2010-01-201-1/+1
* SERVER-357 NumberLong class for smAaron2010-01-201-2/+17
* fix spidermonkey error handling SERVER-515Eliot Horowitz2010-01-141-0/+6
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-21/+21
* SERVER-446 implement new Object.bsonsize( x ) syntax in sm engineAaron2009-12-211-13/+26
* MINOR sm don't store array in auto_ptrAaron2009-12-211-4/+3
* SERVER-502 fix specification of native callback flags in smAaron2009-12-211-1/+1
* SERVER-446 js implementation of keySet()Aaron2009-12-211-28/+0
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* better debuggingEliot Horowitz2009-11-301-2/+1
* added bsonsize to bson objects in jsEliot Horowitz2009-11-221-5/+54
* some simple optimiziationsEliot Horowitz2009-11-041-8/+11
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+15
* remove wrong assertion SERVER-386Eliot Horowitz2009-10-251-2/+1
* replace cerr with cout for all server filesEliot Horowitz2009-10-161-2/+2
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-151-2/+2
|\
| * compiler with xulrunner-1.9.0 - SERVER-359Eliot Horowitz2009-10-151-2/+2
* | fix assert to use ours and thus make unit test passDwight2009-10-151-0/+2
|/
* add Connection classDwight2009-10-091-1/+1
* cache functionsEliot Horowitz2009-10-091-1/+1
* add new style DBRef to js SERVER-243Eliot Horowitz2009-10-021-0/+8
* renamed DBRef DBPointer SERVER-243Eliot Horowitz2009-10-021-1/+1
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-3/+9
* local scope for large argument passingEliot Horowitz2009-09-241-4/+8