summaryrefslogtreecommitdiff
path: root/src/mongo/s/mongos_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-1/+1
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-1/+1
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-8/+13
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-1/+3
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-3/+17
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-2/+0
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-3/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-12/+1
* SERVER-39501 Migrate windows options to IDLSara Golemon2019-02-141-16/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39409: Convert configuration options in mongos_options.cpp to IDLShreyas Kalyan2019-02-081-45/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-21/+0
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33123 Mongos noscripting command line and configurationBen Caimano2018-03-221-2/+19
* 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