| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/
|
|
| |
There might be privacy issues doing it by default
|
| |\
| |
| |
| | |
6955976b Add various readline related fixes (Jethro Grassie)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add missing unbind key
- Fix colored messages
- Add command completion
- Preserve last command input
- Fix cursor position issues
- Fix trailing whitespace in commands
- Synchronize set_prompt
|
| |\ \
| | |
| | |
| | | |
6a23cd07 Add notification on stop (Jethro Grassie)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
a02d7458 mlog: make MONERO_LOGS env var understand N,logs type spec (moneromooo-monero)
|
| | |/ |
|
| |/
|
|
| |
This ensures command output gets logged by default
|
| |\
| |
| |
| |
| |
| | |
76043b17 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero)
a73a42a6 monero-wallet-cli: hang on exit in readline code (#2117) (moneromooo-monero)
be9d4f04 Fix multiline wallet cli output with readline (Jethro Grassie)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
readline_buffer: move a local to local scope
Also limit the select fd limit to what we use
Signed-off-by: Jethro Grassie <jtg@xtrabass.com>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
readline_buffer: fix start/stop threads being starved by process
process could run for quite some time re-acquiring the process
lock, leaving start/stop starving. Yielding after unlock in
process is much better but doesn't seem to be enough to reliably
yield, so we sleep for a millisecond, which should be transparent
for user input anyway.
Signed-off-by: Jethro Grassie <jtg@xtrabass.com>
|
| | |
| |
| |
| |
| |
| | |
monero-wallet-cli commands which have multine output sometimes causes
issues with the readline support. This patch fixes show_transfers,
payments and incoming_transfers.
|
| |/
|
|
| |
Color prompt now working and no reprompting on exit command.
|
| |\
| |
| |
| | |
8261ba69 readline_buffer: fix busy wait (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
It'd eat up a core constantly, due to spending its time jumping
back and forth between userland and kernel. We now wait for up
to a millisecond in kernel, which will be transparent to the user
and drop to idle most of the time.
|
| | |
| |
| |
| | |
m_cout_buf was not initialized
|
| |/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
Missed a crypto -> cncrypto rename
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- Performance improvements
- Added `span` for zero-copy pointer+length arguments
- Added `std::ostream` overload for direct writing to output buffers
- Removal of unused `string_tools::buff_to_hex`
|
| |\
| |
| |
| | |
62efe5f6 mlog: direct log category changes to file only (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
Because some people just won't even try to read what is written
and freak out because the word FATAL is in here, despite the
context making it clear it's not an error.
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
0effe196 Revert "Increase the log level for the info about log levels" (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| | |
We want to know which log categories are active.
This reverts commit 4f7bce6d20c72a1384289f7c35b7fe0ee796ed41.
|
| |/ |
|
| |\
| |
| |
| | |
b7f85a30 mlog: default net.cn to FATAL (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Errors in this layer depend on how peers behave, and thus errors
are expected
|
| |/ |
|
| |\
| |
| |
| |
| |
| |
| | |
72deb484 updated fallback nodes (Riccardo Spagni)
33329f5b update version to 0.10.2 (Riccardo Spagni)
04a50a7e update checkpoints.dat (Riccardo Spagni)
c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni)
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
| |
Makes it more likely to show up
|
| | |
|
| |\
| |
| |
| | |
ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
c3d7a198 mlog: probable fix for gmtime_r not being available on windows (moneromooo-monero)
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
| |
eg, 2,foo:ERROR,bar:INFO
|
| |\
| |
| |
| | |
13dd102e mlog: fix default level/category mapping (moneromooo-monero)
|
| | |
| |
| |
| | |
It was not matching the LOG_PRINT_Lx mapping for 2/3/4
|
| |\ \
| | |
| | |
| | | |
a854cec3 Make stack trace show up in log file with default settings (moneromooo-monero)
|
| | |/ |
|