summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2018-02-121-1/+1
* SERVER-30875 add requireOwnedObjects() to scoper3.4.8-rc1r3.4.8Jason Carey2017-08-301-0/+2
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-191-5/+1
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-1/+2
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-0/+3
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-131-3/+0
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-131-0/+3
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-2/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22693 Avoid unsafe casts to numbers in scripting enginesamantharitter2016-02-261-6/+4
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+3
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-0/+3
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-0/+5
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-1/+3
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+1
* SERVER-19558 drop scopeCache in shutdownServerJason Carey2015-07-231-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-215/+243
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-1/+1
* SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid2015-02-181-3/+11
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-14143 Re-enable javascript interruption.Spencer T Brody2014-12-011-21/+2
* SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn2014-08-211-1/+2
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-6/+15
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-101-2/+0
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-1/+0
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13033: Static Initalizer race condition with CreateDirectClient and se...Mark Benvenuto2014-03-191-0/+2
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-10/+7
* SERVER-6646: fix round-trip of null values in v8Ben Becker2013-03-131-1/+1
* SERVER-8632: fix server-side JS for MapReduce, $where and groupBen Becker2013-02-271-3/+3
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-2/+6
* SERVER-8220: fix native function conversionBen Becker2013-02-121-0/+3
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+2
* allow full non-near geo functionality in matcherHari Khalsa2013-01-141-2/+0
* fix type mismatchEliot Horowitz2013-01-091-1/+1
* SERVER-8040: don't execute more js when a scope is terminatedBen Becker2013-01-061-0/+2
* Bulk v8 cleanup:Ben Becker2013-01-021-101/+115
* SERVER-7849: enter v8 from a new js thread, and always mark _killPendingBen Becker2012-12-261-2/+1
* SERVER-7776: remove some uses of V8_SIMPLE_HEADER by moving scope init functi...Ben Becker2012-12-261-6/+2
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-15/+16
* Revert "SERVER-7617 Enter and Exit our scope's Isolate in V8"Tad Marshall2012-11-141-2/+0
* SERVER-7617 Enter and Exit our scope's Isolate in V8Tad Marshall2012-11-131-0/+2
* SERVER-7344 add interpreterVersion to shell and buildInfoTad Marshall2012-10-171-0/+1
* Some cleanup of headers and whitespaceTad Marshall2012-05-201-2/+1
* Remove ScriptEngine::Unlocker, which is no longer used.Aaron2012-04-101-3/+0
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+235