Update copyrights to 2012 for files modified this year
[novacoin.git] / src / net.cpp
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-02 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-01-24 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-24 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2011-12-19 Luke DashjrAdd my DNS seed domain
2011-12-19 Matt CoralloAdd sipa's new dnsseed.
2011-12-12 Luke DashjrMerge branch 'restore_old_miniupnp_compat' into 0.4.x
2011-12-10 Luke DashjrRestore compatibility with miniupnpc 1.5 (without break...
2011-12-02 Matt CoralloMove DNS Seed lookup to a new thread.
2011-11-15 Jeff GarzikRemove vladimir's DNS seed, at his request.
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-09-19 Pieter WuilleSocketHandler thread can be detached
2011-09-07 Gavin AndresenFix AddAddress cs_mapaddresses/db transaction deadlock
2011-09-02 Gavin AndresenStay connected to seed nodes; disconnecting causes...
2011-09-02 Gavin AndresenGive hard-coded seed nodes a random last-seen time...
2011-09-02 Daniel FolkinshteynUpdate the list of seednodes.
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
2011-08-23 Matt CoralloUpgrade dependancies and tweak build process.
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Venkatesh SrinivasTest for SO_NOSIGPIPE rather than assuming all BSDs...
2011-08-09 Gavin AndresenDo-nothing MapPort() ifndef USE_UPNP. fixes #450
2011-08-09 Matt CoralloUnify copyright notices.
2011-08-01 Johannes HenningerIdentify as "Bitcoin + version number" when mapping...
2011-07-14 Stéphane GimenezSingle DB transaction for addresses from DNS seeds
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Giel van Schijndelfix warning: comparison of unsigned expression < 0...
2011-07-04 Matt CoralloAdded a couple minor things to match newer build process.
2011-07-02 Matt CoralloGive more detailed error messages for connection failure.
2011-07-01 Jeff GarzikMerge pull request #368 from TheBlueMatt/dnsseed
2011-07-01 Matt CoralloOnly use dnsseeds and static seeds when not on testnet.
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-30 Jeff GarzikMerge pull request #367 from TheBlueMatt/dnsseed
2011-06-30 Matt CoralloAdd new DNSSeed dnsseed.bluematt.me.
2011-06-28 Joerie de GramFix connection failure debug output
2011-06-15 Pieter WuilleCWallet class
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-06 Matt CoralloFix CPU Usage bug when using -nolisten and have no...
2011-06-02 Doug HuffFix rfc1918 and rfc3927 compliance for ignoring non...
2011-06-02 Pieter WuilleBugfix for dnsseed introduced by dnslookup
2011-05-17 Jeff GarzikMerge pull request #221 from gavinandresen/portoption
2011-05-16 Jordan LewisOnly include strlcpy.h when we have to
2011-05-16 Jordan LewisOnly include init.h when we have to
2011-05-16 Jordan LewisOnly include net.h when we have to
2011-05-16 Jordan LewisOnly include db.h when we have to.
2011-05-16 Jordan LewisOnly include irc.h when needed
2011-05-15 Gavin Andresen-port option to listen on arbitrary port
2011-05-15 Wladimir J. van... make bitcoin include files more modular
2011-05-14 Pieter Wuillebugfix in dnslookup code: didn't compile in mingw
2011-05-10 Pieter WuilleSupport for name lookups in -connect and -addnode
2011-04-23 Jaromildirectory re-organization (keeps the old build system)