55 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
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
Philip Kaufmann 463a1cab43 fix signed/unsigned in strprintf and CNetAddr::GetByte() 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago
Douglas Huff b19811d5f4 Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's socks5 proxy and tor's .2.3.x branch. 12 years ago
Pieter Wuille d077dd2a6e Rewrite CNetAddr::GetReachabilityFrom() 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 12 years ago
Pieter Wuille 4c6b210af0 Fix netbase tests 12 years ago
Pieter Wuille 1e8aeae15a Improve parsing of IPv6 addresses 12 years ago
Philip Kaufmann b69dd08ae7 fix two signed/unsigned comparison warnings in netbase.cpp 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Pieter Wuille ca81464697 Use getnameinfo() to get canonical IPv6 addresses 12 years ago
Ricardo M. Correia 4843b55fd1 Make CNetAddr::GetHash() return an unsigned val. 12 years ago
Philip Kaufmann ea933b03b4 use "IPv6" and "IPv4" in strings as these are the official spellings and make ParseNetwork() in netbase.cpp case-insensitive 12 years ago
Pieter Wuille 45dcf63a62 Only check for port# after : in ConnectSocketByName 12 years ago
Pieter Wuille 8f10a28890 Separate listening sockets, -bind=<addr> 12 years ago
Pieter Wuille c5b3ffd8d5 Use NET_ identifiers in CNetAddr::GetGroup() 12 years ago
Pieter Wuille 623b987813 Add -noproxy to circumvent proxy for some network 12 years ago
Pieter Wuille 090e5b40f1 Limited relaying/storing of foreign addresses 12 years ago
Pieter Wuille d32148567f Preliminary support for Tor/I2P hidden services 12 years ago
Pieter Wuille 23aa78c405 IPv6 node support 12 years ago
Pieter Wuille f621326c24 Clean up warnings 12 years ago
Pieter Wuille 39857190de Support for multiple local addresses 13 years ago
Pieter Wuille 9bab521df8 Support connecting by hostnames passed to proxy (-proxydns) 12 years ago
Pieter Wuille a012e2db59 refactor ConnectSocket 12 years ago
Pieter Wuille 933f2715d8 SOCKS5 connect via hostname 12 years ago
Pieter Wuille 60a87bce87 SOCKS5 support by default 12 years ago
Jeff Garzik 3a78f82a78 Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 12 years ago
Jeff Garzik c376ac359e Fix loop index var types, fixing many minor sign comparison warnings 12 years ago
Pieter Wuille 5fee401fe1 CAddrMan: stochastic address manager 13 years ago
Wladimir J. van der Laan d3896211d2 fix typo in CNetAddr::IsRFC4843() (fixes #850) 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Pieter Wuille c981d768b3 Fix handling of default ports 13 years ago
Matt Corallo b24e6e4d1b Add -keepnode which attempts to -addnode and keep a connection open 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago