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
Age
Commit message (
Expand
)
Author
2022-01-31
Merge bitcoin/bitcoin#24146: Avoid integer sanitizer warnings in chain.o
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24179: fuzz: Speed up script fuzz target
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24168: Fix some race conditions in `BanMan::DumpBanlist()`
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24197: Replace lock with thread safety annotation in CB...
MarcoFalke
2022-01-30
doc: Fix typos pointed out by lint-spelling
brunoerg
2022-01-28
Merge bitcoin-core/gui#526: Add address relay/processed/rate-limited fields t...
Hennadii Stepanov
2022-01-28
Replace lock with thread safety annotation in CBlockTreeDB::LoadBlockIndexGuts()
Jon Atack
2022-01-28
Fix race condition for SetBannedSetDirty() calls
Hennadii Stepanov
2022-01-28
Avoid calling BanMan::SweepBanned() twice in a row
Hennadii Stepanov
2022-01-28
Fix data race condition in BanMan::DumpBanlist()
Hennadii Stepanov
2022-01-28
Prevent possible concurrent CBanDB::Write() calls
Hennadii Stepanov
2022-01-28
Merge bitcoin/bitcoin#24139: Avoid unsigned integer overflow in bitcoin-tx
MarcoFalke
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
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-26
Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer output ...
Andrew Chow
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
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
2022-01-25
Merge bitcoin/bitcoin#23201: wallet: Allow users to specify input weights whe...
laanwj
2022-01-25
Avoid integer sanitizer warnings in chain.o
MarcoFalke
2022-01-25
Remove unused checkFinalTx
MarcoFalke
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#24105: Optimize CHECKSIGADD Script Validation
MarcoFalke
2022-01-25
Merge bitcoin/bitcoin#21464: Mempool Update Cut-Through Optimization
fanquake
2022-01-25
Merge bitcoin/bitcoin#23804: validation: followups for de-duplication of pack...
fanquake
2022-01-24
rpc, wallet: Allow users to specify input weights
Andrew Chow
2022-01-24
wallet: Allow user specified input size to override
Andrew Chow
2022-01-24
wallet: add input weights to CCoinControl
Andrew Chow
2022-01-24
Avoid unsigned integer overflow in bitcoin-tx
MarcoFalke
2022-01-24
Merge bitcoin/bitcoin#24102: mempool: Run coin.IsSpent only once in a row
MarcoFalke
2022-01-24
Merge bitcoin/bitcoin#24108: Replace RecursiveMutex `cs_addrLocal` with Mutex...
MarcoFalke
2022-01-24
gui: use available space to display "Last Transaction" in peer details
Jon Atack
2022-01-24
gui: add "Addresses Rate-Limited" (m_addr_rate_limited) to peer details
Jon Atack
[next]