aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
AgeCommit message (Expand)Author
2015-04-19nLastTry is only used for addrman entriesPieter Wuille
2015-03-21Add a NODE_GETUTXO service bit and document NODE_NETWORK.Mike Hearn
2015-02-25make CMessageHeader a dumb storage classCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-16Remove references to X11 licenceMichael Ford
2014-11-03Fix all header definesPavel Janík
2014-09-19Apply clang-format on some infrequently-updated filesPieter Wuille
2014-09-02Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille
2014-09-01Serializer simplifications after IMPLEMENT_SERIALIZE overhaulPieter Wuille
2014-08-31Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille
2014-08-31rework overhauled serialization methods to non-staticKamil Domanski
2014-08-31overhaul serialization codeKamil Domanski
2014-08-27Revert "Add a getutxos command to the p2p protocol. It allows querying of the...Wladimir J. van der Laan
2014-08-25Merge pull request #4351Wladimir J. van der Laan
2014-08-20Remove all other print() methodsWladimir J. van der Laan
2014-08-11Add a getutxos command to the p2p protocol. It allows querying of the UTXO setMike Hearn
2014-06-21Add comment regarding experimental-use service bitsPeter Todd
2014-06-04Replace virtual methods with static attributes, chainparams.h depends onjtimon
2014-05-09Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-06-19Introduce a CChainParameters singleton class and regtest mode.Mike Hearn
2013-03-29Use per-message send buffer, rather than per connectionPieter 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-07-04Fix remaining warnings.Matt Corallo
2012-05-18Update License in File HeadersFordy
2012-04-17Move proto version to version.h. Reduce header deps a bit more.Jeff Garzik
2012-04-12Replace several network protocol version numbers with named constantsJeff Garzik
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-02-24CAddrMan: stochastic address managerPieter Wuille
2012-02-21Post-feb20 simplificationsPieter Wuille
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-17Fix handling of default portsPieter Wuille
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-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