95 Commits (45bfa137efe84d772e58512630a2ae7a1b5fd55a)

Author SHA1 Message Date
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
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
Wladimir J. van der Laan a60838d09a Replace non-threadsafe strerror 10 years ago
Kamil Domanski 5bd4adca71 remove LookupHostNumeric( ) which is never used 10 years ago
Wladimir J. van der Laan e16be73753 net: Add CSubNet class for subnet matching 10 years ago
Wladimir J. van der Laan d864275299 Use new function parseint32 in SplitHostPort 10 years ago
Wladimir J. van der Laan e27c4110d9 Remove build-time no-IPv6 setting 10 years ago
Gregory Maxwell 0bd05b53b1 Correct some proxy related socket leaks. 10 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 10 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Gavin Andresen 0f90613cbe Improve logging of failed connections 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
David Hill a5e685bcf8 Hurricane Electric uses block 2001:470::, not 2011:470:: 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
fcicq 98148a713e Fix fcntl include in net.cpp & netbase.cpp 11 years ago
Wladimir J. van der Laan fe9e88cb06 fix !O_NONBLOCK where ~O_NONBLOCK was meant 11 years ago
Pieter Wuille 0fb9073edd Split off hash.h from util.h 12 years ago
Philip Kaufmann 0f8a647782 don't use memset() in privacy/security relevant code parts 12 years ago
Pieter Wuille 4e882b7960 Remove I2P support from netbase 12 years ago
Wladimir J. van der Laan 6032e4f4e7 get rid of strlcpy.h 12 years ago
Philip Kaufmann 81bbef2609 add LOCK() for proxy related data-structures 12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago