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_wrapper.cpp
Age
Commit message (
Expand
)
Author
2010-03-13
fix v8 _id
Eliot Horowitz
2010-03-08
SERVER-705 make v8 timestamp fields consistent with sm, using number instead ...
Aaron
2010-03-08
SERVER-705 make v8 timestamp fields consistent with sm
Aaron
2010-03-01
SERVER-677 number long floatApprox v8
Aaron
2010-02-17
SERVER-612 fix v8 issue
Aaron
2010-02-17
SERVER-612 informal dbref v8
Aaron
2010-02-01
SERVER-446 fix v8 regex conversion
Aaron
2010-02-01
SERVER-446 make v8 undefined/null conversion same as sm
Aaron
2010-01-20
SREVER-357 NumberLong support in v8 engine
Aaron
2009-12-22
SERVER-446 clean up whitespace when creating js function in v8 engine
Aaron
2009-12-21
SERVER-446 v8 handles NumberLong type
Aaron
2009-12-21
SERVER-446 v8 don't drop undefined elements
Aaron
2009-12-21
SERVER-446 use js BinData type from v8 engine
Aaron
2009-12-16
SERVER-446 v8 don't attempt to convert c++ backed 'external' objects to BSON
Aaron
2009-12-16
MINOR formatting
Aaron
2009-12-16
SERVER-446 add DBPointer to v8
Aaron
2009-12-16
SERVER-446 don't attempt to write protect arrays in v8
Aaron
2009-12-16
SERVER-446 v8 support bindata round trip
Aaron
2009-12-16
SERVER-446 implement old style dbref support in v8
Aaron
2009-12-16
SERVER-446 support conversion of Code, CodeWScope to v8 function
Aaron
2009-12-16
SERVER-446 v8 round trip array support
Aaron
2009-12-15
SERVER-446 simple int/double differentiation
Aaron
2009-12-15
SERVER-446 Implemented special db types round trip support for v8
Aaron
2009-12-15
MINOR cleanup
Aaron
2009-12-15
SERVER-446 implement readOnly mode in v8 engine
Aaron
2009-12-09
Start using Date_t. Can anyone think of a better name?
Mathias Stearn
2009-11-24
add DBRef support to v8 engine (not DBPointer)
metagoto
2009-11-23
add load() to v8 engine
metagoto
2009-10-27
all client files now marked as Apache 2.0. SERVER-329.
Mathias Stearn
2009-10-21
slight mr speedup across the board and v8 wrapper work
Eliot Horowitz
2009-10-15
v8 works for map/reduce now
Eliot Horowitz
2009-10-13
v8: refactoring checkpoint
Eliot Horowitz
2009-10-10
checkpoint for playing with v8
Eliot Horowitz