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
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