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