aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
AgeCommit message (Expand)Author
2014-12-02Regard connection failures as attempt for addrmanWladimir J. van der Laan
2014-11-26Use complete path to include bitcoin-config.h.Pavel Janík
2014-10-28Add missing reserved address spaces.Matt Corallo
2014-10-06add -timeout default as constant and use themPhilip Kaufmann
2014-09-10netbase: Make SOCKS5 negotiation interruptibleWladimir J. van der Laan
2014-09-08netbase: Use .data() instead of .c_str() on binary stringWladimir J. van der Laan
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-20Remove all other print() methodsWladimir J. van der Laan
2014-08-18Merge pull request #4605Wladimir J. van der Laan
2014-08-08small net cleanupPhilip Kaufmann
2014-07-30Add GetNetworkName functionWladimir J. van der Laan
2014-07-30Allow -onlynet=onion to be usedWladimir J. van der Laan
2014-07-17net: add SetSocketNonBlocking() as OS independent wrapperPhilip Kaufmann
2014-07-17Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan
2014-07-08Merge pull request #4479Wladimir J. van der Laan
2014-07-07Bugfix: strerror_r can return an error, and if it does, POSIX does not specif...Luke Dashjr
2014-07-07Fix the build for windowsWladimir J. van der Laan
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-06-27Use async name resolving to improve net thread responsivenessHuang Le
2014-06-24replace 3 separate calls to WSAGetLastError() with 1Philip Kaufmann
2014-05-25Merge pull request #4183Wladimir J. van der Laan
2014-05-23Replace non-threadsafe strerrorWladimir J. van der Laan
2014-05-20remove LookupHostNumeric( ) which is never usedKamil Domanski
2014-05-09net: Add CSubNet class for subnet matchingWladimir J. van der Laan
2014-05-09Use new function parseint32 in SplitHostPortWladimir J. van der Laan
2014-05-01Remove build-time no-IPv6 settingWladimir J. van der Laan
2014-04-09Correct some proxy related socket leaks.Gregory Maxwell
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-11Improve logging of failed connectionsGavin Andresen
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-10-04Hurricane Electric uses block 2001:470::, not 2011:470::David Hill
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-09-05autotools: switch to autotools buildsystemCory Fields
2013-07-17Fix fcntl include in net.cpp & netbase.cppfcicq
2013-04-27fix !O_NONBLOCK where ~O_NONBLOCK was meantWladimir J. van der Laan
2012-12-18Split off hash.h from util.hPieter Wuille
2012-11-09don't use memset() in privacy/security relevant code partsPhilip Kaufmann
2012-10-11Merge pull request #1913 from sipa/noi2pWladimir J. van der Laan
2012-10-11Merge pull request #1901 from laanwj/2012_10_remove_strlcpyWladimir J. van der Laan
2012-10-07Remove I2P support from netbasePieter Wuille
2012-10-07get rid of strlcpy.hWladimir J. van der Laan
2012-10-04add LOCK() for proxy related data-structuresPhilip Kaufmann
2012-09-21Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintfWladimir J. van der Laan
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
2012-09-12fix signed/unsigned in strprintf and CNetAddr::GetByte()Philip Kaufmann
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-07-07Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's sock...Douglas Huff