aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2011-10-31Remove vladimir's DNS seed, at his request.Jeff Garzik
2011-10-07Fix build on windows and macGavin Andresen
2011-10-05Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...Gavin Andresen
2011-10-05Merge pull request #561 from luke-jr/optimize_conn_adjtimeGavin Andresen
2011-10-03Bugfix: report error creating ThreadSocketHandler thread just like the restLuke Dashjr
2011-10-03Only GetAdjustedTime once for the retry loopLuke Dashjr
2011-09-21Framework for banning mis-behaving peersGavin Andresen
2011-09-19SocketHandler thread can be detachedPieter Wuille
2011-09-06Fix AddAddress cs_mapaddresses/db transaction deadlockGavin Andresen
2011-09-02Stay connected to seed nodes; disconnecting causes problems if you are trying...Gavin Andresen
2011-09-02Give hard-coded seed nodes a random last-seen time, to randomize order they'r...Gavin Andresen
2011-09-02Update the list of seednodes.Daniel Folkinshteyn
2011-09-01Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen
2011-08-23Upgrade dependancies and tweak build process.Matt Corallo
2011-08-19Make some global variables less-global (static)Giel van Schijndel
2011-08-11Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen
2011-08-10Test for SO_NOSIGPIPE rather than assuming all BSDs support it.Venkatesh Srinivas
2011-08-09Do-nothing MapPort() ifndef USE_UPNP. fixes #450Gavin Andresen
2011-08-09Unify copyright notices.Matt Corallo
2011-08-01Identify as "Bitcoin + version number" when mapping UPnP portJohannes Henninger
2011-07-14Single DB transaction for addresses from DNS seedsStéphane Gimenez
2011-07-14Single DB transaction for all addresses in a messagePatrick Varilly
2011-07-13fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel
2011-07-13fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel
2011-07-05Added a couple minor things to match newer build process.Matt Corallo
2011-07-02Give more detailed error messages for connection failure.Matt Corallo
2011-07-01Merge pull request #368 from TheBlueMatt/dnsseedJeff Garzik
2011-07-01Only use dnsseeds and static seeds when not on testnet.Matt Corallo
2011-07-01Limit response to getblocks to half of output buffer sizePieter Wuille
2011-06-30Merge pull request #367 from TheBlueMatt/dnsseedJeff Garzik
2011-06-30Add new DNSSeed dnsseed.bluematt.me.Matt Corallo
2011-06-28Fix connection failure debug outputJoerie de Gram
2011-06-15CWallet classPieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik
2011-06-12Faster timeout when connectingPieter Wuille
2011-06-07Fix CPU Usage bug when using -nolisten and have no connections.Matt Corallo
2011-06-02Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.Doug Huff
2011-06-02Bugfix for dnsseed introduced by dnslookupv0.3.22Pieter Wuille
2011-05-16Merge pull request #221 from gavinandresen/portoptionJeff Garzik
2011-05-15Only include strlcpy.h when we have toJordan Lewis
2011-05-15Only include init.h when we have toJordan Lewis
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15Only include irc.h when neededJordan Lewis
2011-05-15-port option to listen on arbitrary portGavin Andresen
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-14bugfix in dnslookup code: didn't compile in mingwPieter Wuille
2011-05-10Support for name lookups in -connect and -addnodePieter Wuille
2011-04-23directory re-organization (keeps the old build system)Jaromil