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
/
mozjs
/
numberlong.cpp
Age
Commit message (
Expand
)
Author
2024-04-12
SERVER-64574 Upgrade third_party/mozjs with ESR115.7
Santiago Roche
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-03-07
SERVER-61008 Upgrade vendorized mozjs to esr91.3
Justin Seyster
2019-12-04
SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...
Kevin Pulo
2019-06-27
SERVER-7143 replace standard library number parsing with custom NumberParser
Nathan Brown
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
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
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
2017-06-12
SERVER-10601 --> remove parseLL() function definition and use in numberlong.cpp
Tyler Kaye
2017-04-07
SERVER-22520 Improve ASAN MozJS integration
Jason Carey
2016-09-06
SERVER-25887 fix autocomplete for NumberLong
Matt Cotter
2016-09-01
SERVER-25827 fix UB related to NumberLong(NaN) in shell
Matt Cotter
2016-08-15
SERVER-24146 Fix JSON.stringify regression, and add new "tostrictjson" shell ...
Adam Chelminski
2016-05-10
SERVER-24054 JS segfault on load of certain nans
Jason Carey
2016-04-21
SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build Integration
Mark Benvenuto
2016-02-18
SERVER-22461 Crash in mozjs code with invalid NumberLong object
Waley Chen
2016-02-16
Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong object"
Eric Milkie
2016-02-15
SERVER-22461 Crash in mozjs code with invalid NumberLong object
Waley Chen
2016-02-11
Revert "SERVER-22461 Crash in mozjs code with invalid NumberLong objectt"
Jason Carey
2016-02-11
SERVER-22461 Crash in mozjs code with invalid NumberLong objectt
Waley Chen
2015-10-06
SERVER-19977 JS ObjectWrapper improvements
Jason Carey
2015-10-06
SERVER-19977 Intern JS Strings
Jason Carey
2015-09-23
SERVER-20332 make JS NumberLong more robust
Jason Carey
2015-09-17
SERVER-20375 Constrain JS method thisv
Jason Carey
2015-08-10
SERVER-19814 add compare() method to NumberLong, and use it in shell's implem...
David Storch
2015-07-31
SERVER-9973 Fix NumberLong on 32-bit platforms
Jonathan Reams
2015-07-30
SERVER-9973 Allow creating NumberLong from anything that supports toNumber
Jonathan Reams
2015-07-14
SERVER-18531 Integrate SpiderMonkey
Jason Carey