summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2011-07-18remove debug lineagirbal
2011-07-16spamEliot Horowitz
2011-07-16- fix some tests, error when trying to access bson on some builtin objagirbal
2011-07-16- fix negative Date for v8agirbal
2011-07-15SERVER-854: now NumberInt properly kept for v8agirbal
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 modifiedagirbal
2011-07-07fix js dates on 32-bit linuxEliot Horowitz
2011-07-07SERVER-854: fix segv in v8agirbal
2011-07-06SERVER-854: unplugging NumberInt as being automatically created from bson int...agirbal
2011-07-05change NumberInt.tojsonEliot Horowitz
2011-07-03SERVER-854: NumberInt implemented in SMagirbal
2011-07-02SERVER-854: implementation of NumberInt for V8agirbal
2011-06-26net cleaning: move message.* to net/Eliot Horowitz
2011-06-23remove unnecessary includesagirbal
2011-06-23bench: remove supportEliot Horowitz
2011-06-22SERVER-3168: Fixed hexadecimal output, added testsagirbal
2011-06-21towards compile v8 windowsDwight
2011-06-20try to compile with v8 on widnowsDwight
2011-06-06signed dates and the shelldwight
2011-06-03fix bench.cppDwight
2011-05-31SERVER-3168: finished MD5 and HexData for v8agirbal
2011-05-31dynamic bench fieldsEliot Horowitz
2011-05-30SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal
2011-05-30SERVER-3168: methods implemented for BinDataagirbal
2011-05-30SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal
2011-05-30SERVER-3168: added length() and subtype(). Moved methods from SM layer to uti...agirbal
2011-05-27js compile fixesEliot Horowitz
2011-05-27shell bindata stuffdwight
2011-05-26SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal
2011-05-25fix compileagirbal
2011-05-25- Added option for read only objects in JS invoke methodagirbal
2011-05-24SERVER-3012: increased SM runtime limit to 64MBagirbal
2011-05-23use firstElementFieldName()dwight
2011-05-17fix v8 test failure, due to some objects being readonlyagirbal
2011-05-13SERVER-2579: print warning if modifying r/o objectagirbal
2011-05-10fix passing data pointer for native functions with spidermonkeyagirbal
2011-05-10SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal
2011-05-10SERVER-2976: added M/R pure jsMode with collection outputagirbal
2011-05-08cruftEliot Horowitz
2011-05-07support update in benchRunEliot Horowitz
2011-05-02fix compile for spidermonkeyagirbal
2011-05-02SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal
2011-05-02SERVER-2579: all v8 object creation is now lazy.agirbal
2011-05-02switch setObject to lzV8, all tests still passagirbal
2011-04-25SERVER-2579: added framework for lazy v8agirbal
2011-04-24SERVER-2983: added string caching for all db functionsagirbal
2011-04-24SERVER-2983: cache often used strings in v8 engineagirbal
2011-04-24SERVER-2983: add v8string caching for v8 engineagirbal
2011-04-24SERVER-2993: refactor v8 engine to carry scope in most methods / callbacksagirbal