summaryrefslogtreecommitdiff
path: root/scripting/v8_wrapper.cpp
AgeCommit message (Expand)Author
2010-02-01SERVER-446 fix v8 regex conversionAaron
2010-02-01SERVER-446 make v8 undefined/null conversion same as smAaron
2010-01-20SREVER-357 NumberLong support in v8 engineAaron
2009-12-22SERVER-446 clean up whitespace when creating js function in v8 engineAaron
2009-12-21SERVER-446 v8 handles NumberLong typeAaron
2009-12-21SERVER-446 v8 don't drop undefined elementsAaron
2009-12-21SERVER-446 use js BinData type from v8 engineAaron
2009-12-16SERVER-446 v8 don't attempt to convert c++ backed 'external' objects to BSONAaron
2009-12-16MINOR formattingAaron
2009-12-16SERVER-446 add DBPointer to v8Aaron
2009-12-16SERVER-446 don't attempt to write protect arrays in v8Aaron
2009-12-16SERVER-446 v8 support bindata round tripAaron
2009-12-16SERVER-446 implement old style dbref support in v8Aaron
2009-12-16SERVER-446 support conversion of Code, CodeWScope to v8 functionAaron
2009-12-16SERVER-446 v8 round trip array supportAaron
2009-12-15SERVER-446 simple int/double differentiationAaron
2009-12-15SERVER-446 Implemented special db types round trip support for v8Aaron
2009-12-15MINOR cleanupAaron
2009-12-15SERVER-446 implement readOnly mode in v8 engineAaron
2009-12-09Start using Date_t. Can anyone think of a better name?Mathias Stearn
2009-11-24add DBRef support to v8 engine (not DBPointer)metagoto
2009-11-23add load() to v8 enginemetagoto
2009-10-27all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn
2009-10-21slight mr speedup across the board and v8 wrapper workEliot Horowitz
2009-10-15v8 works for map/reduce nowEliot Horowitz
2009-10-13v8: refactoring checkpointEliot Horowitz
2009-10-10checkpoint for playing with v8Eliot Horowitz