| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-23 | SERVER-81059 bulk-revert of include of boost iif.hpp | Billy Donahue | |
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2023-02-12 | SERVER-72873 add header brackets tidy check. | Daniel Moody | |
| 2022-04-28 | SERVER-65773 Improved MozJS error handling | Mohammad Dashti | |
| 2022-03-07 | SERVER-61008 Upgrade vendorized mozjs to esr91.3 | Justin Seyster | |
| Co-authored-by: Mohammad Dashti <mdashti@gmail.com> | |||
| 2020-06-22 | SERVER-46962 add optional parameter when creating ErrorExtraInfo class | Pavi Vetriselvan | |
| 2019-03-14 | SERVER-40059 build Status objects with StringData in exception.cpp | Gabriel Russell | |
| 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. | |||
| 2019-01-30 | SERVER-29286 import and use mozjs-60 | Gabriel Russell | |
| 2019-01-29 | Revert "SERVER-29286 import and use mozjs-60" | Gabriel Russell | |
| This reverts commit a3d232b697dfc7c8833fc1855abbc190fe0d5970. | |||
| 2019-01-29 | SERVER-29286 import and use mozjs-60 | Gabriel Russell | |
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-05-23 | SERVER-35061: Javascript sleep should error on premature wake | Spencer Jackson | |
| 2018-01-19 | SERVER-32239 Lossless status throwing in JS | Jason Carey | |
| Enable throwing of status without conversion to error reports in spidermonkey. This will enable throwing of sidecars and other rich data through js land. | |||
| 2018-01-17 | SERVER-32617 Fix code that reconstructs status with just code and string | Mathias Stearn | |
| 2018-01-17 | SERVER-32587 Convert StaleConfigException to use ErrorExtraInfo | Mathias Stearn | |
| 2017-11-02 | SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error() | Mathias Stearn | |
| No reason to have two ways to express the same thing, and we can't get rid of ErrorCodes::Error(). | |||
| 2016-09-09 | SERVER-22973 use mongo macros for static assert | Matt Cotter | |
| 2016-02-24 | SERVER-22783 Consolidate WriteConcernError parsing | Kaloian Manassiev | |
| This change consolidates the checking for writeConcernError section to happen in the ShardRegistry instead of each command doing it separately. This makes WriteConcernFailed to be an actual error code of the command. Also cleans up the WCErrorDetail class by removing unnecessarly functionality. | |||
| 2015-12-02 | SERVER-21711 make currentJSExceptionToStatus more robust | Jason Carey | |
| JS_GetPendingException can return non-objects. In that case, just return whatever stringification we can dig up. | |||
| 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-08-14 | SERVER-19935 Make JSThread stacks more informative | Jason Carey | |
| We have some pretty poor error reporting for interrupted $where's and map reduces. This fixes the interruption bit and accumulates stack's across threads. | |||
| 2015-08-10 | SERVER-19853 no numeric_limits for msvc in MozJS | Jason Carey | |
| can't use numeric_limits in static asserts on msvc 2013 | |||
| 2015-08-10 | SERVER-19705 unmix MozJS and Mongo Error Codes | Jason Carey | |
| SpiderMonkey error codes overlap with Mongo error codes in thrown user assertions. Avoid that by lifting our error codes above theirs. | |||
| 2015-07-28 | SERVER-19641 cleanup the js scope in quit() | Jason Carey | |
| make leak sanitizer happy | |||
| 2015-07-20 | SERVER-18531 Additional fixes for SpiderMonkey | Jason Carey | |
| o jstest fixes for scopes we don't clean up o better exception handling o removal of trace logging from SpiderMonkey build | |||
| 2015-07-14 | SERVER-18531 Integrate SpiderMonkey | Jason Carey | |
| Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod. | |||
