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
/
shell
/
shell_utils.h
Age
Commit message (
Expand
)
Author
2024-08-28
SERVER-94007 Add option to normalize null and undefined in query result compa...
Lynne Wang
2024-08-23
SERVER-93655 Extend query result comparator in shell_utils for QueryTester no...
Lynne Wang
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2022-12-23
SERVER-70957: Refactor ProgramRunner to support launching programs from C++ code
Varun Ravichandran
2022-08-17
SERVER-67415 Create golden-data JS suites
David Percy
2020-05-18
SERVER-46189 Fix shell kill current ops with TLS replica set and down nodes
Mark Benvenuto
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-06-07
SERVER-18463 Remove StartupTest infrastructure, place StartupTests into
Nathan Brown
2019-04-02
SERVER-39895 Write shell JS API for interacting with key vault
Shreyas Kalyan
2019-03-18
SERVER-39195 Make shell history file placement more correct.
ADAM David Alan Martin
2019-03-15
Revert "SERVER-39195 Make shell history file placement more correct."
Jason Carey
2019-03-15
SERVER-39195 Make shell history file placement more correct.
ADAM David Alan Martin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-26
SERVER-39128 Avoid double-authentication
Sara Golemon
2018-12-06
SERVER-38374 Add redact attribute to IDL based configs/params
Sara Golemon
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2017-07-26
SERVER-28509 Flatten DBClient hierarchy to just DBClientBase and subclasses
Mathias Stearn
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2015-06-19
SERVER-19041 Simplify SimpleMutex
Andrew Morrow
2015-06-18
SERVER-18723 boost -> stdx for thread
Adam Midvidy
2015-06-17
SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guard
Adam Midvidy
2015-04-07
SERVER-17880 Rename OpTime to Timestamp
Eric Milkie
2015-03-26
SERVER-17754 Move shell-specific files out of the server's copy of the driver
Kaloian Manassiev
2014-05-19
SERVER-13256: Remove pch - qualify std in headers
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-10-04
SERVER-8510 Factored out mongo shell option storage
Shaun Verch
2012-04-10
Rename namespace shellUtils to shell_utils.
Aaron
2012-04-10
Rename helpers to singleArg() and undefinedReturn.
Aaron
2012-04-10
Refactor _allMyUris to ConnectionRegistry and lock the registry when killing ...
Aaron
2012-04-10
Move remaining 'unsafe' shell utils into shell_utils_extended.
Aaron
2012-04-10
Move mongo process related utilities from shell_utils to shell_launcher.
Aaron
2012-04-10
Rename utils.h to shell_utils.h to match prior renaming of utils.cpp to shell...
Aaron