summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-14/+16
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-11/+0
* SERVER-26664 Remove sharding.chunkSize command line option from --helpKaloian Manassiev2016-10-191-3/+0
* SERVER-25629 Log a warning if it looks like the operator reversed the two hav...Andy Schwerin2016-09-301-0/+15
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-2/+2
* SERVER-24227 Replace autoSplit startup opt with proper settingJess Fan2016-07-061-32/+0
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-021-15/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+12
* SERVER-23270 Fix command line help text for --confidbMisha Tyulenev2016-04-211-8/+5
* SERVER-23696 Get rid of SettingsTypeKaloian Manassiev2016-04-201-1/+1
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-9/+10
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-29/+20
* SERVER-21320 When no port is provided for a configdb argument to mongos, assumeAndy Schwerin2015-11-181-1/+12
* SERVER-20971 Improve mongos help text for --configdb optionSpencer T Brody2015-10-221-1/+7
* SERVER-20970 Allow a single-node SCCC config serverKaloian Manassiev2015-10-191-6/+7
* SERVER-19590 Remove --upgrade from mongosRandolph Tan2015-08-211-8/+0
* SERVER-19414 Use CatalogManagerReplicaSet when config servers are a replica setSpencer T Brody2015-07-231-6/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-166/+164
* SERVER-18947 Cleanup unused code in chunk.hKaloian Manassiev2015-06-171-5/+3
* SERVER-18567 Replace legacy ConnectionString::parse in MongoS startupKaloian Manassiev2015-05-221-9/+9
* SERVER-18104 Prevent starting mongos if it's pointing to a standalone config ...Spencer T Brody2015-04-231-5/+9
* SERVER-18071 Parse mongos 'configdb' command line parameter into a Connection...Spencer T Brody2015-04-161-5/+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-17496 Move ChunkManager to separate fileKaloian Manassiev2015-03-091-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-141-0/+4
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-13/+12
* SERVER-13379 Fixing parsed naming of jsonp option in mongosShaun Verch2014-04-011-2/+2
* SERVER-13379 Canonicalize noAutoSplit as sharding.autoSplitShaun Verch2014-03-281-6/+18
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-0/+7
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-14/+0
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-281-0/+20
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-23/+43
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11792 Fixed mongos option help to specify size unitsaksaharan2013-11-221-1/+1
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+1
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-4/+4
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-3/+0
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-45/+27
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-231-32/+0
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-30/+30
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-21/+6
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-19/+20
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-2/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+150
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-0/+1