aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
AgeCommit message (Expand)Author
2015-04-19nLastTry is only used for addrman entriesPieter Wuille
2015-02-25make CMessageHeader a dumb storage classCory Fields
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2015-01-05Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-09-18CMessageHeader sanity changesWladimir J. van der Laan
2014-08-20Remove all other print() methodsWladimir J. van der Laan
2014-06-04Replace virtual methods with static attributes, chainparams.h depends onjtimon
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2013-11-15core: remove includes in .cpp, if header is already in .hPhilip Kaufmann
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-09-18Replace printf with LogPrintf / LogPrintGavin Andresen
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-06-05Removed net.cpp's dependency on init.h.Eric Lombrozo
2013-04-07Always print full hashes (tx, block, inv)Pieter Wuille
2013-01-16Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo
2012-11-13Abstract block hash substr extraction (for debug.log) into BlockHashStr inlineLuke Dashjr
2012-05-18Update License in File HeadersFordy
2012-04-23Add casts for unavoidable signed/unsigned comparisonsJeff Garzik
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-02-07Update all copyrights to 2012Gavin 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-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-10-07Fix build on windows and macGavin Andresen
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