summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine.h
AgeCommit message (Expand)Author
2024-09-05SERVER-94437 Introduce test runner prelude for interactive mode (#26746)Matt Broadstone
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2024-03-19SERVER-87015 Optimize registration of operations in `MozJSScriptEngine` (#19414)Saman Memaripour
2024-03-01SERVER-86818 Rename our custom Map implementation to BSONAwareMapMatt Broadstone
2023-08-30SERVER-80109 Make WhereMatchExpression take in DatabaseName objectMathis Bessa
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-12-20SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.jsonMatt Broadstone
2022-03-26SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster
2021-11-19SERVER-47808 Add new registerChange overload to simplify Change codeGabriel Marks
2020-11-17SERVER-50388 Support $where operator in SBENikita Lapkov
2020-05-18SERVER-46189 Fix shell kill current ops with TLS replica set and down nodesMark Benvenuto
2020-02-07SERVER-45456 Allow JavaScript on mongosJames Wahlin
2019-10-29SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans
2019-10-21Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"Jacob Evans
2019-10-21SERVER-42748 Support using stored procedures (system.js) in map/reduceJacob Evans
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-06-14SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis
2019-03-28SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue
2019-03-06SERVER-39959 Make js scope reuse time basedJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-02-10SERVER-39183 honor socket disconnect in $whereJason Carey
2019-01-07SERVER-36644 remove AtomicWord typedefsBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-06-29SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon
2018-05-23SERVER-35061: Javascript sleep should error on premature wakeSpencer Jackson
2017-09-29SERVER-31222 JSFile source member should not be a referenceJonathan Reams
2017-08-30SERVER-30875 add requireOwnedObjects() to scopeJason Carey
2017-07-26SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclassesMathias Stearn
2017-04-10SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson
2017-03-07SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen
2016-10-03SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams
2016-09-15SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen
2016-09-13Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen
2016-09-13SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen
2016-06-16SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow
2016-05-28SERVER-23971 Clang-Format codeMark Benvenuto
2016-02-26SERVER-22693 Avoid unsafe casts to numbers in scripting enginesamantharitter
2016-02-17SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar
2015-11-13SERVER-21429 Add on/off flag for Javascript JITJason Carey
2015-10-12SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow
2015-10-06SERVER-20564 no default getOwned for BSON in JSJason Carey
2015-08-13SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson
2015-07-23SERVER-19558 drop scopeCache in shutdownServerJason Carey
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-06-10SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow
2015-04-03SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin
2015-02-18SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safealabid
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-12-01SERVER-14143 Re-enable javascript interruption.Spencer T Brody
2014-08-21SERVER-14371 SERVER-14143 killOp notification callbackMathias Stearn