aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2024-08-05Merge bitcoin/bitcoin#30512: net: Log accepted connection after m_nodes.push_...merge-script
2024-08-02Merge bitcoin-core/gui#626: Showing Local Addresses in Node WindowHennadii Stepanov
2024-08-02net: Providing an interface for mapLocalHostJadi
2024-07-23net: Log accepted connection after m_nodes.push_backMarcoFalke
2024-07-16Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...Ava Chow
2024-07-09Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...Ava Chow
2024-07-09Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...Ava Chow
2024-07-06random: drop ad-hoc Shuffle in favor of std::shufflePieter Wuille
2024-07-02net: require P2P binds to succeedVasil Dimov
2024-07-02net: report an error if unable to bind on the Tor listening addr:portVasil Dimov
2024-07-01net, net_processing: use existing RNG objects morePieter Wuille
2024-07-01random: convert GetExponentialRand into rand_exp_durationPieter Wuille
2024-07-01random: convert GetRand{Micros,Millis} into randrangePieter Wuille
2024-07-01net: use GetRandMicros for cache expirationPieter Wuille
2024-06-14netbase: extend CreateSock() to support creating arbitrary socketsVasil Dimov
2024-05-28log: Add V2 handshake timeoutstratospher
2024-05-21Merge bitcoin/bitcoin#29421: net: make the list of known message types a comp...Ava Chow
2024-05-16Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNodeI...merge-script
2024-05-15Merge bitcoin/bitcoin#28929: serialization: Support for multiple parametersAva Chow
2024-05-10p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()Jon Atack
2024-05-07Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...Ava Chow
2024-05-07Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK in D...merge-script
2024-05-01scripted-diff: Add IWYU pragma keep to bitcoin-config.h includesMarcoFalke
2024-04-30Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...Ava Chow
2024-04-30Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logicAva Chow
2024-04-28net: Replace ifname check with IFF_LOOPBACK in Discoverlaanwj
2024-04-25Merge bitcoin/bitcoin#28834: net: attempts to connect to all resolved address...Ava Chow
2024-04-22Added seednode prioritization message to help outputtdb3
2024-04-22Gives seednode priority over dnsseed if both are providedSergi Delgado Segura
2024-04-18net: attempts to connect to all resolved addresses when connecting to a nodeSergi Delgado Segura
2024-04-11net: Decrease nMaxIPs when learning from DNS seedslaanwj
2024-04-10[net processing] Move nTimeOffset to net_processingdergoegge
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-12Merge bitcoin/bitcoin#29236: log: Nuke error(...)fanquake
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-11scripted-diff: Replace error() with LogError()MarcoFalke
2024-03-01i2p: construct Session with Proxy instead of CServiceMatthew Zipkin
2024-03-01netbase: extend Proxy class to wrap UNIX socket as well as TCPMatthew Zipkin
2024-03-01net: move CreateSock() calls from ConnectNode() to netbase methodsMatthew Zipkin
2024-03-01netbase: refactor CreateSock() to accept sa_family_tMatthew Zipkin
2024-02-28net: make the list of known message types a compile time constantVasil Dimov
2024-02-28Accept "in" and "out" flags to -whitelist to allow whitelisting manual connec...Luke Dashjr
2024-02-28net_processing: Move extra service flag into InitializeNodeLuke Dashjr
2024-02-28net: Move `NetPermissionFlags::Implicit` verification to `AddWhitelistPermiss...Luke Dashjr
2024-02-21net: Simplify ParamsStream usageRyan Ofsky
2024-02-21serialization: Reverse ParamsStream constructor orderRyan Ofsky
2024-01-31Merge bitcoin/bitcoin#28170: p2p: adaptive connections services flagsAva Chow
2024-01-29Merge bitcoin/bitcoin#24748: test/BIP324: functional tests for v2 P2P encryptionAva Chow
2024-01-23[rpc/net] Allow v2 p2p support in addconnectionstratospher