| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2017-08-17 | SERVER-30362 MozJS - implement resolve instead of getProperty for native types | Mark Benvenuto | |
| 2017-04-14 | SERVER-28739 make the js scripting engine correctly verify that accessed ↵ | Esha Maharishi | |
| collections are unsharded | |||
| 2016-06-16 | SERVER-23103 Refactor access to haveLocalShardingInfo | Andrew Morrow | |
| 2016-05-28 | SERVER-23971 Clang-Format code | Mark Benvenuto | |
| 2016-03-10 | SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingState | Kaloian Manassiev | |
| This ensures that we will have assertions in place for the correct locks being held. | |||
| 2015-10-06 | SERVER-19977 Intern JS Strings | Jason Carey | |
| Rather than supplying const char*'s throughout our use of the MozJS api, intern the strings and root their associated ids (to save on string parsing). | |||
| 2015-09-17 | SERVER-20375 Constrain JS method thisv | Jason Carey | |
| This constrains universal access to wraptype methods by providing a JS_ATTACH_JS_CONSTRAINED_METHOD() macro which allows for a list of types that are allowed to call said method. In this way we can lock down all methods without having to add uasserts to each individual method body. | |||
| 2015-07-14 | SERVER-18531 Integrate SpiderMonkey | Jason Carey | |
| Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod. | |||
