summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/valuewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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