aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
AgeCommit message (Expand)Author
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-04-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-17CNode's nHeaderStart may be negative, so change its type (PARTIAL)Jeff Garzik
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-17Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-17Macros for manual critical sectionsPieter Wuille
2012-02-16Symbolic names for threadsPieter Wuille
2012-02-11Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-11Get ext. IP from UPnP, make sure addrMe IsRoutable() in version.Matt Corallo
2012-02-11Macros for manual critical sectionsPieter Wuille
2012-02-07Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-16Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-01-16Code tidyups, fixing various warnings.Luke Dashjr
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-12-02Move DNS Seed lookup to a new thread.Matt Corallo
2011-12-02Move DNS Seed lookup to a new thread.Matt Corallo
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