aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
AgeCommit message (Expand)Author
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
2012-05-13use "IPv6" and "IPv4" in strings as these are the official spellings and make...Philip Kaufmann
2012-05-13Keep local service information per addressPieter Wuille
2012-05-13Do not signal outbound semaphore if uninitializedPieter Wuille
2012-05-11Merge pull request #1021 from sipa/ipv6Pieter Wuille
2012-05-11Merge pull request #1260 from sipa/splitsyncGregory Maxwell
2012-05-11Merge pull request #1101 from jgarzik/http11Jeff Garzik
2012-05-11Use semaphores instead of condition variablesPieter Wuille
2012-05-11Separate listening sockets, -bind=<addr>Pieter Wuille
2012-05-11Keep port information for local addressesPieter Wuille
2012-05-11Add -blocknet to prevent connections to a given networkPieter Wuille
2012-05-11Limited relaying/storing of foreign addressesPieter Wuille
2012-05-11IPv6 node supportPieter Wuille
2012-05-09fix an incorrect if-clause in net.cppPhilip Kaufmann
2012-05-08Support multi-threaded JSON-RPCDavid Joel Schwartz
2012-05-08Merge branch 'tmp-ipv6' into merge-ipv6Jeff Garzik
2012-05-08Merge pull request #1180 from jgarzik/sign-compareJeff Garzik
2012-05-04Added -externalip and -discoverPieter Wuille
2012-05-04Support for multiple local addressesPieter Wuille
2012-05-04Add -seednode connections, and use this for -dnsseed + -proxydnsPieter Wuille
2012-05-04Support connecting by hostnames passed to proxy (-proxydns)Pieter Wuille
2012-05-01ThreadSocketHandler2(): cast to avoid signed/unsigned warningJeff Garzik
2012-05-01fix compiler warning "suggest explicit braces to avoid ambiguous "else"Philip Kaufmann
2012-04-23Change signed->unsigned at 3 code sitesJeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15The string class returns string::npos, when find() fails.Jeff Garzik
2012-04-15fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-06Merge pull request #1033 from sipa/waitPieter Wuille
2012-04-04Remove half-implemented publish/subscribe systemGavin Andresen
2012-04-04Condition variable for outbound connection slotsPieter Wuille
2012-03-25Give DNS seeds a random age between 3 and 7 days oldPieter Wuille
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-03-18When disconnecting a node, clear the received buffer so that we doAlistair Buxton
2012-03-05fix typo src/net.cppnomnombtc
2012-02-26bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-19Fix #626: RecvLine wrong error messagePieter Wuille
2012-02-16Symbolic names for threadsPieter Wuille
2012-02-16Merge pull request #844 from sipa/shutdownfixPieter Wuille
2012-02-15Several shutdown-related fixesPieter Wuille
2012-02-15Bugfix: do not create CAddress for invalid acceptsPieter Wuille
2012-02-10Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo
2012-02-07Update all copyrights to 2012Gavin Andresen