summaryrefslogtreecommitdiff
path: root/scripting/engine_v8.cpp
Commit message (Expand)AuthorAgeFilesLines
* compile unused vars in v8 codegregs2011-12-121-3/+3
* remove debug lineagirbal2011-07-181-1/+0
* spamEliot Horowitz2011-07-161-1/+1
* - fix some tests, error when trying to access bson on some builtin objagirbal2011-07-161-2/+2
* - fix negative Date for v8agirbal2011-07-161-3/+4
* SERVER-854: now NumberInt properly kept for v8agirbal2011-07-151-13/+22
* - fix basica.js with v8, need to mark base obj as modified when subobj is acc...agirbal2011-07-151-0/+12
* - V8: use BSON data as is if an object was not modifiedagirbal2011-07-101-17/+45
* SERVER-854: fix segv in v8agirbal2011-07-071-19/+21
* SERVER-854: implementation of NumberInt for V8agirbal2011-07-021-2/+24
* try to compile with v8 on widnowsDwight2011-06-201-0/+8
* SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal2011-05-301-3/+2
* SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal2011-05-301-7/+32
* SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal2011-05-261-19/+18
* - Added option for read only objects in JS invoke methodagirbal2011-05-251-4/+14
* fix v8 test failure, due to some objects being readonlyagirbal2011-05-171-3/+3
* SERVER-2579: print warning if modifying r/o objectagirbal2011-05-131-22/+22
* SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal2011-05-101-41/+94
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-101-5/+15
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-021-2/+7
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-021-73/+114
* switch setObject to lzV8, all tests still passagirbal2011-05-021-1/+3
* SERVER-2579: added framework for lazy v8agirbal2011-04-251-4/+143
* SERVER-2983: cache often used strings in v8 engineagirbal2011-04-241-43/+44
* SERVER-2983: add v8string caching for v8 engineagirbal2011-04-241-22/+40
* SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal2011-04-241-36/+685
* v8 fix gc callbackAaron2011-01-101-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-100/+105
* init( BSONObj* ) can be const *Eliot Horowitz2010-12-151-1/+1
* fix comment parsing in v8Eliot Horowitz2010-11-291-1/+1
* SERVER-1840 make eval function construction logic in v8 more consistent with smAaron2010-10-041-1/+8
* SERVER-387 enable interrupts for v8Aaron2010-09-231-9/+62
* SERVER-1762 don't call loadStored() with v8 mutexAaron2010-09-081-15/+17
* SERVER-1749 guard all v8 function callbacksAaron2010-09-071-5/+5
* Scope::rename and ability to block db access prep for SERVER-1715Eliot Horowitz2010-09-011-0/+8
* some debugging for parallel testsEliot Horowitz2010-08-251-1/+1
* Use one string per JS file.Mathias Stearn2010-08-101-2/+2
* use StringData for hardcoded JS filesMathias Stearn2010-08-101-2/+2
* fix v8 cursor closingEliot Horowitz2010-07-051-2/+6
* fix where on v8 SERVER-864Eliot Horowitz2010-04-081-1/+1
* SERVER-470 only install fork() in shell, not db internal jsAaron2010-01-111-2/+1
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-6/+14
* MINOR merge and add exception codesAaron2009-12-291-9/+9
|\
| * uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-5/+5
* | SERVER-446 MINOR refactor usage of v8 raii objectsAaron2009-12-291-56/+28
* | SERVER-446 use v8's raii objects correctly per documentationAaron2009-12-291-32/+91
|/
* SERVER-470 added fork()/Thread() to v8 engine-Aaron2009-12-221-0/+1
* SERVER-446 implement gc() in v8 engineAaron2009-12-221-0/+4
* SERVER-446 clean up whitespace when creating js function in v8 engineAaron2009-12-221-0/+1
* SERVER-446 v8 support storefuncAaron2009-12-221-0/+1