summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* compile unused vars in v8 codegregs2011-12-122-4/+4
* SERVER-3528: memory footprint of JS context keeps increasing as it is used, d...agirbal2011-11-152-2/+15
* fix v8 error reportingEliot Horowitz2011-09-071-0/+2
* combine sm in sourceEliot Horowitz2011-08-211-32/+1
* upsert optionEliot Horowitz2011-08-061-1/+1
* remove debug lineagirbal2011-07-181-1/+0
* spamEliot Horowitz2011-07-161-1/+1
* - fix some tests, error when trying to access bson on some builtin objagirbal2011-07-161-2/+2
* - fix negative Date for v8agirbal2011-07-161-3/+4
* SERVER-854: now NumberInt properly kept for v8agirbal2011-07-152-14/+23
* - fix basica.js with v8, need to mark base obj as modified when subobj is acc...agirbal2011-07-152-0/+13
* - V8: use BSON data as is if an object was not modifiedagirbal2011-07-102-17/+46
* fix js dates on 32-bit linuxEliot Horowitz2011-07-071-2/+2
* SERVER-854: fix segv in v8agirbal2011-07-071-19/+21
* SERVER-854: unplugging NumberInt as being automatically created from bson int...agirbal2011-07-061-2/+3
* change NumberInt.tojsonEliot Horowitz2011-07-051-3/+9
* SERVER-854: NumberInt implemented in SMagirbal2011-07-033-1/+93
* SERVER-854: implementation of NumberInt for V8agirbal2011-07-024-15/+86
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* remove unnecessary includesagirbal2011-06-231-4/+0
* bench: remove supportEliot Horowitz2011-06-231-0/+3
* SERVER-3168: Fixed hexadecimal output, added testsagirbal2011-06-222-4/+8
* towards compile v8 windowsDwight2011-06-213-0/+26
* try to compile with v8 on widnowsDwight2011-06-201-0/+8
* signed dates and the shelldwight2011-06-061-1/+1
* fix bench.cppDwight2011-06-031-2/+2
* SERVER-3168: finished MD5 and HexData for v8agirbal2011-05-312-23/+70
* dynamic bench fieldsEliot Horowitz2011-05-311-4/+76
* SERVER-3168: added UUID type and method. Fixed conversion to BSON.agirbal2011-05-303-15/+53
* SERVER-3168: methods implemented for BinDataagirbal2011-05-302-3/+20
* SERVER-3168: for v8, added base64() method and now the binary data is stored ...agirbal2011-05-304-25/+83
* SERVER-3168: added length() and subtype(). Moved methods from SM layer to uti...agirbal2011-05-301-14/+0
* js compile fixesEliot Horowitz2011-05-271-1/+1
* shell bindata stuffdwight2011-05-272-2/+71
* SERVER-3107: readOnly option to JS cursor, to reuse BSON as-isagirbal2011-05-262-20/+27
* fix compileagirbal2011-05-251-3/+3
* - Added option for read only objects in JS invoke methodagirbal2011-05-254-9/+20
* SERVER-3012: increased SM runtime limit to 64MBagirbal2011-05-241-1/+1
* use firstElementFieldName()dwight2011-05-231-1/+1
* fix v8 test failure, due to some objects being readonlyagirbal2011-05-171-3/+3
* SERVER-2579: print warning if modifying r/o objectagirbal2011-05-131-22/+22
* fix passing data pointer for native functions with spidermonkeyagirbal2011-05-101-2/+8
* SERVER-2579: added readonly object for lazy v8 objects, which makes them much...agirbal2011-05-102-62/+136
* SERVER-2976: added M/R pure jsMode with collection outputagirbal2011-05-107-17/+40
* cruftEliot Horowitz2011-05-081-7/+0
* support update in benchRunEliot Horowitz2011-05-071-4/+7
* fix compile for spidermonkeyagirbal2011-05-021-2/+2
* SERVER-2579: optimize append() method to use same BSONObj builder throughout ...agirbal2011-05-024-3/+13
* SERVER-2579: all v8 object creation is now lazy.agirbal2011-05-026-98/+141
* switch setObject to lzV8, all tests still passagirbal2011-05-021-1/+3