summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* fix compile for spidermonkeyagirbal2011-05-021-2/+2
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-024-3/+13
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-026-98/+141
* switch setObject to lzV8, all tests still passagirbal2011-05-021-1/+3
* SERVER-2579: added framework for lazy v8agirbal2011-04-252-5/+148
* SERVER-2983: added string caching for all db functionsagirbal2011-04-241-78/+78
* SERVER-2983: cache often used strings in v8 engineagirbal2011-04-241-43/+44
* SERVER-2983: add v8string caching for v8 engineagirbal2011-04-242-25/+47
* SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal2011-04-248-868/+926
* move sleep into core utils instead of shellEliot Horowitz2011-04-211-0/+15
* make NumberLong floatApprox casts more incremental - some compilers may have ...Aaron2011-04-192-5/+7
* starting to work on sharding helper (sh)Eliot Horowitz2011-04-141-0/+2
* move list of files outside of .hEliot Horowitz2011-04-142-19/+20
* better error handling in loading system.js.Eliot Horowitz2011-04-111-2/+2
* Use intrusive_ptr rather than shared_ptr for BSONObjMathias Stearn2011-04-032-4/+6
* conversion of unneeded caused_by macros to methodsgregs2011-04-011-1/+1
* Fix for spidermonkey scripting, callback causes segfault.greg2011-03-041-1/+9
* 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
* find now takes 7 argsEliot Horowitz2011-01-251-1/+1
* shell can pass query optionsEliot Horowitz2011-01-252-4/+18
* sharding check for v8Eliot Horowitz2011-01-241-0/+4
* fix v8 readOnly modeEliot Horowitz2011-01-241-0/+9
* better remove error reporting for jsEliot Horowitz2011-01-211-0/+5
* move object creation for mongo_insert into try/catchEliot Horowitz2011-01-191-3/+3
* v8 fix gc callbackAaron2011-01-102-2/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-0418-1269/+1298
* new Timestamp() for v8 SERVER-2315Eliot Horowitz2011-01-032-0/+36
* new Timestamp() for shell SERVER-2315Eliot Horowitz2010-12-301-1/+24
* better js error message on out of memory SERVER-2280Eliot Horowitz2010-12-271-2/+5
* [SERVER-2284]: operations using system.js collection (group, mapred, where) a...agirbal2010-12-231-1/+1
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-155-5/+5
* fix off-by-one in spidermonkey line numbering SERVER-2215Mathias Stearn2010-12-131-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-294-12/+19
* better error message on bad encodingEliot Horowitz2010-11-281-2/+10
* show repl state in shell prompt. needs more workdwight2010-11-232-3/+1
* 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-1840 make eval function construction logic in v8 more consistent with smAaron2010-10-041-1/+8
* newlineEliot Horowitz2010-09-231-1/+2
* SERVER-387 enable interrupts for v8Aaron2010-09-237-43/+221
* better namedwight2010-09-161-2/+2
* SERVER-387 support killop with db.evalAaron2010-09-143-13/+29
* simple js benchmakring harnessEliot Horowitz2010-09-142-0/+182
* SERVER-1762 clean up v8 mutex usage somewhatAaron2010-09-131-3/+14
* SERVER-1762 don't call loadStored() with v8 mutexAaron2010-09-081-15/+17
* compileAaron2010-09-071-1/+1