Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+1 | |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 1 | -1/+1 | |
Update copyright year to 2020 | |||||
2019-03-05 | Update 2019 copyright | binaryFate | 1 | -1/+1 | |
2018-11-15 | Removed a lot of unnecessary includes | Martijn Otto | 1 | -3/+0 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-11-14 | move input_line from command_line to simplewallet | moneromooo-monero | 1 | -18/+0 | |
It was only used there, and this removes one part of the common dependency on libreadline | |||||
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 1 | -45/+0 | |
Those have no reason to be in a generic module | |||||
2017-11-14 | simplewallet: reject invalid argument for boolean parameter | stoffu | 1 | -0/+14 | |
2017-09-03 | Add a --fluffy-blocks option to relay blocks as fluffy blocks | moneromooo-monero | 1 | -0/+5 | |
Defaults to off, but fluffy blocks are forced enabled on testnet | |||||
2017-08-29 | move db specific options to BlockchainDB | moneromooo-monero | 1 | -17/+0 | |
Avoids common depending on blockchain_db, which can cause link errors. | |||||
2017-08-20 | More DB support cleanup | Howard Chu | 1 | -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 | |||||
2017-08-17 | cryptonote_protocol: large block sync size before v4 | moneromooo-monero | 1 | -2/+2 | |
2017-08-12 | core: add --db-salvage command line flag | moneromooo-monero | 1 | -0/+5 | |
Use to load the database when the primary meta page is corrupted | |||||
2017-06-18 | Add readline support to cli | jethro | 1 | -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. | |||||
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-20 | Optionally query moneropulse DNS records to check for updates | moneromooo-monero | 1 | -0/+5 | |
It just checks and prints a message if there is a new version for now. | |||||
2017-02-06 | Add server auth to monerod, and client auth to wallet-cli and wallet-rpc | Lee Clagett | 1 | -1/+0 | |
2017-01-10 | Remove db-auto-remove-logs | Miguel Herranz | 1 | -5/+0 | |
2017-01-10 | Show available types for db-type command | Miguel Herranz | 1 | -1/+4 | |
2016-11-25 | Added command_line::is_yes | Lee Clagett | 1 | -1/+26 | |
2016-09-24 | core: make the sync chunk block count overridable | moneromooo-monero | 1 | -0/+6 | |
2016-09-18 | epee: optionally restrict HTTP service to a configurable user agent | moneromooo-monero | 1 | -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. | |||||
2016-08-29 | More for PR#999 | Howard Chu | 1 | -1/+1 | |
2016-02-08 | core_tests: add tests for hard fork behaviors (MRL-0004) | moneromooo-monero | 1 | -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. | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-12-13 | add a --fakechain argument for tests | moneromooo-monero | 1 | -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. | |||||
2015-12-08 | Register daemon command line arguments to core if they're used in core | moneromooo-monero | 1 | -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. | |||||
2015-04-01 | remerged; commands JSON. logging upgrade. doxygen | rfree2monero | 1 | -0/+3 | |
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-09-15 | Separate testnet default data dir | Zachary Michaels | 1 | -0/+1 | |
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 1 | -0/+12 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+12 | |