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
/
fuzz
Age
Commit message (
Expand
)
Author
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-20
[netgroupman] Add GetMappedAS() and GetGroup()
John Newbery
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-11
fuzz: add `SplitString` fuzz target
MarcoFalke
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-07
Merge bitcoin/bitcoin#24152: policy / validation: CPFP fee bumping within pac...
fanquake
2022-04-06
Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8
fanquake
2022-04-05
[packages/policy] use package feerate in package validation
glozow
2022-04-05
Merge bitcoin/bitcoin#24147: Miniscript integration
laanwj
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
2022-03-30
refactor: account for requiring libevent 2.1.8+
fanquake
2022-03-29
[fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
John Newbery
2022-03-18
scripted-diff: rename TxRelay members
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-03-17
fuzz: add a fuzz target for Miniscript decoding from Script
Antoine Poinsot
2022-03-17
Merge bitcoin/bitcoin#24472: fuzz: execute each file in dir without fuzz engine
MarcoFalke
2022-03-17
fuzz: execute each file in dir without fuzz engine
Anthony Towns
2022-03-04
Merge bitcoin/bitcoin#24441: fuzz: Limit script_format to 100kB
fanquake
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-02-27
fuzz: FuzzedFileProvider::write should not return negative value
eugene
2022-02-25
fuzz: Limit script_format to 100kB
MarcoFalke
2022-02-21
test: Fix Wambiguous-reversed-operator compiler warnings
MarcoFalke
2022-02-21
util: Add SaturatingAdd helper
MarcoFalke
2022-02-15
fuzz: Split script formatting from script fuzz target
MarcoFalke
2022-02-11
net: remove unused CNetAddr::GetHash()
Vasil Dimov
2022-02-11
net: add CServiceHash constructor so the caller can provide the salts
Vasil Dimov
2022-02-09
fuzz: Avoid unsigned integer overflow in FormatParagraph
MarcoFalke
2022-02-07
Merge bitcoin/bitcoin#24237: test: Avoid testing negative block heights
MarcoFalke
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-02-03
refactor: replace boost::filesystem with std::filesystem
Kiminuo
2022-02-02
test: Avoid testing negative block heights
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24136: Extract CTxIn::MAX_SEQUENCE_NONFINAL constant, r...
MarcoFalke
2022-01-31
Merge bitcoin/bitcoin#24179: fuzz: Speed up script fuzz target
MarcoFalke
2022-01-28
Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPC
MarcoFalke
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-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-26
fs: consistently use fsbridge for {i,o}fstream
fanquake
2022-01-25
Require CBlockIndex::RaiseValidity() to hold cs_main
Vasil Dimov
2022-01-25
Require CBlockIndex::GetBlockPos() to hold mutex cs_main
Jon Atack
2022-01-25
Merge bitcoin/bitcoin#24105: Optimize CHECKSIGADD Script Validation
MarcoFalke
2022-01-24
Merge bitcoin/bitcoin#24078: net, refactor: Rename CNetMessage::m_command wit...
MarcoFalke
2022-01-23
Merge bitcoin/bitcoin#24021: Rename and move PoissonNextSend functions
fanquake
[next]