Commit Graph

157 Commits (9eb7fc58426e8d3afedd9959c21566a3d2eaf6d8)

Author SHA1 Message Date
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc
13 years ago
Gavin Andresen 1f3bc1c239 Merge pull request #707 from gavinandresen/BIP14
13 years ago
Gavin Andresen f8ded588a2 Implement BIP 14 : separate protocol version from client version
13 years ago
Luke Dashjr 647734881c Add my DNS seed domain
13 years ago
Matt Corallo 61a8c0569e Add sipa's new dnsseed.
13 years ago
Gavin Andresen ca287d66f2 Merge pull request #694 from luke-jr/restore_old_miniupnp_compat
13 years ago
Luke Dashjr 94b97046fd Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)
13 years ago
Matt Corallo 2bc6cecebb Move DNS Seed lookup to a new thread.
13 years ago
Jeff Garzik 02d630c37f Remove vladimir's DNS seed, at his request.
13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac
13 years ago
Gavin Andresen 8bc52d0692 Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_errReporting
13 years ago
Gavin Andresen 9ec4fa7b50 Merge pull request #561 from luke-jr/optimize_conn_adjtime
13 years ago
Luke Dashjr 65ba3e2f50 Bugfix: report error creating ThreadSocketHandler thread just like the rest
13 years ago
Luke Dashjr a4e6ae101a Only GetAdjustedTime once for the retry loop
13 years ago
Gavin Andresen 15f3ad4dbd Framework for banning mis-behaving peers
13 years ago
Pieter Wuille 88367a5fb8 SocketHandler thread can be detached
13 years ago
Gavin Andresen 9406696578 Fix AddAddress cs_mapaddresses/db transaction deadlock
13 years ago
Gavin Andresen b53e277ba1 Stay connected to seed nodes; disconnecting causes problems if you are trying to make the initial blockchain download.
13 years ago
Gavin Andresen 86fd7c5af6 Give hard-coded seed nodes a random last-seen time, to randomize order they're tried.
13 years ago
Daniel Folkinshteyn bca179e8bd Update the list of seednodes.
13 years ago
Gavin Andresen dd7868364d Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoin
13 years ago
Matt Corallo b4ada906c0 Upgrade dependancies and tweak build process.
13 years ago
Giel van Schijndel 99860de3c9 Make some global variables less-global (static)
13 years ago
Gavin Andresen 498a2c9b16 Merge pull request #458 from TheBlueMatt/copyright
13 years ago
Venkatesh Srinivas ec93a0e219 Test for SO_NOSIGPIPE rather than assuming all BSDs support it.
13 years ago
Gavin Andresen 9f0ac16942 Do-nothing MapPort() ifndef USE_UPNP. fixes #450
13 years ago
Matt Corallo b2120e223a Unify copyright notices.
13 years ago
Johannes Henninger 1565698169 Identify as "Bitcoin + version number" when mapping UPnP port
13 years ago
Stéphane Gimenez d655a26c9d Single DB transaction for addresses from DNS seeds
14 years ago
Patrick Varilly 8c41469140 Single DB transaction for all addresses in a message
14 years ago
Giel van Schijndel 858cebed7d fix warning: unused variable 'X' [-Wunused-variable]
14 years ago
Giel van Schijndel d7f1d200ab fix warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
14 years ago
Matt Corallo fa105b1d3a Added a couple minor things to match newer build process.
14 years ago
Matt Corallo 013df1cc3b Give more detailed error messages for connection failure.
14 years ago
Jeff Garzik b73ab2d885 Merge pull request #368 from TheBlueMatt/dnsseed
14 years ago
Matt Corallo ce8f78a7bb Only use dnsseeds and static seeds when not on testnet.
14 years ago
Pieter Wuille 4973174534 Limit response to getblocks to half of output buffer size
14 years ago
Jeff Garzik 44d16327c1 Merge pull request #367 from TheBlueMatt/dnsseed
14 years ago
Matt Corallo f03c31db82 Add new DNSSeed dnsseed.bluematt.me.
14 years ago
Joerie de Gram ecd3e728b7 Fix connection failure debug output
14 years ago
Pieter Wuille 64c7ee7e6b CWallet class
14 years ago
Jeff Garzik 19ea44208f Merge pull request #226 from jordanlewis/betterheaders
14 years ago
Pieter Wuille 76d660ebd3 Faster timeout when connecting
14 years ago
Matt Corallo c6710c7a70 Fix CPU Usage bug when using -nolisten and have no connections.
14 years ago
Doug Huff 482cb65690 Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
14 years ago
Pieter Wuille e104c79374 Bugfix for dnsseed introduced by dnslookup
14 years ago
Jeff Garzik 112262cb24 Merge pull request #221 from gavinandresen/portoption
14 years ago
Jordan Lewis fdd7d04744 Only include strlcpy.h when we have to
14 years ago
Jordan Lewis edd309e537 Only include init.h when we have to
14 years ago
Jordan Lewis 40c2614ef4 Only include net.h when we have to
14 years ago
Jordan Lewis 1512d5ce64 Only include db.h when we have to.
14 years ago
Jordan Lewis f23f9a03c8 Only include irc.h when needed
14 years ago
Gavin Andresen 00bcfe0b7e -port option to listen on arbitrary port
14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular
14 years ago
Pieter Wuille 545a679aed bugfix in dnslookup code: didn't compile in mingw
14 years ago
Pieter Wuille a6a5bb7c20 Support for name lookups in -connect and -addnode
14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system)
14 years ago