Update all copyrights to 2012
[novacoin.git] / src / net.cpp
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-02-07 Gavin AndresenLook for flushwallet/listen/irc/dnsseed/upnp instead...
2012-02-01 Gregory MaxwellAvoid advertising the node's address when it is not...
2012-01-31 Matt CoralloFix UPnP by reannouncing every 20 minutes.
2012-01-19 Gavin AndresenMerge branch 'updateseednodes' of https://github.com...
2012-01-19 Gavin AndresenMerge branch 'tabs-to-space' of https://github.com...
2012-01-19 Daniel FolkinshteynUpdate seednodes, pick long-uptime nodes with version...
2012-01-17 Pieter WuilleFix handling of default ports
2012-01-16 Gavin AndresenMerge branch 'keepnode' of https://github.com/TheBlueMa...
2012-01-14 Lars RasmussonReplace tabs with four spaces to comply with coding...
2012-01-13 Matt CoralloMinor code cleanup to use fHaveUPnP instead of #ifdef
2012-01-13 Matt CoralloAdd -keepnode which attempts to -addnode and keep a...
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-06 Pieter WuilleNetwork stack refactor
2012-01-03 Gavin AndresenFix issue #659, and cleanup wallet/command-line argumen...
2012-01-03 Pieter WuilleFix some address-handling deadlocks
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-12-19 Gavin AndresenMerge pull request #707 from gavinandresen/BIP14
2011-12-19 Gavin AndresenImplement BIP 14 : separate protocol version from clien...
2011-12-16 Luke DashjrAdd my DNS seed domain
2011-12-16 Matt CoralloAdd sipa's new dnsseed.
2011-12-12 Gavin AndresenMerge pull request #694 from luke-jr/restore_old_miniup...
2011-12-10 Luke DashjrRestore compatibility with miniupnpc 1.5 (without break...
2011-11-26 Matt CoralloMove DNS Seed lookup to a new thread.
2011-10-31 Jeff GarzikRemove vladimir's DNS seed, at his request.
2011-10-07 Gavin AndresenFix build on windows and mac
2011-10-05 Gavin AndresenMerge pull request #558 from luke-jr/bugfix_CreateThrea...
2011-10-05 Gavin AndresenMerge pull request #561 from luke-jr/optimize_conn_adjtime
2011-10-04 Luke DashjrBugfix: report error creating ThreadSocketHandler threa...
2011-10-04 Luke DashjrOnly GetAdjustedTime once for the retry loop
2011-09-21 Gavin AndresenFramework for banning mis-behaving peers
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-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
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-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
2011-06-15 Pieter WuilleCWallet class
2011-06-14 Jeff GarzikMerge pull request #226 from jordanlewis/betterheaders
2011-06-12 Wladimir J. van... update bitcoin core to git ce148944c776ae8e91cc058f44dd...
2011-06-11 Pieter WuilleFaster timeout when connecting
2011-06-11 Wladimir J. van... move back to original directory structure
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)