summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone2022-12-201-0/+3
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-03-261-2/+15
* SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks2021-11-191-6/+0
* SERVER-50388 Support $where operator in SBENikita Lapkov2020-11-171-0/+1
* SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto2020-05-181-4/+4
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-3/+7
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-291-4/+11
* Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans2019-10-211-3/+2
* SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans2019-10-211-2/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* SERVER-39959 Make js scope reuse time basedJason Carey2019-03-061-9/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-14/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-1/+0
* SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson2018-05-231-0/+2
* SERVER-31222 JSFile source member should not be a referenceJonathan Reams2017-09-291-1/+1
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+2
* SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn2017-07-261-4/+3
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-101-5/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* 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