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
2024-02-28
Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...
Luke Dashjr
2024-02-28
net: Move `NetPermissionFlags::Implicit` verification to `AddWhitelistPermiss...
Luke Dashjr
2024-02-28
net: store `-whitelist{force}relay` values in `CConnman`
brunoerg
2024-01-31
Merge bitcoin/bitcoin#29347: net: enable v2transport by default
Ava Chow
2024-01-31
Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flags
Ava Chow
2024-01-29
net: enable v2transport by default
Pieter Wuille
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
2023-12-27
net: attempt v2 transport for manual connections if we support it
Martin Zumsande
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-30
Rename version.h to node/protocol_version.h
MarcoFalke
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-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: 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
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
[next]