summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-42/+51
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+3
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-141-5/+14
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-10/+0
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-041-0/+10
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-041-10/+0
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-3/+5
* Revert "SERVER-22714 MongoURI should use the socketTimeout option"Kaloian Manassiev2016-02-181-5/+3
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-3/+5
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-171-0/+8
* SERVER-22447 IP Address in mongo --help command is not consistentGabe Fernando2016-02-031-2/+2
* SERVER-21429 Add on/off flag for Javascript JITJason Carey2015-11-131-0/+8
* SERVER-6233 Add URI parsing to mongo shellJonathan Reams2015-10-131-0/+31
* SERVER-20067 SERVER-19572 set readMode in shell based on wire versionDavid Storch2015-09-301-6/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-240/+242
* SERVER-17608 implement OP_COMMAND in the shellAdam Midvidy2015-05-181-1/+19
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-3/+5
* SERVER-17286 add --readMode flag to shellDavid Storch2015-03-231-0/+16
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-15521 Use maxWireVersion to set default shell auth mechAndreas Nilsson2014-10-101-2/+1
* SERVER-15521 Make SCRAM-SHA-1 default pw algo in shellAndreas Nilsson2014-10-061-1/+1
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-251-0/+9
* Revert "SERVER-14713: User must specify either sslAllowInvalidCertificates or...Eric Milkie2014-09-251-9/+0
* SERVER-14713: User must specify either sslAllowInvalidCertificates or sslCAFi...Amalia Hawkins2014-09-241-0/+9
* SERVER-11770 Support changing the default gssapiServiceName from the shell co...Andy Schwerin2014-02-281-6/+27
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-1/+17
* 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-0/+7
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-3/+3
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-14/+4
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-88/+53
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-231-26/+0
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-16/+24
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-54/+36
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-2/+37
* SERVER-8510 Factored out mongo shell option storageShaun Verch2013-10-041-0/+283