aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-3/+3
* Removed net.cpp's dependency on init.h.Eric Lombrozo2013-06-051-1/+0
* Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-6/+1
* Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo2013-01-161-0/+1
* Abstract block hash substr extraction (for debug.log) into BlockHashStr inlineLuke Dashjr2012-11-131-0/+6
* Update License in File HeadersFordy2012-05-181-1/+1
* 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