122 Commits (be16f80abc74b707dbb25ad6094f96c762379a14)

Author SHA1 Message Date
Duke Leto be16f80abc Hush Full Node is now GPLv3 4 years ago
miodragpop 56d9c00749 asmap bucketing ported from Komodo 4 years ago
Duke Leto a7f88a87aa Update copyright URL to be https 4 years ago
ca333 71d9e4bece fix WIN build 5 years ago
Sean Bowe f69e3697aa Fix of CVE-2017-18350 5 years ago
jl777 0ea9ae3c05 Update copyright to 2019 5 years ago
blackjok3r 04285b4b25 finally works? 6 years ago
blackjok3r b1d5f3efc7 fix 6 years ago
blackjok3r c144c7d68b wtf 6 years ago
blackjok3r c9b2ab288a fix 6 years ago
blackjok3r 135ad0456c try 6 years ago
blackjok3r a02f7be253 fix 6 years ago
blackjok3r 04c758ba8b fix 6 years ago
blackjok3r ce88a31486 ipv6 unreachable no print 6 years ago
jl777 e73b2055c6 Merge branch 'beta' into mergemaster 6 years ago
Daira Hopwood c938fb1f17 Squashed commit of the following: 6 years ago
jl777 9cb1ec9c6e WIN32 -> _WIN32 7 years ago
Wladimir J. van der Laan eb5f63fe58
net: Automatically create hidden service, listen on Tor 9 years ago
Jonas Schnelli 171b4de8d9
fix CSubNet comparison operator 9 years ago
Jonas Schnelli e521939942
[RPC] extend setban to allow subnets 9 years ago
jl777 94eb04d704 osx compatibility 8 years ago
Gregory Maxwell 95a50390e1
Set TCP_NODELAY on P2P sockets. 9 years ago
Veres Lajos 45bfa137ef PARTIAL: typofixes (found by misspell_fixer) 9 years ago
Alex Morcos 13642a50eb Fix masking of irrelevant bits in address groups. 9 years ago
Pieter Wuille 0095b9a1ff
Test whether created sockets are select()able 9 years ago
Philip Kaufmann d6922aad2c [net, trivial] remove using namespace std pollution in netbase.cpp 9 years ago
Wladimir J. van der Laan b45c50ce51 Fix two problems in CSubNet parsing 9 years ago
Wladimir J. van der Laan 19e8d7be42 Simplify code for CSubnet 9 years ago
Philip Kaufmann d1af89e655 use const reference as param in ConnectThroughProxy/Socks5 9 years ago
Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor 9 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Wladimir J. van der Laan 35e408f8a4 Regard connection failures as attempt for addrman 10 years ago
Pavel Janík a53d16ac0c Use complete path to include bitcoin-config.h. 10 years ago
Matt Corallo 2d06c0febf Add missing reserved address spaces. 10 years ago
Philip Kaufmann de10efd154 add -timeout default as constant and use them 10 years ago
Wladimir J. van der Laan 6050ab6855 netbase: Make SOCKS5 negotiation interruptible 10 years ago
Wladimir J. van der Laan f7d0a86bf6 netbase: Use .data() instead of .c_str() on binary string 10 years ago
Wladimir J. van der Laan ad49c256c3 Split up util.cpp/h 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Philip Kaufmann efd6b87811 small net cleanup 10 years ago
Wladimir J. van der Laan 075cf49e59 Add GetNetworkName function 10 years ago
Wladimir J. van der Laan 60dc8e4208 Allow -onlynet=onion to be used 10 years ago
Philip Kaufmann eaedb59e05 net: add SetSocketNonBlocking() as OS independent wrapper 10 years ago
Wladimir J. van der Laan 43f510d37d Convert closesocket 'compat wrapper' to function in netbase 10 years ago
Luke Dashjr 109849e204 Bugfix: strerror_r can return an error, and if it does, POSIX does not specify the content of the buffer 10 years ago
Wladimir J. van der Laan afe380ef0f
Fix the build for windows 10 years ago
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Huang Le caf6150e97 Use async name resolving to improve net thread responsiveness 10 years ago
Philip Kaufmann 6dc90ed8fa replace 3 separate calls to WSAGetLastError() with 1 10 years ago