| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| | |
d4c7549 node_server: fix race condition (anon)
2909bd1 node_server: add race condition demo (anon)
|
| | | |
|
| | | |
|
| |\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ccfed60 cmake: test is a reserved keyword (selsta)
f0fa959 cmake: fix ccache detection (anon)
8dbe2e5 Daemon: Update average block size table (rbrunner7)
94bad34 wallet2: Don't auto lock device on process parsed blocks (tobtoht)
3c23aca ledger: don't lock for software device (tobtoht)
49beb8d ledger: use software device if we have view key (tobtoht)
d188b5f wallet_api: getPassword (tobtoht)
a395f36 depends, docker: fix bintray links (selsta)
0fecd7e blocks: fix cmake syntax (selsta)
76824bf Stop adding more outputs than bulletproof allows (Alex Opie)
67ba733 unit_tests: fix wipeable_string parse_hexstr test with latest gtest (xiphon)
402ba04 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
1565bcb epee: include public openssl header in cmake (selsta)
2e9af2a cmake: treat warnings as error in compiler flag tests (selsta)
db564ef wallet_api: fix typo in exportKeyImages (selsta)
8507917 depends: add getmonero package mirror (selsta)
8716d2a cmake: fix non portable code (selsta)
|
| | |
| |
| |
| | |
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973196
|
| |\ \
| | |
| | |
| | | |
1510b1e unit_tests: fix broken tests (anon)
|
| | |/
| |
| |
| |
| | |
boosted_tcp_server: check condition before sleep too
cryptonote_protocol_handler: each instance of BlockchainLMDB requires separate thread due to private thread local fields
|
| |/ |
|
| | |
|
| | |
|
| |\
| |
| |
| |
| | |
21ab1de cryptonote_protocol_handler: fix race condition (anon)
699e82c cryptonote_protocol_handler: add race condition demo (anon)
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
|
| | | |
|
| |\ \
| |/
|/|
| | |
57f7c2e53 protocol: more sanity checks in new chain block hashes (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |
|
|
| |
it'd trigger on reorgs
|
| | |
|
| |\
| |
| |
| |
| | |
42ee30929 protocol: reject claimed block hashes that already are in the chain (moneromooo-monero)
a436c3625 protocol: drop peers we can't download anything from in sync mode (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
It would otherwise be possible for a peer to send bad blocks,
then disconnect and reconnect again, escaping bans
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero)
|
| | |
| |
| |
| |
| | |
Those would, if uncaught, exit run and leave the waiter to wait
indefinitely for the number of active jobs to reach 0
|
| |\ \
| | |
| | |
| | | |
b641e0a2c Add clear method to byte_stream (Lee Clagett)
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
They are allowed from v12, and MLSAGs are rejected from v13.
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
7175dcb10 replace most boost serialization with existing monero serialization (moneromooo-monero)
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reduces the attack surface for data that can come from
malicious sources (exported output and key images, multisig
transactions...) since the monero serialization is already
exposed to the outside, and the boost lib we were using had
a few known crashers.
For interoperability, a new load-deprecated-formats wallet
setting is added (off by default). This allows loading boost
format data if there is no alternative. It will likely go
at some point, along with the ability to load those.
Notably, the peer lists file still uses the boost serialization
code, as the data it stores is define in epee, while the new
serialization code is in monero, and migrating it was fairly
hairy. Since this file is local and not obtained from anyone
else, the marginal risk is minimal, but it could be migrated
later if needed.
Some tests and tools also do, this will stay as is for now.
|
| |/ /
| |
| |
| | |
This reverts commit 921dd8dde5d381052d0aa2936304a3541a230c55.
|
| |\ \
| | |
| | |
| | | |
85efc88c1 Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test (koe)
|
| | |/
| |
| |
| | |
unit test
|
| |\ \
| | |
| | |
| | | |
76c16822d wallet2_api: implement runtime proxy configuration (xiphon)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
98c151ecb Optimize ZMQ-JSON vector reading; GetBlocksFast reads 24%+ faster (Lee Clagett)
60627c9f2 Switch to insitu parsing for ZMQ-JSON; GetBlocksFast reads 13%+ faster (Lee Clagett)
fe96e66eb Fix pruned tx for ZMQ's GetBlocksFast (Lee Clagett)
|
| | | | | |
|