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
/
engine_v8.cpp
Age
Commit message (
Expand
)
Author
2011-07-18
remove debug line
agirbal
2011-07-16
spam
Eliot Horowitz
2011-07-16
- fix some tests, error when trying to access bson on some builtin obj
agirbal
2011-07-16
- fix negative Date for v8
agirbal
2011-07-15
SERVER-854: now NumberInt properly kept for v8
agirbal
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 modified
agirbal
2011-07-07
SERVER-854: fix segv in v8
agirbal
2011-07-02
SERVER-854: implementation of NumberInt for V8
agirbal
2011-06-20
try to compile with v8 on widnows
Dwight
2011-05-30
SERVER-3168: added UUID type and method. Fixed conversion to BSON.
agirbal
2011-05-30
SERVER-3168: for v8, added base64() method and now the binary data is stored ...
agirbal
2011-05-26
SERVER-3107: readOnly option to JS cursor, to reuse BSON as-is
agirbal
2011-05-25
- Added option for read only objects in JS invoke method
agirbal
2011-05-17
fix v8 test failure, due to some objects being readonly
agirbal
2011-05-13
SERVER-2579: print warning if modifying r/o object
agirbal
2011-05-10
SERVER-2579: added readonly object for lazy v8 objects, which makes them much...
agirbal
2011-05-10
SERVER-2976: added M/R pure jsMode with collection output
agirbal
2011-05-02
SERVER-2579: optimize append() method to use same BSONObj builder throughout ...
agirbal
2011-05-02
SERVER-2579: all v8 object creation is now lazy.
agirbal
2011-05-02
switch setObject to lzV8, all tests still pass
agirbal
2011-04-25
SERVER-2579: added framework for lazy v8
agirbal
2011-04-24
SERVER-2983: cache often used strings in v8 engine
agirbal
2011-04-24
SERVER-2983: add v8string caching for v8 engine
agirbal
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-12-15
init( BSONObj* ) can be const *
Eliot Horowitz
2010-11-29
fix comment parsing in v8
Eliot Horowitz
2010-10-04
SERVER-1840 make eval function construction logic in v8 more consistent with sm
Aaron
2010-09-23
SERVER-387 enable interrupts for v8
Aaron
2010-09-08
SERVER-1762 don't call loadStored() with v8 mutex
Aaron
2010-09-07
SERVER-1749 guard all v8 function callbacks
Aaron
2010-09-01
Scope::rename and ability to block db access prep for SERVER-1715
Eliot Horowitz
2010-08-25
some debugging for parallel tests
Eliot Horowitz
2010-08-10
Use one string per JS file.
Mathias Stearn
2010-08-10
use StringData for hardcoded JS files
Mathias Stearn
2010-07-05
fix v8 cursor closing
Eliot Horowitz
2010-04-08
fix where on v8 SERVER-864
Eliot Horowitz
2010-01-11
SERVER-470 only install fork() in shell, not db internal js
Aaron
2009-12-29
SERVER-470 allow shell threads to be run in fresh scopes
Aaron
2009-12-29
MINOR merge and add exception codes
Aaron
2009-12-29
SERVER-446 MINOR refactor usage of v8 raii objects
Aaron
2009-12-29
SERVER-446 use v8's raii objects correctly per documentation
Aaron
2009-12-28
uassert/massert take error code SERVER-112
Eliot Horowitz
2009-12-22
SERVER-470 added fork()/Thread() to v8 engine-
Aaron
2009-12-22
SERVER-446 implement gc() in v8 engine
Aaron
2009-12-22
SERVER-446 clean up whitespace when creating js function in v8 engine
Aaron
2009-12-22
SERVER-446 v8 support storefunc
Aaron
2009-12-21
SERVER-446 populate 'args' object on v8 invoke
Aaron
[next]