aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add DNS seed support for testnetPeter Todd2013-01-291-21/+26
* New seed nodes, from http://bitcoin.sipa.be/seeds.txtGavin Andresen2013-01-291-77/+75
* Try more than the first address for a DNS -addnode.Matt Corallo2013-01-271-2/+2
* Make ThreadOpenAddedConnections2 exit quicker if(GetNameProxy()).Matt Corallo2013-01-271-0/+2
* Use a copy in place of mapMultiArgs["-addnode"].Matt Corallo2013-01-271-18/+35
* Let a node opt out of tx invs before we get a their bloom filterMatt Corallo2013-01-161-0/+2
* Automatically add any matching outputs to a filter during matching.Matt Corallo2013-01-161-1/+1
* Replace RelayMessage with RelayTransaction.Matt Corallo2013-01-161-0/+44
* Remove fClientPieter Wuille2013-01-091-2/+1
* Merge pull request #1932 from Diapolo/thread_printfWladimir J. van der Laan2012-10-301-0/+2
|\
| * fix some thread related log messagesPhilip Kaufmann2012-10-251-0/+2
* | Merge pull request #1904 from laanwj/2012_10_remove_getorderPieter Wuille2012-10-251-7/+3
|\ \ | |/ |/|
| * remove "checkorder" and "reply" P2P commandsWladimir J. van der Laan2012-10-031-7/+3
* | Merge pull request #1901 from laanwj/2012_10_remove_strlcpyWladimir J. van der Laan2012-10-111-1/+0
|\ \
| * | get rid of strlcpy.hWladimir J. van der Laan2012-10-071-1/+0
| |/
* / add LOCK() for proxy related data-structuresPhilip Kaufmann2012-10-041-2/+2
|/
* fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-1/+1
* Remove stack randomizationPieter Wuille2012-09-281-14/+0
* fix signed/unsigned in strprintf and CNetAddr::GetByte()Philip Kaufmann2012-09-121-1/+1
* Merge pull request #1786 from jgarzik/select-fixWladimir J. van der Laan2012-09-061-3/+7
|\
| * select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik2012-09-051-3/+7
* | replace 2x WSAGetLastError() with 1x WSAGetLastError() callPhilip Kaufmann2012-09-051-2/+3
|/
* Merge pull request #1777 from laanwj/2012_09_eliminate_sprintfJeff Garzik2012-09-041-10/+8
|\
| * Remove last occurrence of potentially insecure function sprintf.Wladimir J. van der Laan2012-09-031-10/+8
* | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-16/+16
|/
* Bugfix: increase score, not portPieter Wuille2012-08-291-2/+2
* Fix infinite loops in connection logicPieter Wuille2012-08-221-1/+7
* Merge pull request #1632 from luke-jr/spellingJeff Garzik2012-08-011-7/+7
|\
| * Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-7/+7
* | Update Warning-strings to use a standard-formatPhilip Kaufmann2012-08-011-2/+2
|/
* Merge pull request #1343 from rebroad/MisbehavingDeltaJeff Garzik2012-08-011-3/+4
|\
| * Show when node is misbehaving, not just at the point that it gets banned.R E Broadley2012-07-021-3/+4
* | do not use external IPv4 discovery, when -onlynet="IPv6"Philip Kaufmann2012-07-201-1/+3
* | fix a comment in net.cppPhilip Kaufmann2012-07-171-1/+1
* | Fix thread names after reviewGiel van Schijndel2012-07-171-3/+3
* | Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+34
* | Reorder dnsseed list, Jeff's seed list is static so put it last.Gregory Maxwell2012-07-111-2/+2
* | Merge pull request #1546 from gmaxwell/allowsamenetinboundJeff Garzik2012-07-031-3/+4
|\ \
| * | Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell2012-07-011-3/+4
* | | Remove useless high-volume printf (fixes #1544).Matt Corallo2012-07-011-2/+0
|/ /
* / RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik2012-06-291-1/+17
|/
* Stop processing messages on full send buffer and dont disconnect.Matt Corallo2012-06-271-5/+2
* Debug version messagesPieter Wuille2012-06-231-0/+1
* Add -tor and related configurationPieter Wuille2012-06-231-3/+9
* introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann2012-06-121-1/+1
* Rework network config settingsPieter Wuille2012-05-311-35/+19
* Merge pull request #1342 from rebroad/LastSeenMinusMinusGregory Maxwell2012-05-221-1/+1
|\
| * Was showing a negative number. Changes to positive, since negative (T minus) ...R E Broadley2012-05-171-1/+1
* | Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\ \
| * | Update License in File HeadersFordy2012-05-181-1/+1
| |/