| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | p2p: make stop signal idempotent | selsta | 2026-06-01 | 2 | -0/+6 |
| | | |||||
| * | Merge pull request #10649 | tobtoht | 2026-05-30 | 1 | -1/+1 |
| |\ | | | | | | | e354264 Fixed dangling iterator in is_remote_host_allowed (SChernykh) | ||||
| | * | Fixed dangling iterator in is_remote_host_allowed | SChernykh | 2026-05-24 | 1 | -1/+1 |
| | | | | | | | | | - m_blocked_subnets.erase(it) either moves it to the next entry, or sets it to m_blocked_subnets.end() in which case the MCLOG_CYAN will access invalid data | ||||
| * | | Merge pull request #10638 | tobtoht | 2026-05-29 | 3 | -4/+30 |
| |\ \ | | | | | | | | | | 7d33977 net: canonicalize Tor and I2P hostnames (selsta) | ||||
| | * | | net: canonicalize Tor and I2P hostnames | selsta | 2026-05-23 | 3 | -4/+30 |
| | | | | |||||
| * | | | Merge pull request #10633 | tobtoht | 2026-05-28 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | 4b00f47 wallet2: clear m_additional_tx_keys during bg sync (selsta) | ||||
| | * | | | wallet2: clear m_additional_tx_keys during bg sync | selsta | 2026-05-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge pull request #10640 | tobtoht | 2026-05-28 | 1 | -1/+1 |
| |\ \ \ \ | |_|_|/ |/| | | | | | | | 7a7c42f serialization: handle EOF at varint boundary (selsta) | ||||
| | * | | | serialization: handle EOF at varint boundary | selsta | 2026-05-22 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #10615 | tobtoht | 2026-05-23 | 3 | -27/+1 |
| |\ \ \ | |/ / |/| | | | | | 6d36b19 wallet_rpc_server: remove unused finalize_multisig endpoint (selsta) | ||||
| | * | | wallet_rpc_server: remove unused finalize_multisig endpoint | selsta | 2026-05-19 | 3 | -27/+1 |
| | | | | |||||
| * | | | Merge pull request #10610 | tobtoht | 2026-05-21 | 1 | -1/+1 |
| |\ \ \ | |_|/ |/| | | | | | 7de1758 rpc: restrict get_alt_blocks_hashes (selsta) | ||||
| | * | | rpc: restrict get_alt_blocks_hashes | selsta | 2026-05-15 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #10575 | tobtoht | 2026-05-19 | 1 | -0/+12 |
| |\ \ | | | | | | | | | | a16f514 rpc: reject invalid JSON-RPC ids in ZMQ requests (selsta) | ||||
| | * | | rpc: reject invalid JSON-RPC ids in ZMQ requests | selsta | 2026-05-11 | 1 | -0/+12 |
| | | | | |||||
| * | | | Merge pull request #10592 | tobtoht | 2026-05-19 | 1 | -2/+3 |
| |\ \ \ | |_|/ |/| | | | | | 8bcbeaf wallet: fix RPC describe transfer source entry (jeffro256) | ||||
| | * | | wallet: fix RPC describe transfer source entry | jeffro256 | 2026-05-13 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merge pull request #10535 | tobtoht | 2026-05-15 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | | | | 9b46f84 zmq: switch to RapidJSON iterative parsing (selsta) | ||||
| | * | | zmq: switch to RapidJSON iterative parsing | selsta | 2026-05-07 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #10580 | tobtoht | 2026-05-13 | 1 | -7/+16 |
| |\ \ | | | | | | | | | | afb9a1f use latest hard fork block for get_approximate_blockchain_height & update approximate_rolled_back_blocks (SNeedlewoods) | ||||
| | * | | use latest hard fork block for get_approximate_blockchain_height & update ↵ | SNeedlewoods | 2026-05-11 | 1 | -7/+16 |
| | | | | | | | | | | | | | approximate_rolled_back_blocks | ||||
| * | | | Merge pull request #10542 | tobtoht | 2026-05-13 | 1 | -0/+6 |
| |\ \ \ | | | | | | | | | | | | | 7e70e0f wallet_rpc_server: add missing trusted daemon check (selsta) | ||||
| | * | | | wallet_rpc_server: add missing trusted daemon check | selsta | 2026-05-07 | 1 | -0/+6 |
| | | |/ | |/| | |||||
| * / | | crypto: implement CTHR_THREAD_CLOSE to avoid leaking memory | ComputeryPony | 2026-05-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #10406v0.18.5.0 | tobtoht | 2026-05-03 | 4 | -2/+3 |
| |\ \ | | | | | | | | | | 1f1e74b build: prepare v0.18.5.0 (selsta) | ||||
| | * | | build: prepare v0.18.5.0 | selsta | 2026-04-28 | 4 | -2/+3 |
| | | | | |||||
| * | | | Merge pull request #10494 | tobtoht | 2026-04-30 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | | | 3a45f2b daemon: on exit, stop the payload handler before closing cxns (j-berman) | ||||
| | * | | | daemon: on exit, stop the payload handler before closing cxns | j-berman | 2026-04-29 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #10504 | tobtoht | 2026-04-29 | 2 | -10/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 0b7c345 daemon: clarify limitations of restricted ZMQ RPC in help text (selsta) f31bb18 zmq: add restricted checks to GetInfo (selsta) | ||||
| | * | | | | daemon: clarify limitations of restricted ZMQ RPC in help text | selsta | 2026-04-29 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | zmq: add restricted checks to GetInfo | selsta | 2026-04-29 | 1 | -9/+9 |
| | | | | | | |||||
| * | | | | | wallet2: reject duplicate outputs in reserve proofs | selsta | 2026-04-29 | 1 | -0/+9 |
| |/ / / / | |||||
| * | | | | Merge pull request #10481 | tobtoht | 2026-04-29 | 1 | -4/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | f855ffe wallet2: throw if reserve proof can't be parsed (tobtoht) | ||||
| | * | | | | wallet2: throw if reserve proof can't be parsed | tobtoht | 2026-04-28 | 1 | -4/+10 |
| | | | | | | |||||
| * | | | | | Merge pull request #10471 | tobtoht | 2026-04-29 | 1 | -18/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 1154314 wallet2: use decodeRct for reserve proof amount validation (selsta) | ||||
| | * | | | | | wallet2: use decodeRct for reserve proof amount validation | selsta | 2026-04-27 | 1 | -18/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | also update check_tx_key_helper for consistency | ||||
| * | | | | | | Merge pull request #10491 | tobtoht | 2026-04-29 | 1 | -0/+5 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 05cc8bc cryptonote_core: restore separate fakechain data dir for core_tests (selsta) | ||||
| | * | | | | | | cryptonote_core: restore separate fakechain data dir for core_tests | selsta | 2026-04-29 | 1 | -0/+5 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #10480 | tobtoht | 2026-04-29 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | 04eeb3b wallet2: ensure daemon returns correct tx for spend proof (selsta) | ||||
| | * | | | | | wallet2: ensure daemon returns correct tx for spend proof | selsta | 2026-04-28 | 1 | -0/+2 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #10367 | tobtoht | 2026-04-27 | 2 | -4/+31 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | 5422919 Improve unpack reserve handling (Lee Clagett) | ||||
| | * | | | | Improve unpack reserve handling | Lee Clagett | 2026-04-27 | 2 | -4/+31 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #10431 | tobtoht | 2026-04-27 | 1 | -0/+44 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 44412d3 cryptonote_core: add change address sanity check (jeffro256) | ||||
| | * | | | | cryptonote_core: add change address sanity check | jeffro256 | 2026-04-27 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents silly mistakes where wrong change address is passed Release versions uses boost::optional instead of std::optional | ||||
| * | | | | | Merge pull request #10469 | tobtoht | 2026-04-27 | 1 | -0/+8 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | a4efa15 zmq: add missing restricted rpc check for get_block_headers_by_height (Jeetraj) | ||||
| | * | | | | zmq: add missing restricted rpc check for get_block_headers_by_height | Jeetraj | 2026-04-27 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | daemon: remove miniupnp | tobtoht | 2026-04-26 | 5 | -208/+5 |
| |/ / / / | |||||
| * | | | | Merge pull request #10455 | tobtoht | 2026-04-25 | 1 | -52/+13 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 54abe12 wallet2: remove deprecated txs_as_hex (selsta) | ||||
| | * | | | | wallet2: remove deprecated txs_as_hex | selsta | 2026-04-24 | 1 | -52/+13 |
| | | | | | | | | | | | | | | | | | | | | | also add missing underflow check | ||||
| * | | | | | trezor: replace use of boost::is_base_of with std::is_base_of | tobtoht | 2026-04-25 | 4 | -6/+8 |
| | | | | | | |||||
