summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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/+8
* SERVER-36807 Add --setShellParameter to shellSara Golemon2018-08-291-0/+39
* SERVER-36744 Fix options parsing for --password without argumentJonathan Reams2018-08-221-2/+8
* SERVER-36744 Fix and add tests for command-line redactionJonathan Reams2018-08-211-0/+44
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-3/+2
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-19/+6
* SERVER-32083 Add mention of URIs in mongo --helpGregory Noma2018-06-051-0/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-2/+2
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-0/+1
* SERVER-32683 JS JIT off by defaultJason Carey2018-01-171-4/+16
* SERVER-32164 Fix handling of `authSource` in URIs.ADAM David Alan Martin2017-12-141-11/+17
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-081-0/+9
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-12/+10
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-1/+2
* SERVER-29687 Add sock.h header where needed for non-ssl buildsAndrew Morrow2017-08-231-0/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-26909 Change client objcheck default help messageADAM David Alan Martin2016-11-041-5/+3
* SERVER-26638: Add `--objcheck` and `--noobjcheck` options to mongo shell.ADAM David Alan Martin2016-10-181-0/+28
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-151-0/+13
* Revert "SERVER-22688 Provide a setParameter and shell option to control the j...Waley Chen2016-09-131-13/+0
* SERVER-22688 Provide a setParameter and shell option to control the js heap l...Waley Chen2016-09-131-0/+13
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-2/+0
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-0/+2
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-2/+3
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-1/+2
* SERVER-25264 Add MessageCompressorInterface and MessageCompressorRegistryJonathan Reams2016-08-091-0/+9
* SERVER-22734 unify --version output, thus adding enterprise designationsMatt Cotter2016-08-011-7/+8
* Revert "SERVER-22734 add Enterprise to version in enterprise shell builds"Dan Pasette2016-07-151-2/+2
* SERVER-22734 add Enterprise to version in enterprise shell buildsMatt Cotter2016-07-141-2/+2
* 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