aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.h
Commit message (Collapse)AuthorAgeFilesLines
* command_line: allow args to depend on more than one argsstoffu2018-03-051-9/+57
|
* command_line::get_arg: remove 'required' for dependent args as they're ↵stoffu2018-03-051-3/+3
| | | | always optional
* command line: allow has_arg to handle arg_descriptor<bool,false,true> #3318stoffu2018-03-051-4/+4
|
* common: implement dynamic option dependencies mechanismwhythat2018-02-161-14/+11
|
* common: implement dependent option descriptorwhythat2018-02-161-5/+45
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* move input_line from command_line to simplewalletmoneromooo-monero2017-11-141-2/+0
| | | | | It was only used there, and this removes one part of the common dependency on libreadline
* move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-13/+0
| | | | Those have no reason to be in a generic module
* simplewallet: reject invalid argument for boolean parameterstoffu2017-11-141-0/+2
|
* add a command_line function to check for defaulted optionsmoneromooo-monero2017-10-061-0/+6
|
* Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-0/+1
| | | | Defaults to off, but fluffy blocks are forced enabled on testnet
* move db specific options to BlockchainDBmoneromooo-monero2017-08-291-3/+0
| | | | | Avoids common depending on blockchain_db, which can cause link errors.
* core: add --db-salvage command line flagmoneromooo-monero2017-08-121-0/+1
| | | | Use to load the database when the primary meta page is corrupted
* use const references in catch blocksmoneromooo-monero2017-03-181-1/+1
|
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|
* Optionally query moneropulse DNS records to check for updatesmoneromooo-monero2017-02-201-0/+1
| | | | | It just checks and prints a message if there is a new version for now.
* Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett2017-02-061-1/+0
|
* Remove db-auto-remove-logsMiguel Herranz2017-01-101-1/+0
|
* Added command_line::is_yesLee Clagett2016-11-251-0/+3
|
* core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-0/+1
|
* epee: optionally restrict HTTP service to a configurable user agentmoneromooo-monero2016-09-181-0/+1
| | | | | | | | This is intended to catch traffic coming from a web browser, so we avoid issues with a web page sending a transfer RPC to the wallet. Requiring a particular user agent can act as a simple password scheme, while we wait for 0MQ and proper authentication to be merged.
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-1/+0
| | | | | | We also replace the --fakechain option with an optional structure containing details about configuration for the core/blockchain, for test purposes. This seems more future friendly.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* add a --fakechain argument for testsmoneromooo-monero2015-12-131-0/+1
| | | | | | | | | | | The core tests use the blockchain, and reset it to be able to add test data to it. This does not play nice with the databases, since those will save that data without an explicit save call. We add a fakechain flag that the tests will set, which tells the core and blockchain code to use a separate database, as well as skip a few things like checkpoints and fixup, which only make sense for real data.
* Register daemon command line arguments to core if they're used in coremoneromooo-monero2015-12-081-0/+8
| | | | | | This fixes coretests, which does not register daemon specific arguments, but uses core, which uses those arguments. Also gets rid of an unwanted dependency on daemon code from core.
* remerged; commands JSON. logging upgrade. doxygenrfree2monero2015-04-011-0/+3
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* Separate testnet default data dirZachary Michaels2014-09-151-0/+1
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* DRY cin input_line (and test replacement of non-DRY usage)Thomas Winget2014-06-121-0/+3
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+177