index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
scripting
/
engine.h
Age
Commit message (
Expand
)
Author
2024-09-05
SERVER-94437 Introduce test runner prelude for interactive mode (#26746)
Matt Broadstone
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-03-19
SERVER-87015 Optimize registration of operations in `MozJSScriptEngine` (#19414)
Saman Memaripour
2024-03-01
SERVER-86818 Rename our custom Map implementation to BSONAwareMap
Matt Broadstone
2023-08-30
SERVER-80109 Make WhereMatchExpression take in DatabaseName object
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-12-20
SERVER-71628 Try to resolve baseUrl defined in nearby jsconfig.json
Matt Broadstone
2022-03-26
SERVER-61234 Expand support for $function returning scalar BSON values
Justin Seyster
2021-11-19
SERVER-47808 Add new registerChange overload to simplify Change code
Gabriel Marks
2020-11-17
SERVER-50388 Support $where operator in SBE
Nikita Lapkov
2020-05-18
SERVER-46189 Fix shell kill current ops with TLS replica set and down nodes
Mark Benvenuto
2020-02-07
SERVER-45456 Allow JavaScript on mongos
James Wahlin
2019-10-29
SERVER-42748 Support using stored procedures (system.js) in map/reduce
Jacob Evans
2019-10-21
Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"
Jacob Evans
2019-10-21
SERVER-42748 Support using stored procedures (system.js) in map/reduce
Jacob Evans
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-03-06
SERVER-39959 Make js scope reuse time based
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-10
SERVER-39183 honor socket disconnect in $where
Jason Carey
2019-01-07
SERVER-36644 remove AtomicWord typedefs
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-06-29
SERVER-35847 Remove eval command and remove/update related tests/helpers
Sara Golemon
2018-05-23
SERVER-35061: Javascript sleep should error on premature wake
Spencer Jackson
2017-09-29
SERVER-31222 JSFile source member should not be a reference
Jonathan Reams
2017-08-30
SERVER-30875 add requireOwnedObjects() to scope
Jason Carey
2017-07-26
SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclasses
Mathias Stearn
2017-04-10
SERVER-28323 Don't pass JavaScript scopes a function ID number
Spencer Jackson
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2016-10-03
SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...
Jonathan Reams
2016-09-15
SERVER-22688 Provide a setParameter and shell option to control the js heap l...
Waley Chen
2016-09-13
Revert "SERVER-22688 Provide a setParameter and shell option to control the j...
Waley Chen
2016-09-13
SERVER-22688 Provide a setParameter and shell option to control the js heap l...
Waley Chen
2016-06-16
SERVER-23103 Make service contexts responsible for creating DBDirectClients
Andrew Morrow
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-02-26
SERVER-22693 Avoid unsafe casts to numbers in scripting engine
samantharitter
2016-02-17
SERVER-9131 prevent automatic function marshalling in shell
rahuldhodapkar
2015-11-13
SERVER-21429 Add on/off flag for Javascript JIT
Jason Carey
2015-10-12
SERVER-20678 Create a new JS scope for each mapreduce
Andrew Morrow
2015-10-06
SERVER-20564 no default getOwned for BSON in JS
Jason Carey
2015-08-13
SERVER-19627 Add Decimal128 type support to mongo shell
Raymond Jacobson
2015-07-23
SERVER-19558 drop scopeCache in shutdownServer
Jason Carey
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-10
SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>
Andrew Morrow
2015-04-03
SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.
Andy Schwerin
2015-02-18
SERVER-15192 Make dbhash and storedFuncMod logOp listeners rollback-safe
alabid
2015-02-06
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Tyler Brock
2014-12-01
SERVER-14143 Re-enable javascript interruption.
Spencer T Brody
2014-08-21
SERVER-14371 SERVER-14143 killOp notification callback
Mathias Stearn
[next]