summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/valuereader.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+2
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-1/+1
* SERVER-44197 remove old TODOGabriel Russell2019-10-301-2/+0
* Revert "SERVER-41994 correctly create and show type 2 binary elements"Gabriel Russell2019-10-151-1/+1
* SERVER-41994 correctly create and show type 2 binary elementsGabriel Russell2019-09-101-1/+1
* SERVER-41313 Evaluate Driver's Client Side FLE Specification Tests in ShellShreyas Kalyan2019-07-151-1/+2
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-031-0/+8
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-201-8/+0
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-201-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-011-24/+9
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-1/+1
* SERVER-27954: Correctly parse code_w_s in shellSpencer Jackson2017-03-011-1/+1
* SERVER-22382 allow mongo --host to take uriMatt Cotter2016-08-181-15/+19
* SERVER-23826 SERVER-24150 Avoid numerical UB in ValueReader::fromBSONElementAndrew Morrow2016-05-161-22/+4
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-101-8/+29
* SERVER-23358 SpiderMonkey 45.0.2 ESR MongoDB & Build IntegrationMark Benvenuto2016-04-211-1/+2
* SERVER-9131 Fix lint failed checksKaloian Manassiev2016-02-181-6/+3
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-5/+27
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-2/+4
* SERVER-19977 Use JS_NewArrayObject directlyJason Carey2015-10-061-9/+8
* SERVER-19977 Re-work JS ObjectIDJason Carey2015-10-061-5/+1
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-12/+12
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-5/+5
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-12/+12
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+25
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+272