fix compiler warning "suggest explicit braces to avoid ambiguous "else"
[novacoin.git] / src / net.cpp
2012-05-01 Philip Kaufmannfix compiler warning "suggest explicit braces to avoid...
2012-04-23 Jeff GarzikChange signed->unsigned at 3 code sites
2012-04-17 Pieter WuilleRemove headers.h
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikThe string class returns string::npos, when find()...
2012-04-15 Wladimir J. van... fix warnings: unused variable 'XX' [-Wunused-variable]
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-06 Pieter WuilleMerge pull request #1033 from sipa/wait
2012-04-04 Gavin AndresenRemove half-implemented publish/subscribe system
2012-04-04 Pieter WuilleCondition variable for outbound connection slots
2012-03-25 Pieter WuilleGive DNS seeds a random age between 3 and 7 days old
2012-03-22 Gavin AndresenMerge branch 'addrman' of https://github.com/sipa/bitcoin
2012-03-18 Alistair BuxtonWhen disconnecting a node, clear the received buffer...
2012-03-05 nomnombtcfix typo src/net.cpp
2012-02-26 Gavin Andresenbitcoind changes to stop storing settings in wallet...
2012-02-24 Pieter WuilleCAddrMan: stochastic address manager
2012-02-19 Pieter WuilleFix #626: RecvLine wrong error message
2012-02-16 Pieter WuilleSymbolic names for threads
2012-02-16 Pieter WuilleMerge pull request #844 from sipa/shutdownfix
2012-02-15 Pieter WuilleSeveral shutdown-related fixes
2012-02-15 Pieter WuilleBugfix: do not create CAddress for invalid accepts
2012-02-10 Matt CoralloGet ext. IP from UPnP, make sure addrMe IsRoutable...
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
next