summaryrefslogtreecommitdiff
path: root/scripting/engine_v8.cpp
AgeCommit message (Expand)Author
2011-12-12compile unused vars in v8 codegregs
2011-07-18remove debug lineagirbal
2011-07-16spamEliot Horowitz
2011-07-16- fix some tests, error when trying to access bson on some builtin objagirbal
2011-07-16- fix negative Date for v8agirbal
2011-07-15SERVER-854: now NumberInt properly kept for v8agirbal
2011-07-15- fix basica.js with v8, need to mark base obj as modified when subobj is acc...agirbal
2011-07-10- V8: use BSON data as is if an object was not modifiedagirbal
2011-07-07SERVER-854: fix segv in v8agirbal
2011-07-02SERVER-854: implementation of NumberInt for V8agirbal
2011-06-20try to compile with v8 on widnowsDwight
2011-05-30SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal
2011-05-30SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal
2011-05-26SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal
2011-05-25- Added option for read only objects in JS invoke methodagirbal
2011-05-17fix v8 test failure, due to some objects being readonlyagirbal
2011-05-13SERVER-2579: print warning if modifying r/o objectagirbal
2011-05-10SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal
2011-05-10SERVER-2976: added M/R pure jsMode with collection outputagirbal
2011-05-02SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal
2011-05-02SERVER-2579: all v8 object creation is now lazy.agirbal
2011-05-02switch setObject to lzV8, all tests still passagirbal
2011-04-25SERVER-2579: added framework for lazy v8agirbal
2011-04-24SERVER-2983: cache often used strings in v8 engineagirbal
2011-04-24SERVER-2983: add v8string caching for v8 engineagirbal
2011-04-24SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal
2011-01-10v8 fix gc callbackAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-15init( BSONObj* ) can be const *Eliot Horowitz
2010-11-29fix comment parsing in v8Eliot Horowitz
2010-10-04SERVER-1840 make eval function construction logic in v8 more consistent with smAaron
2010-09-23SERVER-387 enable interrupts for v8Aaron
2010-09-08SERVER-1762 don't call loadStored() with v8 mutexAaron
2010-09-07SERVER-1749 guard all v8 function callbacksAaron
2010-09-01Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz
2010-08-25some debugging for parallel testsEliot Horowitz
2010-08-10Use one string per JS file.Mathias Stearn
2010-08-10use StringData for hardcoded JS filesMathias Stearn
2010-07-05fix v8 cursor closingEliot Horowitz
2010-04-08fix where on v8 SERVER-864Eliot Horowitz
2010-01-11SERVER-470 only install fork() in shell, not db internal jsAaron
2009-12-29SERVER-470 allow shell threads to be run in fresh scopesAaron
2009-12-29MINOR merge and add exception codesAaron
2009-12-29SERVER-446 MINOR refactor usage of v8 raii objectsAaron
2009-12-29SERVER-446 use v8's raii objects correctly per documentationAaron
2009-12-28uassert/massert take error code SERVER-112Eliot Horowitz
2009-12-22SERVER-470 added fork()/Thread() to v8 engine-Aaron
2009-12-22SERVER-446 implement gc() in v8 engineAaron
2009-12-22SERVER-446 clean up whitespace when creating js function in v8 engineAaron
2009-12-22SERVER-446 v8 support storefuncAaron