aboutsummaryrefslogtreecommitdiff
path: root/src/common/command_line.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* Removed a lot of unnecessary includesMartijn Otto2018-11-151-3/+0
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* move input_line from command_line to simplewalletmoneromooo-monero2017-11-141-18/+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-45/+0
| | | | Those have no reason to be in a generic module
* simplewallet: reject invalid argument for boolean parameterstoffu2017-11-141-0/+14
|
* Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero2017-09-031-0/+5
| | | | Defaults to off, but fluffy blocks are forced enabled on testnet
* move db specific options to BlockchainDBmoneromooo-monero2017-08-291-17/+0
| | | | | Avoids common depending on blockchain_db, which can cause link errors.
* More DB support cleanupHoward Chu2017-08-201-1/+1
| | | | | | | | Hide DB types from db_types.h - no reason to recompile dependencies when DB types change. Also remove lingering in-memory DB references, they've been obsolete since 9e82b694da120708652871b55f639d1ef306a7ec
* cryptonote_protocol: large block sync size before v4moneromooo-monero2017-08-171-2/+2
|
* core: add --db-salvage command line flagmoneromooo-monero2017-08-121-0/+5
| | | | Use to load the database when the primary meta page is corrupted
* Add readline support to clijethro2017-06-181-0/+7
| | | | | | | | | | | | | | | | | This PR adds readline support to the daemon and monero-wallet-cli. Only GNU readline is supported (e.g. not libedit) and there are cmake checks to ensure this. There is a cmake variable, Readline_ROOT_DIR that can specify a directory to find readline, otherwise some default paths are searched. There is also a cmake option, USE_READLINE, that defaults to ON. If set to ON, if readline is not found, the build continues but without readline support. One negative side effect of using readline is that the color prompt in the wallet-cli now has no color and just uses terminal default. I know how to fix this but it's quite a big change so will tackle another time.
* 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/+5
| | | | | 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-5/+0
|
* Show available types for db-type commandMiguel Herranz2017-01-101-1/+4
|
* Added command_line::is_yesLee Clagett2016-11-251-1/+26
|
* core: make the sync chunk block count overridablemoneromooo-monero2016-09-241-0/+6
|
* 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.
* More for PR#999Howard Chu2016-08-291-1/+1
|
* core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero2016-02-081-5/+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/+5
| | | | | | | | | | | 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/+40
| | | | | | 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/+12
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+12