Age | Commit message (Expand) | Author |
2024-01-16 | Merge bitcoin/bitcoin#29213: doc, test: test and explain service flag handling | Ava Chow |
2024-01-15 | doc, test: Test and explain service flag handling | Martin Zumsande |
2024-01-12 | Merge bitcoin/bitcoin#29208: build: Bump clang minimum supported version to 14 | fanquake |
2024-01-11 | Merge bitcoin/bitcoin#29219: fuzz: Improve fuzzing stability for ellswift_rou... | fanquake |
2024-01-10 | Merge bitcoin/bitcoin#29211: fuzz: fix `connman` initialization | Ava Chow |
2024-01-10 | Merge bitcoin/bitcoin#28318: logging: Simplify API for level based logging | Ava Chow |
2024-01-10 | [fuzz] Improve fuzzing stability for ellswift_roundtrip harness | dergoegge |
2024-01-09 | fuzz: fix `connman` initialization | brunoerg |
2024-01-09 | fuzz: Assume presence of __builtin_*_overflow, without checks | MarcoFalke |
2024-01-09 | Revert "build: Fix undefined reference to __mulodi4" | MarcoFalke |
2024-01-09 | Merge bitcoin/bitcoin#29172: fuzz: set `nMaxOutboundLimit` in connman target | fanquake |
2024-01-05 | fuzz: set `nMaxOutboundLimit` in connman target | brunoerg |
2024-01-05 | Merge bitcoin/bitcoin#29042: doc: Clarify C++20 comments | fanquake |
2024-01-05 | doc: Clarify C++20 comments | MarcoFalke |
2024-01-04 | Merge bitcoin/bitcoin#28832: fuzz: rule-out too deep derivation paths in desc... | Ava Chow |
2024-01-03 | Merge bitcoin/bitcoin#29013: test: doc: follow-up #28368 | Gloria Zhao |
2024-01-02 | test: change `m_submitted_in_package` input to fuzz data provider boolean | ismaelsadeeq |
2024-01-02 | tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed` | ismaelsadeeq |
2023-12-31 | fuzz: rule-out too deep derivation paths in descriptor parsing targets | Antoine Poinsot |
2023-12-23 | refactor: share and use `GenerateRandomKey` helper | Sebastian Falbesoner |
2023-12-21 | Merge bitcoin/bitcoin#29027: wallet: fix key parsing check for miniscript exp... | Ava Chow |
2023-12-20 | logging: add LogError, LogWarning, LogInfo, LogDebug, LogTrace | Anthony Towns |
2023-12-19 | Merge bitcoin/bitcoin#29037: Add multiplication operator to CFeeRate | Ava Chow |
2023-12-18 | Merge bitcoin/bitcoin#29064: fuzz: Improve fuzzing stability for minisketch h... | fanquake |
2023-12-18 | Merge bitcoin/bitcoin#29079: fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MES... | fanquake |
2023-12-15 | Merge bitcoin/bitcoin#29088: tests: Don't depend on value of DEFAULT_PERMIT_B... | Ava Chow |
2023-12-15 | tests: test both settings for permitbaremultisig in p2sh tests | Anthony Towns |
2023-12-15 | logging: treat BCLog::ALL like BCLog::NONE | Anthony Towns |
2023-12-15 | logging: Drop BCLog::Level::None | Anthony Towns |
2023-12-15 | logging: make [cat:debug] and [info] implicit | Anthony Towns |
2023-12-15 | logging: refactor: pull prefix code out | Anthony Towns |
2023-12-14 | Merge bitcoin/bitcoin#29040: refactor: Remove pre-C++20 code, fs::path cleanup | Ava Chow |
2023-12-14 | Merge bitcoin/bitcoin#28051: Get rid of shutdown.cpp/shutdown.h, use SignalIn... | Ava Chow |
2023-12-14 | [fuzz] Improve fuzzing stability for minisketch harness | dergoegge |
2023-12-14 | refactor: Rename fs::path::u8string() to fs::path::utf8string() | MarcoFalke |
2023-12-14 | fuzz: Limit p2p fuzz targets to MAX_PROTOCOL_MESSAGE_LENGTH | MarcoFalke |
2023-12-13 | Merge bitcoin/bitcoin#28075: util: Remove DirIsWritable, GetUniquePath | fanquake |
2023-12-12 | Merge bitcoin/bitcoin#29021: refactor: rpc: Pass CBlockIndex by reference ins... | fanquake |
2023-12-11 | test: Add tests for CFeeRate multiplication operator | Kashif Smith |
2023-12-11 | Add tests for C++20 std::u8string | MarcoFalke |
2023-12-11 | Merge bitcoin/bitcoin#29009: fuzz: p2p: Detect peer deadlocks | fanquake |
2023-12-11 | Merge bitcoin/bitcoin#29031: fuzz: Improve fuzzing stability for txorphan har... | fanquake |
2023-12-09 | Add multiplication operator to CFeeRate | Murch |
2023-12-08 | fuzz: Improve fuzzing stability for txorphan harness | dergoegge |
2023-12-08 | Merge bitcoin/bitcoin#28349: build: Require C++20 compiler | fanquake |
2023-12-08 | wallet: fix key parsing check for miniscript expressions in `ParseScript` | brunoerg |
2023-12-07 | Merge bitcoin/bitcoin#28924: refactor: Remove unused and fragile string inter... | fanquake |
2023-12-07 | refactor: rpc: Pass CBlockIndex by reference instead of pointer | MarcoFalke |
2023-12-07 | fuzz: Use C++20 starts_with in rpc.cpp | MarcoFalke |
2023-12-07 | refactor: Drop unused _Pragma to ignore -Wgnu-zero-variadic-macro-arguments | MarcoFalke |