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
/
engine.cpp
Age
Commit message (
Expand
)
Author
2024-09-05
SERVER-94437 Introduce test runner prelude for interactive mode (#26746)
Matt Broadstone
2024-03-19
SERVER-87974 Enable modernize-use-override and apply fixes (#20075)
Ivan Fefer
2024-03-01
SERVER-86818 Rename our custom Map implementation to BSONAwareMap
Matt Broadstone
2023-12-26
SERVER-83330 Access RecoveryUnit and Locker through transaction_resources.h
Silvia Surroca
2023-08-30
SERVER-80109 Make WhereMatchExpression take in DatabaseName object
Mathis Bessa
2023-08-25
SERVER-78486 Replace parseNamespaceFrom* calls with deserialize
Hugh Tong
2023-08-02
SERVER-65920 Remove NamespaceString ctors with default parameter for tenantId
Mathis Bessa
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-02-22
SERVER-73873 Remove opCtx captures from onCommit/onRollback handlers
Louis Williams
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-26
SERVER-61234 Expand support for $function returning scalar BSON values
Justin Seyster
2022-01-13
SERVER-27209 Eliminate dangerous BSONElement string extraction methods
Matt Kneiser
2021-12-21
SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...
David Storch
2021-11-19
SERVER-47808 Add new registerChange overload to simplify Change code
Gabriel Marks
2021-08-23
SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped around
Irina Yatsenko
2021-02-05
SERVER-53671 Make ~PooledScope() resilient to 'InterruptedAtShutdown' exceptions
Mihai Andrei
2020-11-14
SERVER-51827 Log and rethrow if ~PooledScope throws
David Percy
2020-10-23
SERVER-50511 Change local variables and functions in dbclient files
Amirsaman Memaripour
2020-10-13
SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcs
Billy Donahue
2020-09-10
SERVER-50622 Add logging for 'mr_killop_test_fp' failpoint
Justin Seyster
2020-05-18
SERVER-46189 Fix shell kill current ops with TLS replica set and down nodes
Mark Benvenuto
2020-05-18
SERVER-46932 supress more logging in the shell
Gabriel Russell
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-17
SERVER-47445 Don't update Scope::_loadedVersion before loadStored succeeds
David Percy
2020-02-26
SERVER-45460 Mark CodeWithScope as deprecated in bsontypes.h
James Wahlin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-11-27
SERVER-43867 Move check_log.js inside src/mongo/shell/
Vesselina Ratcheva
2019-10-29
SERVER-42748 Support using stored procedures (system.js) in map/reduce
Jacob Evans
2019-10-21
Revert "SERVER-42748 Support using stored procedures (system.js) in map/reduce"
Jacob Evans
2019-10-21
SERVER-42748 Support using stored procedures (system.js) in map/reduce
Jacob Evans
2019-10-09
SERVER-43818 Remove src/mongo/shell/mr.js
Charlie Swanson
2019-10-03
SERVER-43317 merge failpoint headers. Rewrite docs.
Billy Donahue
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-09-10
SERVER-43119 FailPoint cleanup
Billy Donahue
2019-09-09
SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()
Evgeni Dobranov
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-14
SERVER-41071 Replace NULL and 0 with nullptr
A. Jesse Jiryu Davis
2019-03-06
SERVER-39959 Make js scope reuse time based
Jason Carey
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-07
SERVER-36644 remove AtomicWord typedefs
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-08-14
SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUID
Matthew Russotto
2018-06-29
SERVER-35847 Remove eval command and remove/update related tests/helpers
Sara Golemon
2018-06-29
SERVER-35115 Separate dbclientinterface.h into several parts, one per class.
Henrik Edin
2018-05-30
SERVER-35275 rename fail point FP macros, improve docs
Billy Donahue
2018-05-23
SERVER-35061: Javascript sleep should error on premature wake
Spencer Jackson
2018-05-03
SERVER-34580 Plumb commit time to commit handlers when available
Judah Schvimer
2018-02-14
SERVER-33275 Remove `platform/unordered_`* headers
ADAM David Alan Martin
2017-08-30
SERVER-30875 add requireOwnedObjects() to scope
Jason Carey
[next]