| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tests: Fix test node_server.bind_same_p2p_port from randomly crashing | mj-xmr | 2021-04-05 | 1 | -0/+12 |
| | | |||||
| * | Merge pull request #7621 | luigi1111 | 2021-03-29 | 1 | -0/+589 |
| |\ | | | | | | | | | 21ab1de cryptonote_protocol_handler: fix race condition (anon) 699e82c cryptonote_protocol_handler: add race condition demo (anon) | ||||
| | * | cryptonote_protocol_handler: add race condition demo | anon | 2021-03-22 | 1 | -0/+589 |
| | | | |||||
| * | | async_protocol_handler_config: add deadlock demo | anon | 2021-03-12 | 1 | -0/+110 |
| |/ | |||||
| * | async_protocol_handler_config: add segfault demo | anon | 2021-02-19 | 1 | -2/+73 |
| | | |||||
| * | boosted_tcp_server: add segfault demo | anon | 2021-01-19 | 1 | -0/+150 |
| | | |||||
| * | Command max_bytes moved from dynamic map to static switch | Lee Clagett | 2020-12-23 | 1 | -3/+40 |
| | | |||||
| * | Merge pull request #7248 | luigi1111 | 2021-01-06 | 1 | -0/+1 |
| |\ | | | | | | | 3c7eec1 add a max levin packet size by command type (moneromooo-monero) | ||||
| | * | add a max levin packet size by command type | moneromooo-monero | 2021-01-03 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #7247 | Alexander Blair | 2021-01-01 | 1 | -1/+2 |
| |\ \ | |/ |/| | | | 57f7c2e53 protocol: more sanity checks in new chain block hashes (moneromooo-monero) | ||||
| | * | protocol: more sanity checks in new chain block hashes | moneromooo-monero | 2020-12-31 | 1 | -1/+2 |
| | | | |||||
| * | | Add aggressive restrictions to pre-handshake p2p buffer limit | Lee Clagett | 2020-12-29 | 2 | -0/+4 |
| |/ | |||||
| * | protocol: fix false positives dropping peers | moneromooo-monero | 2020-12-27 | 1 | -0/+1 |
| | | | | | it'd trigger on reorgs | ||||
| * | Revert "Reject existing claimed blocks in sync mode" | luigi1111 | 2020-12-27 | 1 | -1/+0 |
| | | |||||
| * | Merge pull request #7155 | Alexander Blair | 2020-12-26 | 1 | -0/+1 |
| |\ | | | | | | | | | 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) | ||||
| | * | protocol: reject claimed block hashes that already are in the chain | moneromooo-monero | 2020-12-17 | 1 | -0/+1 |
| | | | |||||
| * | | Fix byte_stream::put_n | Lee Clagett | 2020-12-14 | 1 | -0/+17 |
| |/ | |||||
| * | protocol: drop origin IP if a block fails to verify in sync mode | moneromooo-monero | 2020-12-10 | 1 | -9/+11 |
| | | | | | | It would otherwise be possible for a peer to send bad blocks, then disconnect and reconnect again, escaping bans | ||||
| * | cryptonote_core: dandelion - use local height or median height if syncing | xiphon | 2020-11-25 | 2 | -2/+8 |
| | | |||||
| * | Better log message for unusable anon networks | Howard Chu | 2020-11-16 | 1 | -1/+2 |
| | | |||||
| * | Switch to Dandelion++ fluff mode if no out connections for stem mode | Lee Clagett | 2020-10-06 | 1 | -0/+109 |
| | | |||||
| * | Dandelion++: skip desynced peers in stem phase | xiphon | 2020-10-12 | 1 | -34/+41 |
| | | |||||
| * | Merge pull request #6757 | luigi1111 | 2020-09-03 | 1 | -20/+20 |
| |\ | | | | | | | 6a37da8 threadpool: guard against exceptions in jobs, and armour plating (moneromooo-monero) | ||||
| | * | threadpool: guard against exceptions in jobs, and armour plating | moneromooo-monero | 2020-09-01 | 1 | -20/+20 |
| | | | | | | | | | | | Those would, if uncaught, exit run and leave the waiter to wait indefinitely for the number of active jobs to reach 0 | ||||
| * | | Merge pull request #6769 | Alexander Blair | 2020-08-27 | 1 | -0/+41 |
| |\ \ | | | | | | | | | | b641e0a2c Add clear method to byte_stream (Lee Clagett) | ||||
| | * | | Add clear method to byte_stream | Lee Clagett | 2020-08-17 | 1 | -0/+41 |
| | | | | |||||
| * | | | CLSAG optimizations | Sarang Noether | 2020-08-27 | 1 | -83/+81 |
| | | | | |||||
| * | | | Integrate CLSAGs into monero | moneromooo-monero | 2020-08-27 | 2 | -1/+185 |
| | | | | | | | | | | | | | They are allowed from v12, and MLSAGs are rejected from v13. | ||||
| * | | | unit_tests: add ge_triple_scalarmult_base_vartime test | moneromooo-monero | 2020-08-27 | 1 | -0/+62 |
| | | | | |||||
| * | | | Merge pull request #6690 | Alexander Blair | 2020-08-27 | 2 | -2/+2 |
| |\ \ \ | |/ / |/| | | | | | 7175dcb10 replace most boost serialization with existing monero serialization (moneromooo-monero) | ||||
| | * | | replace most boost serialization with existing monero serialization | moneromooo-monero | 2020-08-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Revert "Use domain-separated ChaCha20 for in-memory key encryption" | luigi1111 | 2020-08-17 | 2 | -74/+0 |
| |/ / | | | | | | | This reverts commit 921dd8dde5d381052d0aa2936304a3541a230c55. | ||||
| * | | Merge pull request #6718 | Alexander Blair | 2020-08-16 | 1 | -0/+11 |
| |\ \ | | | | | | | | | | 85efc88c1 Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with unit test (koe) | ||||
| | * | | Fix overflow issue in epee:misc_utils::rolling_median_t and median(), with ↵ | koe | 2020-07-23 | 1 | -0/+11 |
| | |/ | | | | | | | unit test | ||||
| * | | Merge pull request #6716 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | 76c16822d wallet2_api: implement runtime proxy configuration (xiphon) | ||||
| | * | | wallet2_api: implement runtime proxy configuration | xiphon | 2020-07-20 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #6603 | Alexander Blair | 2020-08-16 | 1 | -1/+16 |
| |\ \ | | | | | | | | | | 4e2377995 Change ZMQ-JSON txextra to hex and remove unnecessary base fields (Lee Clagett) | ||||
| | * | | Change ZMQ-JSON txextra to hex and remove unnecessary base fields | Lee Clagett | 2020-08-14 | 1 | -1/+16 |
| | | | | |||||
| * | | | Merge pull request #6601 | Alexander Blair | 2020-08-16 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| | * | | | Fix pruned tx for ZMQ's GetBlocksFast | Lee Clagett | 2020-08-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #6493 | Alexander Blair | 2020-08-16 | 2 | -0/+74 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 921dd8dde Use domain-separated ChaCha20 for in-memory key encryption (Sarang Noether) | ||||
| | * | | | | Use domain-separated ChaCha20 for in-memory key encryption | Sarang Noether | 2020-08-09 | 2 | -0/+74 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #6329 | Alexander Blair | 2020-08-16 | 2 | -0/+131 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | 6bfcd3101 Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. (Sarang Noether) | ||||
| | * | | | Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that ↵ | Sarang Noether | 2020-08-09 | 2 | -0/+131 |
| | |/ / | | | | | | | | | | include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. | ||||
| * | | | Merge pull request #6354 | Alexander Blair | 2020-08-09 | 1 | -8/+246 |
| |\ \ \ | | | | | | | | | | | | | 67ade8005 Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 (Lee Clagett) | ||||
| | * | | | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6 | Lee Clagett | 2020-05-15 | 1 | -8/+246 |
| | | | | | |||||
| * | | | | Adding ZMQ/Pub support for txpool_add and chain_main events | Lee Clagett | 2020-05-04 | 4 | -8/+776 |
| | |/ / |/| | | |||||
| * | | | Merge pull request #6516 | Alexander Blair | 2020-07-19 | 1 | -2/+0 |
| |\ \ \ | | | | | | | | | | | | | 8656a8c9f remove double includes (sumogr) | ||||
| | * | | | remove double includes | sumogr | 2020-05-11 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | Merge pull request #6512 | Alexander Blair | 2020-07-19 | 50 | -50/+50 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic) | ||||
