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_db.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
SERVER-256 BinData construction and base64 string rep in v8 shell
Aaron
2010-01-25
SERVER-357 NumberLong converts to number (double) implicitly when doing opera...
Aaron
2010-01-20
SREVER-357 NumberLong support in v8 engine
Aaron
2010-01-04
MINOR Fix compile breakage due to client option name change
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-446 support multi update mode v8
Aaron
2009-12-21
SERVER-446 implement bsonsize() in v8
Aaron
2009-12-21
SERVER-446 save hostname in mongo object
Aaron
2009-12-21
SERVER-446 use generic object id validation in v8 engine ObjectId constructor
Aaron
2009-12-21
SERVER-446 v8 allow js client access to MaxKey and MinKey values
Aaron
2009-12-21
SERVER-446 use js BinData type from v8 engine
Aaron
2009-12-16
SERVER-446 add DBPointer to v8
Aaron
2009-11-24
add DBRef support to v8 engine (not DBPointer)
metagoto
2009-10-27
all client files now marked as Apache 2.0. SERVER-329.
Mathias Stearn
2009-10-21
write ops in js should not have a return
Eliot Horowitz
2009-10-20
fix assert
Eliot Horowitz
2009-10-13
v8: some more stuff working, checkpoint
Eliot Horowitz
2009-10-13
v8: some cleaning
Eliot Horowitz
2009-10-13
v8: more refactoring, basic shell working
Eliot Horowitz
2009-10-13
v8: refactoring checkpoint
Eliot Horowitz