summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/valuewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-03-261-15/+97
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-9/+13
* SERVER-56777 Fix UB in valuewriterIan Boros2021-05-101-2/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-26343 DBPointer.prototype -> bson crashesJason Carey2016-10-051-0/+4
* SERVER-25539 Validate BinData private objectMark Benvenuto2016-08-151-0/+2
* SERVER-23626 Function.prototype isn't treated as BSON type CodeWaley Chen2016-07-201-4/+9
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-081-11/+14
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-271-3/+14
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-5/+36
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-1/+2
* SERVER-22686 Replace unsafe static_cast with call to representAssamantharitter2016-03-101-4/+5
* SERVER-22693 Avoid unsafe cast to long long in ValueWritersamantharitter2016-02-261-1/+1
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-181-7/+6
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+21
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-1/+1
* SERVER-19977 Optimize JS -> BSON conversionJason Carey2015-10-061-69/+78
* SERVER-19977 Offer a stack based JSStringWrapperJason Carey2015-10-061-2/+9
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-81/+123
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-15/+44
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+23
* SERVER-9973 Allow creating NumberLong from anything that supports toNumberJonathan Reams2015-07-301-0/+3
* SERVER-19597 originalBSON can be called on protoJason Carey2015-07-281-1/+1
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+252