index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
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-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-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
2023-12-06
Merge bitcoin/bitcoin#29012: fuzz: Avoid timeout in bitdeque
fanquake
2023-12-06
Merge bitcoin/bitcoin#27581: net: Continuous ASMap health check
Andrew Chow
2023-12-06
fuzz: Detect deadlocks in process_message
dergoegge
2023-12-06
Merge bitcoin/bitcoin#28989: test: Fix test by checking the actual exception ...
Andrew Chow
2023-12-06
fuzz: Avoid timeout in bitdeque
MarcoFalke
2023-12-06
test: wait for fee estimator to catch up before estimating fees
ismaelsadeeq
2023-12-06
fuzz: p2p: Detect peer deadlocks
MarcoFalke
2023-12-04
fuzz: txorphan check wtxids using GenTxid::Wtxid not GenTxid::Txid
Greg Sanders
2023-12-04
Get rid of shutdown.cpp/shutdown.h, use SignalInterrupt directly
Ryan Ofsky
2023-12-04
refactor: Remove calls to StartShutdown from KernelNotifications
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from IndexWaitSynced
Ryan Ofsky
2023-12-04
refactor: Remove call to ShutdownRequested from HTTPRequest
Ryan Ofsky
2023-12-04
refactor: Add NodeContext::shutdown member
Ryan Ofsky
[next]