summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/session.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-2/+2
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-2/+4
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61008 Upgrade vendorized mozjs to esr91.3Justin Seyster2022-03-071-3/+5
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-4/+2
* SERVER-48352 logv2 cleanup for scripting/mozjs, shell/Gabriel Russell2020-06-101-2/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+3
* SERVER-46932 supress more logging in the shellGabriel Russell2020-05-181-4/+4
* 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 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-301-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-301-1/+1
* Revert "SERVER-29286 import and use mozjs-60"Gabriel Russell2019-01-291-1/+1
* SERVER-29286 import and use mozjs-60Gabriel Russell2019-01-291-1/+1
* SERVER-38841 Fix unchecked return value warningA. Jesse Jiryu Davis2019-01-171-2/+4
* SERVER-36902 Abort transaction on shell exit, try 2A. Jesse Jiryu Davis2019-01-031-4/+102
* Revert "SERVER-36902 Abort transaction on shell exit"Benety Goh2018-12-201-89/+4
* Revert "SERVER-36902 Update jsTests for new shell transaction API"Daniel Gottlieb2018-12-201-14/+1
* SERVER-36902 Update jsTests for new shell transaction APIA. Jesse Jiryu Davis2018-12-201-1/+14
* SERVER-36902 Abort transaction on shell exitA. Jesse Jiryu Davis2018-12-201-4/+89
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-31828 endSession in js should end sessionsJason Carey2017-11-061-9/+1
* SERVER-30080 LogicalSessions in the shellJason Carey2017-08-011-0/+146