summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.h
Commit message (Expand)AuthorAgeFilesLines
* 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