summaryrefslogtreecommitdiff
path: root/scripting
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-2418-9363/+0
* remove unused variablesagirbal2011-12-222-6/+0
* SERVER-4220 allow commands with \#RANDOM in benchRun for migration testsGreg Studer2011-12-211-2/+1
* call GLE occasionally on each thread to make timing more accurateEliot Horowitz2011-12-211-1/+4
* fix benchRun update multi/upsert optionsEliot Horowitz2011-12-171-1/+1
* SERVER-4432 be more defensive against blank namesTad Marshall2011-12-131-1/+7
* SERVER-4432 make "cf_1_f_x) {shellAutocomplete(x)}(" go awayTad Marshall2011-12-131-8/+6
* support special fields embedded in benchRunEliot Horowitz2011-12-081-7/+11
* Merge branch 'master' of http://github.com/mongodb/mongo into aggregationU-tellus\cwestin2011-12-072-4/+4
|\
| * compile remove unused vars in v8 codegregs2011-12-072-4/+4
* | merge from mainU-tellus\cwestin2011-12-077-115/+272
|\ \ | |/
| * Make benchRun work with authSpencer T Brody2011-12-051-0/+34
| * fix limit in benchRunEliot Horowitz2011-11-301-1/+1
| * 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
* | merge trunk to forkU-tellus\cwestin2011-11-095-25/+91
|\ \ | |/
| * 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
* | merge from headU-tellus\cwestin2011-10-129-170/+762
|\ \ | |/
| * 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