summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/mozjs/proxyscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61234 Expand support for $function returning scalar BSON valuesJustin Seyster2022-06-281-0/+23
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-1/+2
* SERVER-42736 Remove PosixNSPR implementations.ADAM Martin2019-10-141-16/+4
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41120 perserve the correct status during scope timeoutGabriel Russell2019-06-061-2/+3
* SERVER-39961 Update proxy scope to use two cvsJason Carey2019-03-061-7/+9
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-7/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-101-15/+37
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35847 Remove eval command and remove/update related tests/helpersSara Golemon2018-06-291-4/+0
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+4
* SERVER-28839 Unbind the impl from the proxy before terminating the threadAndrew Morrow2017-06-281-0/+6
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-04-101-3/+2
* SERVER-22520 Improve ASAN MozJS integrationJason Carey2017-04-071-6/+0
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-03-241-1/+1
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-03-241-3/+7
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-25764 Interrupt javascript periodically.Jonathan Reams2016-08-291-0/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-5/+3
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-021-6/+3
* SERVER-19614 Return to using stdx::thread for JS impl scopeAndrew Morrow2015-10-271-1/+1
* SERVER-20678 Create a new JS scope for each mapreduceAndrew Morrow2015-10-121-29/+38
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-2/+6
* SERVER-19614 Implement stack quotas for JSJason Carey2015-10-061-1/+1
* SERVER-19607 no recursion in JS -> BSON conversionJason Carey2015-09-211-17/+32
* SERVER-19627 Add Decimal128 type support to mongo shellRaymond Jacobson2015-08-131-0/+7
* SERVER-19693 Deadlock when JS calls ProxyScopeJason Carey2015-08-031-0/+9
* SERVER-19641 cleanup the js scope in quit()Jason Carey2015-07-281-0/+7
* SERVER-18531 Integrate SpiderMonkeyJason Carey2015-07-141-0/+318