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-07-16
Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#30396: random: add benchmarks and drop unnecessary Shuf...
Ava Chow
2024-07-09
Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...
Ava Chow
2024-07-06
random: drop ad-hoc Shuffle in favor of std::shuffle
Pieter Wuille
2024-07-02
net: require P2P binds to succeed
Vasil Dimov
2024-07-02
net: report an error if unable to bind on the Tor listening addr:port
Vasil Dimov
2024-07-01
net, net_processing: use existing RNG objects more
Pieter Wuille
2024-07-01
random: convert GetExponentialRand into rand_exp_duration
Pieter Wuille
2024-07-01
random: convert GetRand{Micros,Millis} into randrange
Pieter Wuille
2024-07-01
net: use GetRandMicros for cache expiration
Pieter Wuille
2024-06-14
netbase: extend CreateSock() to support creating arbitrary sockets
Vasil Dimov
2024-05-28
log: Add V2 handshake timeout
stratospher
2024-05-21
Merge bitcoin/bitcoin#29421: net: make the list of known message types a comp...
Ava Chow
2024-05-16
Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNodeI...
merge-script
2024-05-15
Merge bitcoin/bitcoin#28929: serialization: Support for multiple parameters
Ava Chow
2024-05-10
p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()
Jon Atack
2024-05-07
Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma kee...
Ava Chow
2024-05-07
Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK in D...
merge-script
2024-05-01
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
MarcoFalke
2024-04-30
Merge bitcoin/bitcoin#28016: p2p: gives seednode priority over dnsseed if bot...
Ava Chow
2024-04-30
Merge bitcoin/bitcoin#29623: Simplify network-adjusted time warning logic
Ava Chow
2024-04-28
net: Replace ifname check with IFF_LOOPBACK in Discover
laanwj
2024-04-25
Merge bitcoin/bitcoin#28834: net: attempts to connect to all resolved address...
Ava Chow
2024-04-22
Added seednode prioritization message to help output
tdb3
2024-04-22
Gives seednode priority over dnsseed if both are provided
Sergi Delgado Segura
2024-04-18
net: attempts to connect to all resolved addresses when connecting to a node
Sergi Delgado Segura
2024-04-11
net: Decrease nMaxIPs when learning from DNS seeds
laanwj
2024-04-10
[net processing] Move nTimeOffset to net_processing
dergoegge
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
net: make the list of known message types a compile time constant
Vasil Dimov
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-02-21
net: Simplify ParamsStream usage
Ryan Ofsky
2024-02-21
serialization: Reverse ParamsStream constructor order
Ryan Ofsky
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
[next]