summaryrefslogtreecommitdiff
path: root/scripting/engine_spidermonkey.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * MutexDebuggerDwight Merriman2010-05-261-3/+3
* | cout is badEliot Horowitz2010-05-261-4/+4
|/
* log less during unit testsDwight2010-05-191-1/+1
* 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