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
/
net.cpp
Age
Commit message (
Expand
)
Author
2024-03-13
Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...
Ava Chow
2024-03-12
Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connections
Ava Chow
2024-03-12
Merge bitcoin/bitcoin#29236: log: Nuke error(...)
fanquake
2024-03-11
Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...
Ava Chow
2024-03-11
scripted-diff: Replace error() with LogError()
MarcoFalke
2024-03-01
i2p: construct Session with Proxy instead of CService
Matthew Zipkin
2024-03-01
netbase: extend Proxy class to wrap UNIX socket as well as TCP
Matthew Zipkin
2024-03-01
net: move CreateSock() calls from ConnectNode() to netbase methods
Matthew Zipkin
2024-03-01
netbase: refactor CreateSock() to accept sa_family_t
Matthew Zipkin
2024-02-28
Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...
Luke Dashjr
2024-02-28
net_processing: Move extra service flag into InitializeNode
Luke Dashjr
2024-02-28
net: Move `NetPermissionFlags::Implicit` verification to `AddWhitelistPermiss...
Luke Dashjr
2024-01-31
Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flags
Ava Chow
2024-01-29
Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryption
Ava Chow
2024-01-23
[rpc/net] Allow v2 p2p support in addconnection
stratospher
2024-01-15
net: move state dependent peer services flags
furszy
2024-01-15
net: decouple state independent service flags from desirable ones
furszy
2024-01-09
Merge bitcoin/bitcoin#29058: net, cli: use v2transport for manual/addrfetch c...
Ava Chow
2024-01-08
[init] Remove -addrmantest command line arg
stratospher
2023-12-27
net: attempt v2 transport for addrfetch connections if we support it
Martin Zumsande
2023-12-27
net: attempt v2 transport for manual connections if we support it
Martin Zumsande
2023-12-23
refactor: share and use `GenerateRandomKey` helper
Sebastian Falbesoner
2023-12-06
Merge bitcoin/bitcoin#27581: net: Continuous ASMap health check
Andrew Chow
2023-12-02
net: Add continuous ASMap health check logging
Fabian Jahr
2023-11-28
Merge bitcoin/bitcoin#28892: refactor: P2P transport without serialize versio...
fanquake
2023-11-23
refactor: P2P transport without serialize version and type
MarcoFalke
2023-11-17
refactor: VectorWriter without nVersion
MarcoFalke
2023-11-16
p2p: do not make automatic outbound connections to addnode peers
Jon Atack
2023-11-13
refactor: Initialize magic bytes in constructor initializer
TheCharlatan
2023-11-08
Merge bitcoin/bitcoin#28155: net: improves addnode / m_added_nodes logic
glozow
2023-11-07
Merge bitcoin/bitcoin#28464: net: improve max-connection limits code
Andrew Chow
2023-11-07
Merge bitcoin/bitcoin#28649: Do the SOCKS5 handshake reliably
Andrew Chow
2023-10-31
netbase: use reliable send() during SOCKS5 handshake
Vasil Dimov
2023-10-30
net/rpc: Makes CConnman::GetAddedNodeInfo able to return only non-connected a...
Sergi Delgado Segura
2023-10-30
rpc: Prevents adding the same ip more than once when formatted differently
Sergi Delgado Segura
2023-10-30
net/rpc: Check all resolved addresses in ConnectNode rather than just one
Sergi Delgado Segura
2023-10-24
build: Bump minimum supported Clang to clang-13
MarcoFalke
2023-10-19
Merge bitcoin/bitcoin#28077: I2P: also sleep after errors in Accept() & destr...
Andrew Chow
2023-10-16
net: remove unused CConnman::FindNode(const CSubNet&)
Vasil Dimov
2023-10-05
net: move MaybeFlipIPv6toCJDNS() from net to netbase
Vasil Dimov
2023-10-05
net: move IsReachable() code to netbase and encapsulate it
Vasil Dimov
2023-10-05
i2p: also sleep after errors in Accept()
Vasil Dimov
2023-10-04
net: Optionally include terrible addresses in GetAddr results
Fabian Jahr
2023-10-04
net: raise V1_PREFIX_LEN from 12 to 16
Pieter Wuille
2023-10-03
scripted-diff: Rename connection limit variables
Amiti Uttarwar
2023-10-03
net: add m_max_inbound to connman
Amiti Uttarwar
2023-10-03
Merge bitcoin/bitcoin#26312: Remove Sock::Get() and Sock::Sock()
Ryan Ofsky
2023-10-02
test: Functional test for opportunistic encryption
dhruv
2023-10-02
net: expose transport types/session IDs of connections in RPC and logs
Pieter Wuille
2023-10-02
net: reconnect with V1Transport under certain conditions
Pieter Wuille
[next]