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.h
Age
Commit message (
Expand
)
Author
2023-11-22
Merge bitcoin/bitcoin#28895: p2p: do not make automatic outbound connections ...
fanquake
2023-11-16
p2p: do not make automatic outbound connections to addnode peers
Jon Atack
2023-11-16
Include version.h in fewer places
Anthony Towns
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-10-30
net/rpc: Makes CConnman::GetAddedNodeInfo able to return only non-connected a...
Sergi Delgado Segura
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-04
net: raise V1_PREFIX_LEN from 12 to 16
Pieter Wuille
2023-10-03
doc: improve documentation around connection limit maximums
Amiti Uttarwar
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
net, refactor: move calculations for connection type limits into connman
Amiti Uttarwar
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
2023-10-02
sync: modernize CSemaphore / CSemaphoreGrant
Pieter Wuille
2023-10-02
rpc: addnode arg to use BIP324 v2 p2p
dhruv
2023-10-02
net: use V2Transport when NODE_P2P_V2 service flag is present
Pieter Wuille
2023-10-02
net: advertise NODE_P2P_V2 if CLI arg -v2transport is on
Pieter Wuille
2023-09-27
net: Simplify v2 recv logic by decoupling AAD from state machine
Tim Ruffing
2023-09-27
net: Drop v2 garbage authentication packet
Tim Ruffing
2023-09-21
Merge bitcoin/bitcoin#28078: net, refactor: remove unneeded exports, use help...
Andrew Chow
2023-09-12
[refactor] Remove netaddress.h from kernel headers
TheCharlatan
2023-09-12
[refactor] Add CChainParams member to CConnman
TheCharlatan
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: do not use send buffer to store/cache garbage
Pieter Wuille
2023-09-07
net: detect wrong-network V1 talking to V2Transport
Pieter Wuille
2023-09-07
net: make V2Transport send uniformly random number garbage bytes
Pieter Wuille
2023-09-07
net: make V2Transport auto-detect incoming V1 and fall back to it
Pieter Wuille
2023-09-07
net: add V2Transport class with subset of BIP324 functionality
Pieter Wuille
2023-09-07
net: remove unused Transport::SetReceiveVersion
Pieter Wuille
2023-09-07
net: add have_next_message argument to Transport::GetBytesToSend()
Pieter Wuille
2023-08-23
refactor: make Transport::ReceivedBytes just return success/fail
Pieter Wuille
2023-08-23
net: move message conversion to wire bytes from PushMessage to SocketSendData
Pieter Wuille
2023-08-23
net: measure send buffer fullness based on memory usage
Pieter Wuille
2023-08-23
net: make V1Transport implicitly use current chainparams
Pieter Wuille
2023-08-23
net: abstract sending side of transport serialization further
Pieter Wuille
2023-08-23
refactor: rename Transport class receive functions
Pieter Wuille
2023-08-23
net: add V1Transport lock protecting receive state
Pieter Wuille
2023-08-23
refactor: merge transport serializer and deserializer into Transport class
Pieter Wuille
2023-08-17
Merge bitcoin/bitcoin#27981: Fix potential network stalling bug
fanquake
2023-08-06
Merge bitcoin/bitcoin#27213: p2p: Diversify automatic outbound connections wi...
fanquake
2023-08-03
p2p: network-specific management of outbound connections
Martin Zumsande
2023-08-03
p2p: Protect extra full outbound peers by network
Martin Zumsande
2023-08-03
p2p: Introduce data struct to track connection counts by network
Amiti Uttarwar
2023-07-20
Rework receive buffer pushback
Pieter Wuille
2023-07-19
Add CNetAddr::IsPrivacyNet() and CNode::IsConnectedThroughPrivacyNet()
Jon Atack
[next]