danicoin/src
jethro e1f3dfccc8 Add readline support to cli
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-06-18 10:08:37 -04:00
..
blockchain_db Don't copy blockchain for coinbase_tx_sum 2017-06-01 14:14:24 +01:00
blockchain_utilities Move txpool to the database 2017-05-25 22:23:37 +01:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common Add readline support to cli 2017-06-18 10:08:37 -04:00
crypto changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
cryptonote_basic Add OSX background mining 2017-06-08 09:26:09 -04:00
cryptonote_core Merge pull request #2063 2017-06-01 19:33:43 +02:00
cryptonote_protocol Merge pull request #2052 2017-06-18 14:23:59 +02:00
daemon Speedup print_pool_stats 2017-06-01 17:34:03 +01:00
daemonizer Merge pull request #1897 2017-03-21 14:10:36 +02:00
mnemonics shared libs build (i.e. make debug) 2017-05-17 10:17:08 +09:00
p2p abstracted nework addresses 2017-05-27 11:35:54 +01:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
rpc Merge pull request #2052 2017-06-18 14:23:59 +02:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet Merge pull request #2053 2017-05-30 21:28:40 +02:00
wallet Merge pull request #2058 2017-06-01 19:42:37 +02:00
CMakeLists.txt IOS CMAKE build settings 2017-04-03 18:38:50 +02:00
cryptonote_config.h Merge pull request #1701 2017-05-05 11:26:11 +02:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update version to 0.10.3.1 tag 2017-03-26 23:29:31 +02:00