Commit Graph
11681 Commits
Author SHA1 Message Date
tobtoht a304801aee Merge pull request #10697
dedae52 fix off-by-one over-read in match_string2 unicode escape parsing (alhudz)
2026-06-07 18:36:14 +00:00
tobtoht 6f67e8a5cc Merge pull request #10698
b7ca9e7 p2p: close zone connections before stopping net servers (selsta)
ec60113 p2p: make stop signal idempotent (selsta)
2026-06-06 13:13:12 +00:00
tobtoht 82fdc1dd73 Merge pull request #10495
c5c9420 p2p: cleaner connection close() (j-berman)
2026-06-05 11:02:27 +00:00
tobtoht 34c9abfc4c Merge pull request #10660
874b7eb gitian: optional APT cacher for docker builds (vdo)
2026-06-04 19:33:21 +00:00
tobtoht f4bddf8b2c Merge pull request #10608
4167923 daemonizer: avoid unsafe pidfile truncation (selsta)
2026-06-04 19:30:32 +00:00
vdoandnahuhh 874b7eb0b3 gitian: optional APT cacher for docker builds 2026-06-04 18:32:45 +00:00
tobtoht 29bf6a5825 Merge pull request #10590
6db72c4 wallet_rpc_server: preserve payment ID when editing address book (selsta)
2026-06-03 20:38:49 +00:00
selsta b7ca9e73f2 p2p: close zone connections before stopping net servers 2026-06-03 12:17:18 +02:00
selsta ec60113e09 p2p: make stop signal idempotent 2026-06-01 19:22:26 +02:00
alhudz dedae5272d fix off-by-one over-read in match_string2 unicode escape parsing 2026-06-01 20:58:14 +05:30
tobtoht 8a1de602f0 Merge pull request #10649
e354264 Fixed dangling iterator in is_remote_host_allowed (SChernykh)
2026-05-30 20:17:25 +00:00
tobtoht 468c7599be Merge pull request #10688
6ae152d ci: macos: explicitely install unbound (tobtoht)
2026-05-30 20:04:59 +00:00
tobtoht 6ae152da1a ci: macos: explicitely install unbound 2026-05-30 00:41:01 +02:00
tobtoht 54802803da Merge pull request #10638
7d33977 net: canonicalize Tor and I2P hostnames (selsta)
2026-05-29 21:09:07 +00:00
tobtoht 9da54d0100 Merge pull request #10633
4b00f47 wallet2: clear m_additional_tx_keys during bg sync (selsta)
2026-05-28 21:30:10 +00:00
tobtoht 52ebef43d7 Merge pull request #10640
7a7c42f serialization: handle EOF at varint boundary (selsta)
2026-05-28 13:02:05 +00:00
tobtoht f9a279cb39 Merge pull request #10654
98bc2ec depends: unbound: update to 1.25.1 (tobtoht)
2026-05-27 10:09:22 +00:00
tobtoht 612d207f51 Merge pull request #10642
98b350f contrib: fix unaligned&aliased levin buffer reads (jeffro256)
2026-05-27 00:46:24 +00:00
tobtoht cb1b4b5321 Merge pull request #10555
0d49006 depends: explicitely enable cross-compile mode for autoconf (tobtoht)
2026-05-25 21:10:55 +00:00
tobtoht 8d7d6951b5 Merge pull request #10653
22a69e5 depends: libusb: update to 1.0.30 (tobtoht)
2026-05-25 20:12:22 +00:00
tobtoht 47d0323cc9 Merge pull request #10656
459e4fc ci: don't save caches for pull requests (tobtoht)
2026-05-25 17:42:34 +00:00
tobtohtandselsta 459e4fc241 ci: don't save caches for pull requests
Co-authored-by: selsta <selsta@sent.at>
2026-05-25 19:25:02 +02:00
tobtoht 0d49006c9d depends: explicitely enable cross-compile mode for autoconf 2026-05-25 10:52:34 +02:00
tobtoht 98bc2ec5e6 depends: unbound: update to 1.25.1 2026-05-25 00:17:27 +02:00
tobtoht 22a69e588e depends: libusb: update to 1.0.30 2026-05-24 23:19:21 +02:00
tobtoht 54f009ae9a Merge pull request #10631
8b181af ci: gitian: run jobs when depends is changed (tobtoht)
2026-05-24 21:05:31 +00:00
tobtoht 8b181af53a ci: gitian: run jobs when depends is changed 2026-05-24 21:16:45 +02:00
SChernykh e354264e0c Fixed dangling iterator in is_remote_host_allowed
- 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
2026-05-24 13:59:23 +02:00
tobtoht c3e79d22ad Merge pull request #10615
6d36b19 wallet_rpc_server: remove unused finalize_multisig endpoint (selsta)
2026-05-23 18:29:39 +00:00
selsta 7d33977813 net: canonicalize Tor and I2P hostnames 2026-05-23 01:01:43 +02:00
jeffro256andselsta 98b350f7a1 contrib: fix unaligned&aliased levin buffer reads
Co-authored-by: selsta <selsta@users.noreply.github.com>
2026-05-21 21:19:31 -05:00
selsta 7a7c42ffba serialization: handle EOF at varint boundary 2026-05-22 00:48:52 +02:00
tobtoht 798aecb8e7 Merge pull request #10610
7de1758 rpc: restrict get_alt_blocks_hashes (selsta)
2026-05-21 22:22:06 +00:00
selsta 4b00f47d43 wallet2: clear m_additional_tx_keys during bg sync 2026-05-21 00:47:12 +02:00
tobtoht 0059bb0095 Merge pull request #10575
a16f514 rpc: reject invalid JSON-RPC ids in ZMQ requests (selsta)
2026-05-19 19:59:47 +00:00
tobtoht 61ec6f41f8 Merge pull request #10592
8bcbeaf wallet: fix RPC describe transfer source entry (jeffro256)
2026-05-19 19:41:02 +00:00
selsta 6d36b1980d wallet_rpc_server: remove unused finalize_multisig endpoint 2026-05-19 20:57:55 +02:00
tobtoht 7bd2a0fda4 Merge pull request #10571
6b629b3 Updated RandomX to v1.2.2 (SChernykh)
2026-05-17 11:17:08 +00:00
selsta 7de175802a rpc: restrict get_alt_blocks_hashes 2026-05-15 23:02:16 +02:00
selsta 4167923ee2 daemonizer: avoid unsafe pidfile truncation 2026-05-15 20:15:44 +02:00
tobtoht 86f0ed6a89 Merge pull request #10535
9b46f84 zmq: switch to RapidJSON iterative parsing (selsta)
2026-05-15 11:31:46 +00:00
tobtoht 8aed0d18d0 Merge pull request #10596
2a6f64d epee: skip IPv4 TOS option for non-IPv4 peers (iuyua9)
2026-05-15 11:30:22 +00:00
iuyua9andiuyua9 2a6f64d8fa epee: skip IPv4 TOS option for non-IPv4 peers 2026-05-14 17:40:26 +08:00
jeffro256 8bcbeafb97 wallet: fix RPC describe transfer source entry 2026-05-13 14:09:29 -05:00
selsta 6db72c40e1 wallet_rpc_server: preserve payment ID when editing address book 2026-05-13 20:08:57 +02:00
tobtoht 12c8ccf57f Merge pull request #10580
afb9a1f use latest hard fork block for get_approximate_blockchain_height & update approximate_rolled_back_blocks (SNeedlewoods)
2026-05-13 11:12:25 +00:00
tobtoht 2567d30cec Merge pull request #10542
7e70e0f wallet_rpc_server: add missing trusted daemon check (selsta)
2026-05-13 11:05:19 +00:00
SNeedlewoods afb9a1f152 use latest hard fork block for get_approximate_blockchain_height & update approximate_rolled_back_blocks 2026-05-11 23:22:21 +02:00
selsta a16f514c67 rpc: reject invalid JSON-RPC ids in ZMQ requests 2026-05-11 12:04:12 +02:00
tobtoht f9d202b736 Merge pull request #10568
e92f9bd epee: fix memory leak with readline (ComputeryPony)
2026-05-10 17:44:49 +00:00