summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* SERVER-4241: v8 needs method tooagirbal2011-11-152-1/+42
* SERVER-4258: switch the JS Thread classes to work with v8 isolateagirbal2011-11-143-53/+59
* SERVER-4258: dont need lock preemption with isolatesagirbal2011-11-141-2/+2
* Handle auth in C++, not JS SERVER-4241Kristina2011-11-141-0/+26
* SERVER-4191: cleanupagirbal2011-11-111-1/+0
* SERVER-4191: fixed v8 interruption by using Isolatesagirbal2011-11-104-58/+109
* SERVER-4186: Don't re-munge function namesBrandon Diamond2011-11-081-4/+10
* - SERVER-4191: try with lower preemption thresholdagirbal2011-11-061-1/+1
* buildbot else if not if bench_test*.jsgregs2011-11-021-1/+1
* test for mapreduce while migrations are underway SERVER-4158gregs2011-11-021-2/+22
* fixes for bench testing and tracking of open mongodsgregs2011-10-251-2/+4
* call getLastError after each bench thread run so we know they're no longer ac...Eliot Horowitz2011-10-161-1/+1
* bench support for (create|drop)IndexEliot Horowitz2011-10-161-0/+6
* - SERVER-4068: v8 build sometimes fails sharding/auto2.js, may be due to GCagirbal2011-10-131-2/+2
* - SERVER-4065: better handling, disable interrupt in callback but mark as int...agirbal2011-10-123-6/+40
* - SERVER-2684: V8 was still expecting old toString() for a dbrefagirbal2011-10-121-1/+2
* - SERVER-4065: thread interruption is disabled in V8 native callback, makes i...agirbal2011-10-121-8/+5
* compile need to cast intgregs2011-10-111-1/+1
* new benchRun additions for shellgregs2011-10-111-17/+490
* - 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
* - 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) ar...agirbal2011-10-053-20/+30
* - SERVER-1507: option as string must be converted to booleanagirbal2011-10-042-5/+7
* 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-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, d...agirbal2011-09-192-2/+15
* 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 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