aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-031-27/+34
|\
| * Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen2012-01-031-1/+1
| * Fix some address-handling deadlocksPieter Wuille2012-01-021-26/+33
* | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2011-12-191-0/+2
|\|
| * Add my DNS seed domainLuke Dashjr2011-12-191-0/+1
| * Add sipa's new dnsseed.Matt Corallo2011-12-191-0/+1
* | Merge branch '0.4.x' into 0.5.xLuke Dashjr2011-12-121-1/+14
|\|
| * Merge branch 'restore_old_miniupnp_compat' into 0.4.xLuke Dashjr2011-12-121-1/+14
| |\
| | * Restore compatibility with miniupnpc 1.5 (without breaking miniupnp 1.6)Luke Dashjr2011-12-101-1/+14
* | | Move DNS Seed lookup to a new thread.Matt Corallo2011-12-021-1/+38
|\| |
| * | Move DNS Seed lookup to a new thread.Matt Corallo2011-12-021-1/+38
| * | Remove vladimir's DNS seed, at his request.Jeff Garzik2011-11-151-1/+0
* | | Remove vladimir's DNS seed, at his request.Jeff Garzik2011-10-311-1/+0
* | | Fix build on windows and macGavin Andresen2011-10-071-11/+11
* | | Merge pull request #558 from luke-jr/bugfix_CreateThread_ThreadSocketHandler_...Gavin Andresen2011-10-051-1/+2
|\| |
| * | Bugfix: report error creating ThreadSocketHandler thread just like the restLuke Dashjr2011-10-031-1/+2
* | | Merge pull request #561 from luke-jr/optimize_conn_adjtimeGavin Andresen2011-10-051-2/+4
|\ \ \
| * | | Only GetAdjustedTime once for the retry loopLuke Dashjr2011-10-031-2/+4
| |/ /
* / / Framework for banning mis-behaving peersGavin Andresen2011-09-211-1/+53
|/ /
* | SocketHandler thread can be detachedPieter Wuille2011-09-191-1/+1
* | Fix AddAddress cs_mapaddresses/db transaction deadlockGavin Andresen2011-09-061-15/+21
* | Stay connected to seed nodes; disconnecting causes problems if you are trying...Gavin Andresen2011-09-021-30/+0
* | Give hard-coded seed nodes a random last-seen time, to randomize order they'r...Gavin Andresen2011-09-021-1/+4
* | Update the list of seednodes.Daniel Folkinshteyn2011-09-021-40/+64
* | Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen2011-09-011-2/+2
|\ \ | |/ |/|
| * Make some global variables less-global (static)Giel van Schijndel2011-08-191-2/+2
* | Upgrade dependancies and tweak build process.Matt Corallo2011-08-231-12/+3
|/
* Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen2011-08-111-0/+1
|\
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Test for SO_NOSIGPIPE rather than assuming all BSDs support it.Venkatesh Srinivas2011-08-101-2/+2
* | Do-nothing MapPort() ifndef USE_UPNP. fixes #450Gavin Andresen2011-08-091-0/+5
|/
* Identify as "Bitcoin + version number" when mapping UPnP portJohannes Henninger2011-08-011-2/+3
* Single DB transaction for addresses from DNS seedsStéphane Gimenez2011-07-141-1/+5
* Single DB transaction for all addresses in a messagePatrick Varilly2011-07-141-3/+11
* fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-131-1/+1
* fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel2011-07-131-1/+1
* Added a couple minor things to match newer build process.Matt Corallo2011-07-051-0/+5
* Give more detailed error messages for connection failure.Matt Corallo2011-07-021-1/+5
* Merge pull request #368 from TheBlueMatt/dnsseedJeff Garzik2011-07-011-10/+13
|\
| * Only use dnsseeds and static seeds when not on testnet.Matt Corallo2011-07-011-10/+13
* | Limit response to getblocks to half of output buffer sizePieter Wuille2011-07-011-2/+2
|/
* Merge pull request #367 from TheBlueMatt/dnsseedJeff Garzik2011-06-301-0/+1
|\
| * Add new DNSSeed dnsseed.bluematt.me.Matt Corallo2011-06-301-0/+1
* | Fix connection failure debug outputJoerie de Gram2011-06-281-1/+1
|/
* CWallet classPieter Wuille2011-06-151-2/+2
* Merge pull request #226 from jordanlewis/betterheadersJeff Garzik2011-06-141-0/+5
|\
| * Only include strlcpy.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include init.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include net.h when we have toJordan Lewis2011-05-151-0/+1
| * Only include db.h when we have to.Jordan Lewis2011-05-151-0/+1