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
/
util
/
net.h
Age
Commit message (
Expand
)
Author
2023-12-06
fuzz: p2p: Detect peer deadlocks
MarcoFalke
2023-10-30
Allow unit tests to access additional CConnman members
Jon Atack
2023-10-03
Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()
Ryan Ofsky
2023-10-02
net: advertise NODE_P2P_V2 if CLI arg -v2transport is on
Pieter Wuille
2023-08-25
net: remove Sock default constructor, it's not necessary
Vasil Dimov
2023-08-23
net: move message conversion to wire bytes from PushMessage to SocketSendData
Pieter Wuille
2023-08-23
net: abstract sending side of transport serialization further
Pieter Wuille
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-01-31
clang-tidy: Fix `modernize-use-default-member-init` in headers
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-10-12
Merge bitcoin/bitcoin#25421: net: convert standalone IsSelectableSocket() and...
glozow
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-01
net: make CNode::m_permissionFlags const
Anthony Towns
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-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-12
move-only: Version handshake to libtest_util
MacroFake
2022-07-06
[net] Move eviction logic to its own file
dergoegge
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-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-01-05
Merge bitcoin/bitcoin#21879: refactor: wrap accept() and extend usage of Sock
W. J. van der Laan
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-10
Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...
MarcoFalke
2021-12-06
p2p: Make timeout mockable and type safe, speed up test
MarcoFalke
2021-12-01
net: add new method Sock::Accept() that wraps accept()
Vasil Dimov
2021-11-24
scripted-diff: rename node vector/mutex members in CConnman
Sebastian Falbesoner
2021-10-07
p2p: Use mocktime for ping timeout
MarcoFalke
2021-07-06
refactor: move GetRandomNodeEvictionCandidates() to test utilities
Jon Atack
2021-06-13
test: add ALL_NETWORKS to test utilities
Jon Atack
2021-05-12
scripted-diff: rename NetPermissionFlags enumerators
Jon Atack
2021-04-14
Avoid use of low file descriptor ids (which may be in use) in FuzzedSock and ...
practicalswift
2021-03-16
test: add I2P test for a runaway SAM proxy
Vasil Dimov
2021-01-02
fuzz: Use ConsumeWeakEnum for ServiceFlags
MarcoFalke
2021-01-02
fuzz: Add ConsumeWeakEnum helper, Extract ALL_NET_PERMISSION_FLAGS
MarcoFalke
2021-01-02
fuzz: [refactor] Extract ALL_CONNECTION_TYPES constant
MarcoFalke
2020-11-20
net: Treat raw message bytes as uint8_t
MarcoFalke
2020-10-02
net: Use Span in ReceiveMsgBytes
MarcoFalke
2020-04-05
fuzz: Add process_messages harness
MarcoFalke