aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
2012-10-04add LOCK() for proxy related data-structuresPhilip Kaufmann
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
2012-09-28Remove stack randomizationPieter Wuille
2012-09-12fix signed/unsigned in strprintf and CNetAddr::GetByte()Philip Kaufmann
2012-09-06Merge pull request #1786 from jgarzik/select-fixWladimir J. van der Laan
2012-09-05replace 2x WSAGetLastError() with 1x WSAGetLastError() callPhilip Kaufmann
2012-09-05select(): Use precise fd presence check, rather than imprecise hSocketMax testJeff Garzik
2012-09-04Merge pull request #1777 from laanwj/2012_09_eliminate_sprintfJeff Garzik
2012-09-03Remove last occurrence of potentially insecure function sprintf.Wladimir J. van der Laan
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-29Bugfix: increase score, not portPieter Wuille
2012-08-22Fix infinite loops in connection logicPieter Wuille
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-08-01Merge pull request #1343 from rebroad/MisbehavingDeltaJeff Garzik
2012-07-20do not use external IPv4 discovery, when -onlynet="IPv6"Philip Kaufmann
2012-07-17fix a comment in net.cppPhilip Kaufmann
2012-07-17Fix thread names after reviewGiel van Schijndel
2012-07-17Give threads a recognisable name to aid in debuggingGiel van Schijndel
2012-07-11Reorder dnsseed list, Jeff's seed list is static so put it last.Gregory Maxwell
2012-07-03Merge pull request #1546 from gmaxwell/allowsamenetinboundJeff Garzik
2012-07-02Show when node is misbehaving, not just at the point that it gets banned.R E Broadley
2012-07-01Do not consider inbound peers for outbound network group exclusion.Gregory Maxwell
2012-07-01Remove useless high-volume printf (fixes #1544).Matt Corallo
2012-06-29RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode dataJeff Garzik
2012-06-27Stop processing messages on full send buffer and dont disconnect.Matt Corallo
2012-06-23Debug version messagesPieter Wuille
2012-06-23Add -tor and related configurationPieter Wuille
2012-06-12introduce a new StartShutdown() function, which starts a thread with Shutdown...Philip Kaufmann
2012-05-31Rework network config settingsPieter Wuille
2012-05-22Merge pull request #1342 from rebroad/LastSeenMinusMinusGregory Maxwell
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-20Merge pull request #1323 from Diapolo/string_fixesWladimir J. van der Laan
2012-05-18Update License in File HeadersFordy
2012-05-17Was showing a negative number. Changes to positive, since negative (T minus) ...R E Broadley
2012-05-17Merge pull request #1334 from rebroad/Exiting2ExitedJeff Garzik
2012-05-17Corrected grammar. As per Principle Of Least Surprise.R E Broadley
2012-05-17allow translation of "options" used in the --help message / split translation...Philip Kaufmann
2012-05-16CAddrDB: Replace BDB-managed addr.dat with internally managed peers.datJeff Garzik
2012-05-14Merge pull request #1262 from Diapolo/no_double_timestampsGregory Maxwell
2012-05-14-onlynet instead of -blocknetPieter Wuille
2012-05-13Really do not consider blocked networks localPieter Wuille
2012-05-13Do not consider blocked networks localPieter Wuille
2012-05-13ensure that no double timestamps show up in the debug.log, by removing manual...Philip Kaufmann
2012-05-13Enforce -nodiscover betterPieter Wuille
2012-05-12Merge pull request #1277 from Diapolo/IPv6_IPv4_stringsJeff Garzik
2012-05-13Take -port into account when resolving -bind'sPieter Wuille