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-10-08
Merge bitcoin/bitcoin#30885: scripted-diff: Modernize nLocalServices naming
Ava Chow
2024-09-30
net: Replace libnatpmp with built-in NATPMP+PCP implementation in mapport
laanwj
2024-09-12
scripted-diff: Modernize nLocalServices to m_local_services
Fabian Jahr
2024-09-10
assumeUTXO: fix peers disconnection during sync
furszy
2024-09-04
Merge bitcoin/bitcoin#29605: net: Favor peers from addrman over fetching seed...
Ava Chow
2024-08-09
net: Clarify that m_addr_local is only set once
MarcoFalke
2024-08-02
Merge bitcoin-core/gui#626: Showing Local Addresses in Node Window
Hennadii Stepanov
2024-08-02
net: Providing an interface for mapLocalHost
Jadi
2024-07-24
net: Favor peers from addrman over fetching seednodes
Sergi Delgado Segura
2024-07-16
Merge bitcoin/bitcoin#30394: net: fix race condition in self-connect detection
glozow
2024-07-11
Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
merge-script
2024-07-09
net: prevent sending messages in `NetEventsInterface::InitializeNode`
Sebastian Falbesoner
2024-07-09
net: fix race condition in self-connect detection
Sebastian Falbesoner
2024-07-08
tidy: modernize-use-equals-default
MarcoFalke
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-05-07
Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK in D...
merge-script
2024-04-30
Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...
Ava Chow
2024-04-28
net: Fix misleading comment for Discover
laanwj
2024-04-22
Gives seednode priority over dnsseed if both are provided
Sergi Delgado Segura
2024-04-10
[net processing] Move nTimeOffset to net_processing
dergoegge
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
[next]