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.h
Age
Commit message (
Expand
)
Author
2023-05-09
scripted-diff: Remove unused chainparamsbase includes
TheCharlatan
2023-02-01
Fix clang-tidy readability-const-return-type violations
MarcoFalke
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-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
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-20
refactor: move compat.h into compat/
fanquake
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-12
move-only: InitializeNode to handshake helper
MacroFake
2022-06-29
Use AutoFile where possible
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: add new method Sock::GetSockName() that wraps getsockname()
Vasil Dimov
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
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-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
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-06
fuzz: move FuzzedSock earlier in src/test/fuzz/util.h
Vasil Dimov
2022-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2022-01-02
Remove unused char serialize
MarcoFalke
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
refactor: Set fSuccessfullyConnected in FillNode
MarcoFalke
2021-12-01
fuzz: Avoid negative NodeId in ConsumeNode
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
2021-07-04
fuzz: Move ConsumeTxDestination to cpp file
MarcoFalke
2021-06-07
fuzz: Remove confusing return keyword from CallOneOf
MarcoFalke
2021-05-26
Merge bitcoin/bitcoin#21966: Remove double serialization; use software encode...
W. J. van der Laan
2021-05-26
fuzz: don't try and use fopencookie when building for Android
fanquake
2021-05-24
Remove support for double serialization
Pieter Wuille
2021-05-24
Remove unused float serialization
MarcoFalke
2021-05-09
fuzz: Avoid excessively large min fee rate in tx_pool
MarcoFalke
2021-04-28
fuzz: Use correct variant of ConsumeRandomLengthString instead of hardcoding ...
MarcoFalke
2021-04-28
fuzz: Allow to pass min/max to ConsumeTime
MarcoFalke
[next]