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
/
net_tests.cpp
Age
Commit message (
Expand
)
Author
2023-10-31
Merge bitcoin/bitcoin#28503: refactor: Remove WithParams serialization helper...
fanquake
2023-10-19
Merge bitcoin/bitcoin#27071: Handle CJDNS from LookupSubNet()
Andrew Chow
2023-10-13
scripted-diff: Use ser params operator
MarcoFalke
2023-10-12
tidy: modernize-use-emplace
MarcoFalke
2023-10-05
net: move IsReachable() code to netbase and encapsulate it
Vasil Dimov
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-09-27
net: Drop v2 garbage authentication packet
Tim Ruffing
2023-09-16
Merge bitcoin/bitcoin#28489: tests: fix incorrect assumption in v2transport_test
fanquake
2023-09-15
Merge bitcoin/bitcoin#28473: refactor: Serialization parameter cleanups
fanquake
2023-09-15
tests: fix incorrect assumption in v2transport_test
Pieter Wuille
2023-09-14
scripted-diff: use SER_PARAMS_OPFUNC
Anthony Towns
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-10
doc: fix typos and mistakes in BIP324 code comments
Pieter Wuille
2023-09-10
net: merge V2Transport constructors, move key gen
Pieter Wuille
2023-09-07
net: detect wrong-network V1 talking to V2Transport
Pieter Wuille
2023-09-07
test: add unit tests for V2Transport
Pieter Wuille
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-18
assumeutxo cleanup: Move IsInitialBlockDownload & NotifyHeaderTip to Chainsta...
Ryan Ofsky
2023-06-05
test: add unit test for local address advertising
Martin Zumsande
2023-05-26
p2p, refactor: return `std::optional<CNetAddr>` in `LookupHost`
brunoerg
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-02-17
Merge bitcoin/bitcoin#25619: net: avoid overriding non-virtual ToString() in ...
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-12
net: remove CNetAddr::ToString() and use ToStringAddr() instead
Vasil Dimov
2022-09-20
Merge bitcoin/bitcoin#26036: net: add NetEventsInterface::g_msgproc_mutex
fanquake
2022-09-15
net: drop cs_sendProcessing
Anthony Towns
2022-09-15
net: add NetEventsInterface::g_msgproc_mutex
Anthony Towns
2022-09-09
scripted-diff: rename CChainState -> Chainstate
James O'Beirne
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-14
[net] Return CService from GetLocalAddrForPeer and GetLocalAddress
dergoegge
2022-07-14
[net processing] Add m_our_services and m_their_services to Peer
John Newbery
2022-06-10
p2p: always set nTime for self-advertisements
Martin Zumsande
2022-03-24
Merge bitcoin/bitcoin#24205: init, test: improve network reachability test co...
MarcoFalke
2022-03-02
net: fix GetListenPort() to derive the proper port
Vasil Dimov
2022-03-01
test: add CJDNS to LimitedAndReachable_Network unit tests
Jon Atack
2022-02-04
Merge bitcoin/bitcoin#23604: Use Sock in CNode
laanwj
2022-01-28
net: use Sock in CNode
Vasil Dimov
2022-01-19
scripted-diff: rename cs_mapLocalHost -> g_maplocalhost_mutex
w0xlt
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-03
Merge bitcoin/bitcoin#23413: Replace MakeSpan helper with Span deduction guide
MarcoFalke
2021-11-29
Replace MakeSpan helper with Span deduction guide
Pieter Wuille
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-08-26
Merge bitcoin/bitcoin#22648: doc, test: improve i2p/tor docs and i2p reachabl...
W. J. van der Laan
2021-08-19
Add I2P network SetReachable/IsReachable unit test assertions
Jon Atack
2021-08-17
[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
John Newbery
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-07-23
Add missing GUARDED_BY to CAddrMan::insecure_rand
MarcoFalke
[next]