Single DB transaction for all addresses in a message
[novacoin.git] / src / net.cpp
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)