aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
AgeCommit message (Expand)Author
2017-07-16Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...practicalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-22Minor change to comment above new NODE_WITNESS service flag to keep it consit...Greg Walker
2016-11-07Get rid of nType and nVersionPieter Wuille
2016-10-05protocol.h: Make enums in GetDataMsg concrete valuesWladimir J. van der Laan
2016-10-04protocol.h: Move MESSAGE_START_SIZE into CMessageHeaderWladimir J. van der Laan
2016-09-28net: Hardcode protocol sizes and use fixed-size typesWladimir J. van der Laan
2016-09-28net: Consistent checksum handlingWladimir J. van der Laan
2016-08-25Show XTHIN in GUIR E Broadley
2016-07-31net: narrow include scope after moving to netaddressCory Fields
2016-06-22BIP144: Handshake and relay (receiver side)Pieter Wuille
2016-06-22BIP144: Serialization, hashes, relay (sender side)Pieter Wuille
2016-06-19Add protocol messages for short-ids blocksMatt Corallo
2016-06-13Introduce enum ServiceFlags for service flagsPieter Wuille
2016-06-13Don't require services in -addnodePieter Wuille
2016-03-21Implement "feefilter" P2P message.Alex Morcos
2016-03-18protocol.h/cpp: Removes NetMsgType::ALERTThomas Kerin
2016-01-05Merge pull request #7205Wladimir J. van der Laan
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-12-10net: Add and document network messages in protocol.hWladimir J. van der Laan
2015-09-05Add NODE_BLOOM service bit and bump protocol versionMatt Corallo
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