summaryrefslogtreecommitdiff
path: root/scripting/engine_v8.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-446 populate 'args' object on v8 invokeAaron2009-12-211-0/+3
* MINOR don't store array in auto_ptrAaron2009-12-211-2/+2
* SERVER-446 fix v8 type() bug involving type hierarchyAaron2009-12-161-2/+2
* SERVER-446 implement readOnly mode in v8 engineAaron2009-12-151-2/+3
* add load() to v8 enginemetagoto2009-11-231-0/+19
* handle numeric types betterEliot Horowitz2009-10-271-0/+8
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-0/+17
* slight mr speedup across the board and v8 wrapper workEliot Horowitz2009-10-211-3/+11
* fix assertEliot Horowitz2009-10-201-2/+0
* v8 works for map/reduce nowEliot Horowitz2009-10-151-3/+8
* v8: some more stuff working, checkpointEliot Horowitz2009-10-131-12/+25
* v8: some cleaningEliot Horowitz2009-10-131-1/+6
* v8: more refactoring, basic shell workingEliot Horowitz2009-10-131-7/+13
* v8: refactoring checkpointEliot Horowitz2009-10-131-4/+78
* v8: more tests passEliot Horowitz2009-10-121-3/+15
* fix return for simple expr.Eliot Horowitz2009-10-121-0/+5
* more v8 workEliot Horowitz2009-10-121-1/+13
* v8 invoke works nowEliot Horowitz2009-10-111-5/+76
* exec checkpointEliot Horowitz2009-10-101-0/+56
* checkpoint for playing with v8Eliot Horowitz2009-10-101-2/+47
* fix compile warnings MINORAaron2009-05-041-1/+1
* convert some shell functions to new js engine frameworkAaron2009-05-041-4/+26
* stubbed v8 engineAaron2009-05-041-0/+11