summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-011-1/+1
* SERVER-58703 Change internal client to only support the OP_MSG RPC protocolYoonsoo Kim2021-08-021-2/+0
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-3/+0
* SERVER-58037 Remove readMode:commands from resmoke config filesYoonsoo Kim2021-06-301-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-0/+6
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-3/+0
* SERVER-45062 Add evergreen builder for JSON log formatHenrik Edin2019-12-181-0/+3
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+0
* SERVER-44277 Add capability for shell to use logv2Henrik Edin2019-10-301-0/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-091-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-0/+1
* SERVER-38238 Convert shell options to IDLSara Golemon2018-11-271-2/+0
* SERVER-35212: Refactor shell code to enable default authentication database a...Tyler Kaye2018-11-141-1/+0
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-251-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-33606 fail to create logical session in shell connected to old serversKevin Pulo2018-09-031-0/+1
* SERVER-36744 Fix and add tests for command-line redactionJonathan Reams2018-08-211-0/+2
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+1
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-171-1/+1
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-0/+1
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-0/+2
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-131-2/+0
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-131-0/+2
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-141-1/+1
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-2/+0
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-0/+2
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-2/+0
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+1
* SERVER-21973 move all server options initializers to NSDMIsAdam Midvidy2016-01-041-12/+5
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-0/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-46/+45
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-1/+5
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-231-1/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-251-0/+2
* Revert "SERVER-14713: User must specify either sslAllowInvalidCertificates or...Eric Milkie2014-09-251-2/+0
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-241-0/+2
* SERVER-11770 Support changing the default gssapiServiceName from the shell co...Andy Schwerin2014-02-281-0/+2
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-1/+5
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11627 Make the shell use write commands by defaultRandolph Tan2013-11-081-1/+2
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-0/+5
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-1/+1
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-3/+0
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-1/+1
* SERVER-8510 Factored out mongo shell option storageShaun Verch2013-10-041-0/+70