52 Commits (5505a1b13f75af9f0f6421b42d97c06e079db345)

Author SHA1 Message Date
Pieter Wuille 3f6540ad8f Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS 10 years ago
Pieter Wuille 47eb76597e Serializer simplifications after IMPLEMENT_SERIALIZE overhaul 10 years ago
Pieter Wuille 31e9a8384a Use CSizeComputer to avoid counting sizes in SerializationOp 10 years ago
Kamil Domanski 84881f8c47 rework overhauled serialization methods to non-static 10 years ago
Kamil Domanski 3d796f8996 overhaul serialization code 10 years ago
Philip Kaufmann 093303a887 add missing header end comments 10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods 10 years ago
Wladimir J. van der Laan 075cf49e59 Add GetNetworkName function 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
Philip Kaufmann 0127a9be14 remove SOCKS4 support from core and GUI 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Philip Kaufmann cb7a3edc3d remove dup of extern int nConnectTimeout; in netbase 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 e27c4110d9 Remove build-time no-IPv6 setting 10 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann c1761a5df3 fix #3049 by changing comment for CNetAddr::IsRFC4193() 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Pieter Wuille 4e882b7960 Remove I2P support from netbase 12 years ago
Philip Kaufmann 81bbef2609 add LOCK() for proxy related data-structures 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
Pieter Wuille d077dd2a6e Rewrite CNetAddr::GetReachabilityFrom() 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 12 years ago
Pieter Wuille 1e8aeae15a Improve parsing of IPv6 addresses 12 years ago
Pieter Wuille 587f929c64 Rework network config settings 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Ricardo M. Correia 4843b55fd1 Make CNetAddr::GetHash() return an unsigned val. 12 years ago
Pieter Wuille 8f10a28890 Separate listening sockets, -bind=<addr> 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 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 ed6d0b5f85 Remove headers.h 12 years ago
Jeff Garzik 3a78f82a78 Fix sign-compare warnings: netbase's Lookup* max-solutions may be unsigned 12 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 12 years ago
Philip Kaufmann 7e05b97229 fixed typo in comment in netbase.h and bignum.h 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 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
Pieter Wuille 67a42f929b Network stack refactor 13 years ago