index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
scripting
/
mozjs
/
proxyscope.cpp
Age
Commit message (
Expand
)
Author
2023-10-15
SERVER-82100 Remove Client::unspecifiedService and force all callers of Clien...
George Wangensteen
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-18
SERVER-74662 Confirm changes in query code if threads are killable by default
Rushan Chen
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-04-26
SERVER-70127 change system operations to be killable by default
Jiawei Yang
2023-04-25
Revert "SERVER-70127 change system operations to be killable by default"
Sviatlana Zuiko
2023-04-25
SERVER-70127 change system operations to be killable by default
Jiawei Yang
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-03-26
SERVER-61234 Expand support for $function returning scalar BSON values
Justin Seyster
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2020-02-07
SERVER-45456 Allow JavaScript on mongos
James Wahlin
2019-10-14
SERVER-42736 Remove PosixNSPR implementations.
ADAM Martin
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-06-06
SERVER-41120 perserve the correct status during scope timeout
Gabriel Russell
2019-03-06
SERVER-39961 Update proxy scope to use two cvs
Jason Carey
2019-03-05
SERVER-39427 Modify interrupt semantics for opCtx
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-02-10
SERVER-39183 honor socket disconnect in $where
Jason Carey
2019-01-11
SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-type
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-06-29
SERVER-35847 Remove eval command and remove/update related tests/helpers
Sara Golemon
2017-08-30
SERVER-30875 add requireOwnedObjects() to scope
Jason Carey
2017-06-28
SERVER-28839 Unbind the impl from the proxy before terminating the thread
Andrew Morrow
2017-04-10
SERVER-28323 Don't pass JavaScript scopes a function ID number
Spencer Jackson
2017-04-07
SERVER-22520 Improve ASAN MozJS integration
Jason Carey
2017-03-24
SERVER-27727 Note location where thread is marked idle
Mathias Stearn
2017-03-24
SERVER-27727 Hide idle threads in hang analyzer (extras)
Mathias Stearn
2017-03-07
SERVER-27938 Rename all OperationContext variables to opCtx
Maria van Keulen
2016-08-29
SERVER-25764 Interrupt javascript periodically.
Jonathan Reams
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-05-17
SERVER-24104 Replace stdx::duration with mongo::Duration.
Andy Schwerin
2015-12-02
SERVER-21717 Be more graceful in JS OOM
Jason Carey
2015-10-27
SERVER-19614 Return to using stdx::thread for JS impl scope
Andrew Morrow
2015-10-12
SERVER-20678 Create a new JS scope for each mapreduce
Andrew Morrow
2015-10-06
SERVER-20564 no default getOwned for BSON in JS
Jason Carey
2015-10-06
SERVER-19614 Implement stack quotas for JS
Jason Carey
2015-09-21
SERVER-19607 no recursion in JS -> BSON conversion
Jason Carey
2015-08-13
SERVER-19627 Add Decimal128 type support to mongo shell
Raymond Jacobson
2015-08-03
SERVER-19693 Deadlock when JS calls ProxyScope
Jason Carey
2015-07-28
SERVER-19641 cleanup the js scope in quit()
Jason Carey
2015-07-14
SERVER-18531 Integrate SpiderMonkey
Jason Carey