index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-28
Add sha256_arm_shani to build system
Pavol Rusnak
2022-01-28
Rename SHANI to X86_SHANI to allow future implementation of ARM_SHANI
Pavol Rusnak
2022-01-28
rpc/blockchain: a constant craving
Anthony Towns
2022-01-28
trivial: comment tweaks
Anthony Towns
2022-01-28
rpc documentation improvements
Anthony Towns
2022-01-28
doc: getdeploymentinfo release notes tweaks
Anthony Towns
2022-01-28
doc: fix wording of alertnotify
willcl-ark
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
2022-01-28
Merge bitcoin/bitcoin#21851: release: support cross-compiling for arm64-apple...
fanquake
2022-01-28
style: wrap long lines in CNode creation and add some comments
Vasil Dimov
2022-01-28
scripted-diff: rename CNode::cs_hSocket to CNode::m_sock_mutex
Vasil Dimov
2022-01-28
net: use Sock in CNode
Vasil Dimov
2022-01-27
Merge bitcoin/bitcoin#23438: refactor: Use spans of std::byte in serialize
laanwj
2022-01-27
fuzz: Speed up script fuzz target
MarcoFalke
2022-01-27
Merge bitcoin/bitcoin#22932: Add CBlockIndex lock annotations, guard nStatus/...
laanwj
2022-01-27
Merge bitcoin/bitcoin#24167: fs: consistently use fsbridge:: for ifstream / o...
fanquake
2022-01-27
Merge bitcoin/bitcoin#24134: build: Fix zeromq package when cross-compiling
fanquake
2022-01-26
Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer output ...
Andrew Chow
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-26
fs: consistently use fsbridge for fopen()
fanquake
2022-01-26
fs: add missing <cassert> include
fanquake
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-26
Merge bitcoin/bitcoin#24155: doc: Fix rpc docs
fanquake
2022-01-26
p2p, contrib: update i2p hardcoded seeds
Jon Atack
2022-01-26
p2p, contrib: add cjdns hardcoded seeds
Jon Atack
2022-01-26
Merge bitcoin/bitcoin#24113: test, bugfix: fix intermittent failure in getraw...
MarcoFalke
2022-01-26
test: add combined CJDNS/I2P/localhost/onion eviction protection tests
Jon Atack
2022-01-26
test: add tests for inbound eviction protection of CJDNS peers
Jon Atack
2022-01-26
test: fix off-by-one logic in an eviction protection test
Jon Atack
2022-01-26
doc: add arm macOS depends platform triplet
jarolrod
2022-01-26
guix: add arm64-apple-darwin triplet
fanquake
2022-01-26
guix: use autoconf 2.71
fanquake
2022-01-26
contrib: support arm64 darwin in security checks
fanquake
2022-01-26
build: use macOS 11 SDK (Xcode 12.2)
fanquake
2022-01-26
p2p: extend inbound eviction protection by network to CJDNS peers
Jon Atack
2022-01-26
Merge bitcoin/bitcoin#24154: test: add functional test for `-maxtipage` param...
MarcoFalke
2022-01-26
Merge bitcoin/bitcoin#24153: test: remove unused sanitizer suppressions
fanquake
2022-01-26
transaction decoding infer output descriptors
Gregory Sanders
2022-01-25
Merge bitcoin/bitcoin#24067: wallet: Actually treat (un)confirmed txs as (un)...
Andrew Chow
2022-01-25
Guard CBlockIndex::nStatus/nFile/nDataPos/nUndoPos by cs_main
Jon Atack
2022-01-25
Remove/inline ReadRawBlockFromDisk(block_data, pindex, message_start)
Hennadii Stepanov
2022-01-25
Require IsBlockPruned() to hold mutex cs_main
Jon Atack
2022-01-25
Require CBlockIndex::IsValid() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::RaiseValidity() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::IsAssumedValid() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::GetUndoPos() to hold mutex cs_main
Jon Atack
2022-01-25
Require WriteUndoDataForBlock() to hold mutex cs_main
Jon Atack
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-25
doc: Fix rpc docs
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#23706: rpc: getblockfrompeer followups
MarcoFalke
[prev]
[next]