index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripting
/
v8_utils.cpp
Age
Commit message (
Expand
)
Author
2011-06-23
remove unnecessary includes
agirbal
2011-06-21
towards compile v8 windows
Dwight
2011-04-24
SERVER-2993: refactor v8 engine to carry scope in most methods / callbacks
agirbal
2011-01-10
v8 fix gc callback
Aaron
2011-01-04
ran astyle SERVER-2304
Eliot Horowitz
2010-09-23
SERVER-387 enable interrupts for v8
Aaron
2010-09-07
SERVER-1749 guard all v8 function callbacks
Aaron
2010-07-05
fix v8 cursor closing
Eliot Horowitz
2010-01-12
MINOR use hidden value for native js thread object, avoids trouble when printing
Aaron
2010-01-12
SERVER-529 when js thread throws an exception, log and check return
Aaron
2009-12-29
SERVER-470 MINOR don't need persistent handles for copied function arguments
Aaron
2009-12-29
SERVER-470 MINOR abstract shell init functionality so v8_utils need not link ...
Aaron
2009-12-29
SERVER-470 MINOR Refactor shell scope init code
Aaron
2009-12-29
SERVER-470 allow shell threads to be run in fresh scopes
Aaron
2009-12-29
SERVER-446 use v8's raii objects correctly per documentation
Aaron
2009-12-22
SERVER-470 fix some v8 locking issues
Aaron
2009-12-22
SERVER-470 unlock v8 appropriately so can do work in parallel
Aaron
2009-12-22
SERVER-470 added fork()/Thread() to v8 engine-
Aaron
2009-11-24
add DBRef support to v8 engine (not DBPointer)
metagoto
2009-11-24
fix for V8 TryCatch change
metagoto
2009-10-27
all client files now marked as Apache 2.0. SERVER-329.
Mathias Stearn
2009-10-11
v8 invoke works now
Eliot Horowitz
2009-10-10
exec checkpoint
Eliot Horowitz
2009-10-10
checkpoint for playing with v8
Eliot Horowitz