summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Collapse)AuthorAgeFilesLines
* - SERVER-2684: v8 was relying on oid.toString() during conversionagirbal2011-10-071-1/+1
|
* - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ↵agirbal2011-10-071-21/+1
| | | | ways, and can confuse users
* - SERVER-2751: fixed for SM too. Also fixed test typo.agirbal2011-10-071-0/+15
|
* - SERVER-2751: BinData Asserts and crashes shellagirbal2011-10-071-73/+52
|
* - SERVER-3676: JSTests::NumberLong failsagirbal2011-10-062-3/+6
|
* SERVER-4030: with v8 assert kills db when accessing a sharded collection via JSagirbal2011-10-063-3/+19
|
* - SERVER-1900: v8 seems to be fixed. Reenabled both tests and it's passing now.agirbal2011-10-051-1/+4
|
* - SERVER-4025: segv in V8 when certain special objects (e.g. DBCollection) ↵agirbal2011-10-053-20/+30
| | | | | | are converted from JS to BSON - SERVER-445: cleaner code in v8
* - SERVER-1507: option as string must be converted to booleanagirbal2011-10-042-5/+7
| | | | - SERVER-3629: implementation finished
* SERVER-3425: Server crash when passed invalid JS in CodeWScope objectagirbal2011-10-041-0/+2
|
* SERVER-3630: 'this' supplied to map function not read onlyagirbal2011-10-043-5/+5
|
* SERVER-3986: v8 needs to cache DBCollection objects in db objectagirbal2011-09-301-2/+9
|
* namespace for v8 arrayGreg Studer2011-09-291-1/+1
|
* final fixup for SERVER-2395gregs2011-09-292-7/+8
|
* Add bulk insert to shell SERVER-2395gregs2011-09-292-16/+72
|
* - SERVER-3972: Add memory limits to V8 JSagirbal2011-09-285-2/+29
| | | | - SERVER-3012: cleaner code, attempt to work on v8 but still doesnt
* SERVER-3102: clear JS contexts in case of OOMagirbal2011-09-261-2/+11
|
* SERVER-2031: setSlaveOk at each level in shellagirbal2011-09-202-7/+3
|
* SERVER-3528: memory footprint of JS context keeps increasing as it is used, ↵agirbal2011-09-192-2/+15
| | | | delete every 100 use
* SERVER-3615: for v8 invoke, if this does not exists, should be set to global objagirbal2011-09-131-3/+3
|
* 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 ↵agirbal2011-07-152-0/+13
| | | | accessed
* - V8: use BSON data as is if an object was not modifiedagirbal2011-07-102-17/+46
| | | | | - unplug NumberInt from V8 until fixed (need to compare types with previous BSON) - better debug lines for read only objects
* 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 ↵agirbal2011-07-061-2/+3
| | | | int values, breaks many behaviors
* 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
| | | | net cleaning: move http tools to net/
* 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
| | | | in internal field, cleaner
* SERVER-3168: added length() and subtype(). Moved methods from SM layer to ↵agirbal2011-05-301-14/+0
| | | | utils.js