| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
d7b74a4 Tests: Fix test node_server.bind_same_p2p_port from randomly crashing (mj-xmr)
|
| | | |
|
| |\ \
| |/
|/|
| | |
4a9ae3e 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.
|
| |\ \
| | |
| | |
| | | |
c18cdd3 build: prepare v0.17.2.0 (selsta)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
13978a9 depends: openssl 1.1.1i -> 1.1.1k (selsta)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
fd869a7 cmake: Don't default to -march=native on OpenBSD (Nathan Dorfman)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
c8c7c40 ITS#9500 fix regression from ITS#8662 (Howard Chu)
|
| | |/ /
| | |
| | |
| | | |
mdb_load -a patch broke overwriting with MDB_CURRENT
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
21ab1de cryptonote_protocol_handler: fix race condition (anon)
699e82c cryptonote_protocol_handler: add race condition demo (anon)
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
9ca9f12 Fixed issues found by static analysis (SChernykh)
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
d5b78c0 async_protocol_handler_config: fix deadlock (anon) f59b1d5 async_protocol_handler_config: add deadlock demo (anon)
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | | |
25588de trezor: simplify recognition of integrated addresses (Dusan Klinec)
|
| | | |
| | |
| | |
| | |
| | | |
now it is possible to simplify integrated addresses recognition using transaction destination info directly
fixes https://github.com/monero-project/monero-gui/issues/3346
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
7fd140e async_protocol_handler_config: remove connection correctly (anon)
c1776be async_protocol_handler_config: add segfault demo (anon)
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
d8137dc device_trezor: add redundant check (anon)
c6e1d7b device_trezor: wipe string fields properly (anon)
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
332b973 ITS#9007 don't free loose writemap pages (Kris Zyp)
|
| | |/
| |
| |
| | |
Broken in ITS#8756
|
| |\ \
| | |
| | |
| | | |
b5667c9 p2p: allow CIDR notation in DNS blocklist (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
6d5e210 boosted_tcp_server: fix connection lifetime (anon)
afec439 boosted_tcp_server: add segfault demo (anon)
|
| | | | |
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
32ab89a docs: Remove outdated bits about anonymity network seed nodes (Nathan Dorfman)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
fe6dda9 p2p: only log to global when a blocked IP is not already blocked (moneromooo-monero)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
ba3c627c5 Command max_bytes moved from dynamic map to static switch (Lee Clagett)
|
| | | | |
|
| |\ \ \
| |/ /
|/| |
| | | |
89fe0e1c8 storages: overridable limits for loading portable_storage from binary (moneromooo-monero)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
5d2dd7a epee: also limit number of strings in portable_storage (moneromooo-monero)
|
| | |/
| |
| |
| | |
They require at least 24 bytes
|
| |\ \
| | |
| | |
| | | |
c2295f5 protocol: handle receiving a block hash we've not added yet (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
3c7eec1 add a max levin packet size by command type (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
1128146c4 blockchain: lock access to m_blocks_hash_of_hashes (moneromooo-monero)
|