aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix typo src/net.cppnomnombtc2012-03-061-1/+1
* Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-171-6/+13
|\
| * Several shutdown-related fixesPieter Wuille2012-02-171-5/+8
| * Bugfix: do not create CAddress for invalid acceptsPieter Wuille2012-02-171-1/+5
* | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-111-0/+20
|\|
| * Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo2012-02-111-0/+20
| * Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
* | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
* | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-021-2/+22
|\|
| * Fix UPnP by reannouncing every 20 minutes.Matt Corallo2012-02-021-2/+22
* | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-231-64/+77
|\|
| * Update seednodes, pick long-uptime nodes with version >= 0.4.0Daniel Folkinshteyn2012-01-231-64/+77
| * Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson2012-01-231-2/+2
* | Replace tabs with four spaces to comply with coding standard in doc/coding.txtLars Rasmusson2012-01-231-2/+2
* | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-01-161-3/+0
|\|
| * Code tidyups, fixing various warnings.Luke Dashjr2012-01-161-3/+0
* | 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