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
/
netbase.cpp
Age
Commit message (
Expand
)
Author
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-15
net: use Sock::SetSockOpt() instead of standalone SetSocketNoDelay()
Vasil Dimov
2022-04-15
net: use Sock::SetSockOpt() instead of setsockopt()
Vasil Dimov
2022-04-14
Merge bitcoin/bitcoin#22052: net: remove non-blocking bool from interface
laanwj
2022-03-02
Merge bitcoin/bitcoin#23542: net: open p2p connections to nodes that listen o...
laanwj
2022-03-01
Merge bitcoin/bitcoin#22834: net: respect -onlynet= when making outbound conn...
laanwj
2022-02-11
net: open p2p connections to nodes that listen on non-default ports
Vasil Dimov
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-07
p2p, refactor: drop unused DNSLookupFn param in LookupSubnet()
Vasil Dimov
2021-12-07
p2p, refactor: tidy up LookupSubNet()
Jon Atack
2021-12-06
Merge bitcoin/bitcoin#17160: refactor: net: subnet lookup: use single-result ...
W. J. van der Laan
2021-11-24
scripted-diff: rename `proxyType` to `Proxy`
Vasil Dimov
2021-11-03
net: don't skip CJDNS from GetNetworkNames()
Vasil Dimov
2021-11-03
net: recognize CJDNS from ParseNetwork()
Vasil Dimov
2021-09-11
Cleanup headers after #20788
Hennadii Stepanov
2021-05-25
net: remove non-blocking bool from interface
Bushstar
2021-03-30
Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests
Wladimir J. van der Laan
2021-03-16
p2p, refactor: pass and use uint16_t CService::port as uint16_t
Jon Atack
2021-03-16
net: change ConnectSocketDirectly() to take a Sock argument
Vasil Dimov
2021-03-16
refactor: net: subnet lookup: use single-result LookupHost()
Sebastian Falbesoner
2021-03-15
net: move Doxygen docs from netbase.cpp to netbase.h
Jon Atack
2021-03-15
net: update incorrect Doxygen documentation in netbase.cpp
Jon Atack
2021-03-08
net: Make DNS lookup code testable
practicalswift
2021-03-02
fuzz: Add FUZZED_SOCKET_FAKE_LATENCY mode to FuzzedSock to allow for fuzzing ...
practicalswift
2021-03-02
fuzz: Add fuzzing harness for Socks5(...)
practicalswift
2021-03-01
net: Do not skip the I2P network from GetNetworkNames()
Vasil Dimov
2021-03-01
net: recognize I2P from ParseNetwork() so that -onlynet=i2p works
Vasil Dimov
2021-03-01
net: dedup MSG_NOSIGNAL and MSG_DONTWAIT definitions
Vasil Dimov
2021-03-01
net: move the constant maxWait out of InterruptibleRecv()
Vasil Dimov
2021-02-15
Merge #20965: net, rpc: return NET_UNROUTABLE as not_publicly_routable, auto...
MarcoFalke
2021-02-10
style: rename hSocket to sock
Vasil Dimov
2021-02-10
net: use Sock in InterruptibleRecv() and Socks5()
Vasil Dimov
2021-02-10
net: add RAII socket and use it instead of bare SOCKET
Vasil Dimov
2021-02-10
net: move CloseSocket() from netbase to util/sock
Vasil Dimov
2021-02-10
net: move MillisToTimeval() from netbase to util/time
Vasil Dimov
2021-02-02
net: create GetNetworkNames()
Jon Atack
2021-02-02
net: update NET_UNROUTABLE to not_publicly_routable in GetNetworkName()
Jon Atack
2020-10-15
net: update GetNetworkName() with all enum Network cases
Jon Atack
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-06-22
refactor: Use uint16_t instead of unsigned short
Aaron Hook
2020-06-06
refactor: Replace RecursiveMutex with Mutex in netbase.cpp
Hennadii Stepanov
2020-01-22
Merge #17754: net: Don't allow resolving of std::string with embedded NUL cha...
Wladimir J. van der Laan
2020-01-16
Fix doxygen errors
Ben Woosley
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-11-04
doc: Fix some misspellings
randymcmillan
[next]