| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Defaults to off, but fluffy blocks are forced enabled on testnet
|
| |\
| |
| |
| |
| |
| | |
3dd34a49 Cleanup test impact of moving blockchain_db_types() (Howard Chu)
80344740 More DB support cleanup (Howard Chu)
4c7f8ac0 DB cleanup (Howard Chu)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
df0cffed cryptonote_protocol: warn if we see a higher top version we expect (moneromooo-monero)
317ab21a cryptonote_protocol: less strict check on top version on connect (moneromooo-monero)
cc81a371 cryptonote_protocol: update target height when syncing too (moneromooo-monero)
e2ad372b cryptonote_protocol: simplify and remove unnecessary casts (moneromooo-monero)
727e67ca cryptonote_protocol: print peer top height along with its version (moneromooo-monero)
b5345ef4 crypto: use malloc instead of alloca (moneromooo-monero)
80794b31 thread_group: set thread size to THREAD_STACK_SIZE (moneromooo-monero)
5524bc31 print peer id in 0 padded hex for consistency (moneromooo-monero)
8f8cc09b contrib: add sync_info to rlwrap command set (moneromooo-monero)
70b8c6d7 cryptonote_protocol: misc fixes to the new sync algorithm (moneromooo-monero)
|
| | |/ |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
c6e200a8 core: add --db-salvage command line flag (moneromooo-monero)
|
| | |
| |
| |
| | |
Use to load the database when the primary meta page is corrupted
|
| |\ \
| | |
| | |
| | |
| | | |
e499ff33 simplewallet: factor out message_writer (moneromooo-monero)
7ed5ab47 scoped_message_writer: pause readline to match simplewallet (moneromooo-monero)
|
| | | | |
|
| | |/ |
|
| |\ \
| |/
|/|
| |
| |
| | |
5d4ef719 core: speed up output index unique set calculation (moneromooo-monero)
19d7f568 perf_timer: allow profiling more granular than millisecond (moneromooo-monero)
bda8c598 epee: add nanosecond timer and pause/restart profiling macros (moneromooo-monero)
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
214fd81e some include cleanup (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
06aea2cf move get_proof_of_trust_hash from util.h to p2p_protocol_defs.h (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| | |
This avoids having to include p2p_protocol_defs.h in util.h,
as util.h is used a lot, and p2p_protocol_defs.h includes
a lot of other things that most users don't need.
|
| |\ \
| | |
| | |
| | | |
cb0b5594 Move OpenAlias console input back from libs (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
Library code should definitely not ask for console input unless
it's clearly an input function. Delegating the user interaction
part to the caller means it can now be used by a GUI, or have a
decision algorithm better adapted to a particular caller.
|
| |\ \
| | |
| | |
| | |
| | | |
599436a4 mlog: default to msgwriter logs only for log level 1 (moneromooo-monero)
58f3fc68 Make msgwriter logs go to file only (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| | |
This was the case for monero-wallet-cli already, but not for
monerod, which was making it pretty spammy as it was duplicating
intended output. Since my original intent was to ensure logs
included command output for debugging, this achieves both.
|
| |\ \
| | |
| | |
| | | |
35d68b2c Fix spelling errors (Erik de Castro Lopo)
|
| | |/ |
|
| |/
|
|
| |
Plugs a noisy but benign memory leak
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
fix a cmakelist
|
| |\
| |
| |
| | |
d0238313 use const references in catch blocks (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
We don't check *while* the download happens, so it might
still be that we don't have enough space later
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
It need not be any different
|
| |
|
|
| |
So the user can use https, while the automatic does not have to
|
| | |
|
| |
|
|
| |
The files are hashed and the hashes signed
|
| |\
| |
| |
| |
| |
| |
| | |
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)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| |
| | |
efdd783c add openssl to readme (Riccardo Spagni)
058eed36 cmakify openssl (Riccardo Spagni)
|
| | | |
|
| |/
|
|
|
|
| |
load_txt_records_from_dns attempts to distribute `a = 0, b = -1` where
(b = dns_urls.size() - 1) and IntType is signed integer. This results in
an infinite recursion which leads to SIGSEGV.
|
| | |
|
| | |
|
| |
|
|
|
| |
It just checks and prints a message if there is a new version
for now.
|