summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/numberlong.cpp
AgeCommit message (Expand)Author
2024-04-12SERVER-64574 Upgrade third_party/mozjs with ESR115.7Santiago Roche
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2022-03-07SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster
2019-12-04SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo
2019-06-27SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-30SERVER-29286 import and use mozjs-60Gabriel Russell
2019-01-29Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell
2019-01-29SERVER-29286 import and use mozjs-60Gabriel Russell
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2017-06-12SERVER-10601 --> remove parseLL() function definition and use in numberlong.cppTyler Kaye
2017-04-07SERVER-22520 Improve ASAN MozJS integrationJason Carey
2016-09-06SERVER-25887 fix autocomplete for NumberLongMatt Cotter
2016-09-01SERVER-25827 fix UB related to NumberLong(NaN) in shellMatt Cotter
2016-08-15SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ...Adam Chelminski
2016-05-10SERVER-24054 JS segfault on load of certain nansJason Carey
2016-04-21SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto
2016-02-18SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen
2016-02-16Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong object"Eric Milkie
2016-02-15SERVER-22461 Crash in mozjs code with invalid NumberLong objectWaley Chen
2016-02-11Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong objectt"Jason Carey
2016-02-11SERVER-22461 Crash in mozjs code with invalid NumberLong objecttWaley Chen
2015-10-06SERVER-19977 JS ObjectWrapper improvementsJason Carey
2015-10-06SERVER-19977 Intern JS StringsJason Carey
2015-09-23SERVER-20332 make JS NumberLong more robustJason Carey
2015-09-17SERVER-20375 Constrain JS method thisvJason Carey
2015-08-10SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...David Storch
2015-07-31SERVER-9973 Fix NumberLong on 32-bit platformsJonathan Reams
2015-07-30SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams
2015-07-14SERVER-18531 Integrate SpiderMonkeyJason Carey