Remove print() methods: all unused
[novacoin.git] / src / protocol.cpp
2016-03-30 svostRemove print() methods: all unused
2016-03-28 svostGet rid of ARRAYLEN macro 295/head
2016-02-04 svostProtocol.cpp - use member initializer lists
2015-04-18 0xDEADFACEFix MinGW compilation issues.
2015-04-14 svostRemove msvc C4245 warning, better readability. 203/head
2014-12-27 CryptoManiacCode cleanup
2013-04-15 alexhzupdate to 0.4 preview
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-09-09 Sunny KingPPCoin: Rename COINBASE_MATURITY to detect future merge...
2012-08-28 Sunny KingPPCoin: pchMessageStart switch
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-27 Timothy RedaelliWe should include netinet/in.h to use sockaddr_in ...
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-15 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-06 Pieter WuilleNetwork stack refactor
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Gavin AndresenUse std::numeric_limits<> for typesafe INT_MAX/etc
2011-10-07 Gavin AndresenFix build on windows and mac
2011-08-19 Giel van SchijndelMove CInv to protocol.[ch]pp
2011-08-19 Giel van SchijndelMove CAddress to protocol.[ch]pp
2011-08-19 Giel van SchijndelStart moving protocol-specific code to protocol.[ch]pp