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
/
util.cpp
Age
Commit message (
Expand
)
Author
2024-07-30
policy: Add OP_1 <0x4e73> as a standard output type
Greg Sanders
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-03-05
fuzz: restrict fopencookie usage to Linux & FreeBSD
fanquake
2023-11-30
Remove unused version.h include
MarcoFalke
2023-11-24
Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
fanquake
2023-11-21
Use Txid in COutpoint
dergoegge
2023-11-20
fuzz: create ConsumeCoins
brunoerg
2023-09-12
Add PubKeyDestination for P2PK scripts
Andrew Chow
2023-09-12
Make WitnessUnknown members private
Andrew Chow
2023-09-07
Merge bitcoin/bitcoin#28361: fuzz: add ConstructPubKeyBytes util function
fanquake
2023-09-06
fuzz: introduce and use `ConsumePrivateKey` helper
Sebastian Falbesoner
2023-08-30
fuzz: add ConstructPubKeyBytes function
josibake
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-23
fuzz: Move-only net utils
MarcoFalke
2022-11-17
[fuzz] Move ConsumeNetAddr to fuzz/util/net.h
dergoegge
2022-11-17
[fuzz] Make ConsumeNetAddr produce valid onion addresses
dergoegge
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-20
net: convert standalone SetSocketNonBlocking() to Sock::SetNonBlocking()
Vasil Dimov
2022-07-20
net: convert standalone IsSelectableSocket() to Sock::IsSelectable()
Vasil Dimov
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-12
move-only: InitializeNode to handshake helper
MacroFake
2022-07-12
move-only: Version handshake to libtest_util
MacroFake
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-20
net: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-05-18
net: add new method Sock::Listen() that wraps listen()
Vasil Dimov
2022-05-18
net: add new method Sock::Bind() that wraps bind()
Vasil Dimov
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-03-29
[fuzz] Assert that Peer.m_tx_relay.m_relay_txs has been set correctly
John Newbery
2022-03-18
[net processing] Move tx relay data to Peer
John Newbery
2022-02-27
fuzz: FuzzedFileProvider::write should not return negative value
eugene
2022-01-26
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
MarcoFalke
2022-01-10
fuzz: Limit fuzzed time to years 2000-2100
MarcoFalke
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2021-12-17
Move AdditionOverflow to util, Add CheckedAdd with unit tests
MarcoFalke
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-12-01
fuzz: Rework FillNode
MarcoFalke
2021-12-01
refactor: Set fSuccessfullyConnected in FillNode
MarcoFalke
2021-11-01
fuzz: Rework ConsumeScript
MarcoFalke
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-07-14
Move implementations of non-template fuzz helpers
Sriram
2021-07-04
fuzz: Improve ConsumeTxDestination
MarcoFalke
[next]