summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/v8_db.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-89/+90
* SERVER-8151: avoid using a HandleScope in mongoFind()Ben Becker2013-01-111-2/+1
* Bulk v8 cleanup:Ben Becker2013-01-021-496/+424
* SERVER-7719: fix argument handling in js insert() methodBen Becker2012-12-231-6/+6
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-2/+3
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-81/+16
* SERVER-7776: remove unused array conversionBen Becker2012-12-101-2/+2
* SERVER-7776: remove unused v8 wrapperBen Becker2012-12-101-1/+0
* add fassert numbersEric Milkie2012-11-081-2/+2
* SERVER-7134 Let MongoDB modules extend the prototype of the Mongo object in t...Andy Schwerin2012-11-081-0/+29
* Rearrange v8_db.{h,cpp} includes.Andy Schwerin2012-11-081-9/+11
* SERVER-7537 V8: prevent heap/stack corruption with off-by-one error; avoid me...Eric Milkie2012-11-011-10/+7
* SERVER-6802 fix v8 to accept insert flagsGreg Studer2012-10-261-2/+3
* SERVER-6334 ReplSet connections magically gets reauthenticated after logging outRandolph Tan2012-07-131-0/+17
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-9/+9
* SERVER-5163 Build failing on shard1.js testRandolph Tan2012-03-021-2/+5
* SERVER-5020 Mongo shell should check the validity of the db name for use dbnameRandolph Tan2012-03-011-0/+5
* - SERVER-4807: access to bsonholder on objects that dont have itagirbal2012-01-301-1/+1
* v8 building with windowsdwight2012-01-031-8/+0
* SERVER-4258: no more locking needed for native execution. Test to check multi...agirbal2011-12-281-11/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1128