aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Merge pull request #1106 from jgarzik/sign-compareGavin Andresen
2012-04-15CNode's nHeaderStart may be negative, so change its typeJeff Garzik
2012-04-12Replace several network protocol version numbers with named constantsJeff Garzik
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-04Remove half-implemented publish/subscribe systemGavin Andresen
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-03-22Merge branch 'addrman' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-27Add mruset and use it for setInventoryKnownPieter Wuille
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-22Merge branch 'postfeb20' of https://github.com/sipa/bitcoinGavin Andresen
2012-02-21Post-feb20 simplificationsPieter Wuille
2012-02-19Fix #626: RecvLine wrong error messagePieter Wuille
2012-02-16Symbolic names for threadsPieter Wuille
2012-02-11Macros for manual critical sectionsPieter Wuille
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-12Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen
2012-01-06Network stack refactorPieter Wuille
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-11-26Move DNS Seed lookup to a new thread.Matt Corallo
2011-10-07Fix build on windows and macGavin Andresen
2011-09-21Framework for banning mis-behaving peersGavin Andresen
2011-09-17missed printf in AbortMessage(); merged printfs in EndMessageNils Schneider
2011-09-17log low-level network messages only when fDebug is setNils Schneider
2011-08-19Move CInv to protocol.[ch]ppGiel van Schijndel
2011-08-19Move CAddress to protocol.[ch]ppGiel van Schijndel
2011-08-19Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel
2011-08-19Make some global variables less-global (static)Giel van Schijndel
2011-08-17Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can c...Gavin Andresen
2011-08-11Merge pull request #458 from TheBlueMatt/copyrightGavin Andresen
2011-08-10Merge pull request #459 from jgarzik/char-msgstartGavin Andresen
2011-08-10Use 'unsigned char' rather than 'char' for pchMessageStart.Venkatesh Srinivas
2011-08-09Unify copyright notices.Matt Corallo
2011-08-08Add missing includes to net.hVegard Nossum
2011-07-14Single DB transaction for all addresses in a messagePatrick Varilly
2011-07-01Limit response to getblocks to half of output buffer sizePieter Wuille
2011-06-12Faster timeout when connectingPieter Wuille
2011-06-02Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.Doug Huff
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-10Support for name lookups in -connect and -addnodePieter Wuille
2011-04-23directory re-organization (keeps the old build system)Jaromil