aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-1/+1
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-1/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Network stack refactorPieter Wuille2012-01-061-167/+5
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-8/+6
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-6/+8
* Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
* Fix build on windows and macGavin Andresen2011-10-071-1/+1
* Move CInv to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+61
* Move CAddress to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+190
* Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+61