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
/
connman.cpp
Age
Commit message (
Expand
)
Author
2021-03-20
[net] remove CConnman::AddNewAddresses
John Newbery
2021-03-20
[net] remove CConnman::MarkAddressGood
John Newbery
2021-03-20
[net] remove CConnman::SetServices
John Newbery
2021-03-20
[net] Construct addrman outside connman
John Newbery
2021-03-04
net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection
Luke Dashjr
2021-03-04
Merge #21003: test: Move MakeNoLogFileContext to libtest_util, and use it in ...
fanquake
2021-03-03
Make all Poisson delays use std::chrono types
Pieter Wuille
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-02
fuzz: Use ConsumeWeakEnum for ServiceFlags
MarcoFalke
2021-01-02
refactor: Remove nMyStartingHeight from CNode/Connman
MarcoFalke
2020-12-15
Merge #20560: fuzz: Link all targets once
MarcoFalke
2020-12-15
Merge #20437: fuzz: Avoid time-based "non-determinism" in fuzzing harnesses b...
MarcoFalke
2020-12-13
net: remove SetMaxOutboundTimeframe
fanquake
2020-12-13
net: remove SetMaxOutboundTarget
fanquake
2020-12-10
Simplify and clarify extra outbound peer counting
Suhas Daftuar
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-12-01
fuzz: Avoid time-based "non-determinism" in fuzzing harnesses by using mocked...
practicalswift
2020-11-12
fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...
practicalswift
2020-10-20
tests: Add fuzzing harness for CConnman
practicalswift