summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_v8.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-488/+539
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-6/+5
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-9/+9
* SERVER-16394 Fix JSThreadConfig leakDavid Percy2014-12-101-0/+2
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-011-13/+13
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-52/+0
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-1/+8
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+3
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-15/+15
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13798 add dependency on connection to cursor object tracker in JavaScr...Benety Goh2014-05-151-4/+16
* SERVER-11781 Lower JS to BSON depth limit to 150Mathias Stearn2014-02-141-1/+1
* SERVER-11781 better fix for V8Scope::objectDeptLimit linker errorMathias Stearn2013-11-221-1/+1
* SERVER-11781 Use enum hack to avoid need to assign storage to static constantMathias Stearn2013-11-221-1/+1
* SERVER-11781 Don't crash when converting deeply nested or cyclical JS objects...Mathias Stearn2013-11-221-0/+4
* SERVER-10795 clean up V8Scope if exception thrown in constructorMathias Stearn2013-10-071-1/+25
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-1/+2
* SERVER-9878 Add type checks to V8 C++ bindingsMathias Stearn2013-06-171-60/+90
* SERVER-8926 Remove extra error text and 'L' line number prefixTad Marshall2013-05-301-1/+1
* SERVER-9597: In JavaScript, only allow Mongo() to be called as a constructorBen Becker2013-05-221-0/+5
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-241-9/+9
* SERVER-6646 Fix more issues round-tripping V8 Strings with NUL bytesMathias Stearn2013-04-241-1/+1
* Cache conversion of string literals to V8 StringsMathias Stearn2013-04-241-3/+29
* SERVER-9267 Make readonly v8 objects use same getters as regular lazy objectsMathias Stearn2013-04-051-1/+1
* Use indexed rather than named Set() when converting to v8::ArrayMathias Stearn2013-04-051-2/+0
* SERVER-9230: fix issue causing persistent v8 objects not to be trackedMathias Stearn2013-04-031-8/+8
* SERVER-9066: avoid duplicate JS field namesBen Becker2013-04-011-1/+1
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-2/+3
* SERVER-8170: free all external JavaScript resources on V8Scope destructionBen Becker2013-03-011-27/+88
* SERVER-8170: manually free external resources upon V8Scope destructionBen Becker2013-02-271-7/+15
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-5/+11
* SERVER-8553: fix v8 error checking and exception handlingBen Becker2013-02-131-0/+53
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-0/+11
* SERVER-8060: MinKey/MaxKey fixes for V8Scott Hernandez2013-01-221-0/+10
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+8
* SERVER-8184: remove conversion to string, massert() on toSTLString() failure.Ben Becker2013-01-151-1/+1
* add simple v8 profiler bindingsBen Becker2013-01-141-2/+6
* remove v8 string cache and use ForceSet() when possible.Ben Becker2013-01-141-38/+2
* SERVER-8053: support for timeouts in V8Scope's invoke() and exec()Ben Becker2013-01-111-0/+7
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-0/+3
* SERVER-8040: ensure all entry/exit points for v8 execution are wrapped in nat...Ben Becker2013-01-041-0/+5
* Bulk v8 cleanup:Ben Becker2013-01-021-104/+114
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-88/+136
* SERVER-7776: remove unused array conversionBen Becker2012-12-101-1/+1
* SERVER-7776: remove unused v8 wrapperBen Becker2012-12-101-2/+0
* SERVER-7872: allow v8 gc to account for external bson sizeBen Becker2012-12-101-0/+2
* SERVER-7685: refactor v8ToMongoElement to reduce stack consumption in recursi...Ben Becker2012-11-201-1/+34