summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39521 Don't skip _id in ObjWrapper::toBSONJason Carey2019-02-261-1/+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-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-09-201-10/+16
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-08-171-18/+15
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-141-7/+0
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-161-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22577 disallow creation of databases containing $ on mmapv1Robert Guo2016-03-291-1/+1
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-2/+1
* SERVER-19977 DB::getProperty improvements in JSJason Carey2015-10-061-22/+28
* SERVER-19977 Intern JS StringsJason Carey2015-10-061-3/+4
* SERVER-20375 Constrain JS method thisvJason Carey2015-09-171-2/+2
* SERVER-20019 SpiderMonkey performance improvement in shell by removing pre-em...Calvin Chan2015-08-241-3/+4
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+139