| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |\ \ \
| | | |
| | | |
| | | | |
53683d7 Warnings: fix ut/levin.cpp missing braces (mj-xmr)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
f9b5b52 fix serialization being different on mac (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
On Mac, size_t is a distinct type from uint64_t, and some
types (in wallet cache as well as cold/hot wallet transfer
data) use pairs/containers with size_t as fields. Mac would
save those as full size, while other platforms would save
them as varints. Might apply to other platforms where the
types are distinct.
There's a nasty hack for backward compatibility, which can
go after a couple forks.
|
| | | | |
| | | |
| | | |
| | | | |
Printing also available RAM. Add comprehensive description.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fe63256 cryptonote_protocol_handler: fix race condition (anon)
ded2f3a cryptonote_protocol_handler: add race condition demo (anon)
|
| | | |/ /
| |/| | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
2935a0c async_protocol_handler_config: fix deadlock (anon)
c877705 async_protocol_handler_config: add deadlock demo (anon)
|
| | | |_|/
| |/| | |
|
| | |/ /
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
b5209a0 functional_tests: hide check_missing_rpc_methods behind requests check (moneromooo-monero)
|
| | | |/
| |/| |
|
| |\ \ \
| | | |
| | | |
| | | | |
249eae5 Allow byte_stream->byte_slice conversion to shrink unused buffer space (Lee Clagett)
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
19b2283 New add_aux_pow RPC to support merge mining (moneromooo-monero)
|
| | | | | |
|
| | |_|/
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
1aecdcf Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett)
1572df9 Removing unused namespace alias (Lee Clagett)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a60d3d8 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon)
|
| | | | |
| | | |
| | | |
| | | | |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973196
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
85db173 Remove unused variables in monero codebase (Kevin Barbour)
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.
In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
df2f00f boosted_tcp_server: fix connection lifetime (anon)
3833624 boosted_tcp_server: add segfault demo (anon)
|
| | | |/ /
| |/| | |
|
| | |/ /
|/| | |
|
| |\ \ \
| | | |
| | | |
| | | | |
41dfa96 Split fuzz tests during fuzz build (Nym Seddon)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Only build fuzz tests in a fuzz build, and don't build other tests.
Keeps fuzz compilers from instrumenting other tests, which are not fuzzed.
Resolves #7232
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
0660db3 fuzz_tests: add a test for utf8canonical (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
927141bcc Command max_bytes moved from dynamic map to static switch (Lee Clagett)
|
| | | | | | |
|
| |/ / / / |
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
61b6e4cc6 Add aggressive restrictions to pre-handshake p2p buffer limit (Lee Clagett)
|
| | | |/ /
| |/| | |
|
| |/ / / |
|
| | | |
| | |
| | |
| | | |
it'd trigger on reorgs
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
cf7e1571d protocol: reject claimed block hashes that already are in the chain (moneromooo-monero)
af0a25544 protocol: drop peers we can't download anything from in sync mode (moneromooo-monero)
|
| | |/ / |
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
d660f22ed protocol: drop origin IP if a block fails to verify in sync mode (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | | |
It would otherwise be possible for a peer to send bad blocks,
then disconnect and reconnect again, escaping bans
|
| |\ \ \
| | | |
| | | |
| | | | |
7414e2bac Change epee binary output from std::stringstream to byte_stream (Lee Clagett)
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
08eb0949f Change to more efficient allocation strategy in byte_stream (Lee Clagett)
|
| | |/ |
|