aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-04-10Merge #12731: Support serialization as another type without castingWladimir J. van der Laan
2018-03-21Add native support for serializing char arrays without FLATDATAPieter Wuille
2018-03-20Support serialization as another type without castingPieter Wuille
2018-02-17Add setter for g_initial_block_download_completedJonas Schnelli
2018-02-09Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBDJonas Schnelli
2018-02-09Accept addresses with NODE_NETWORK_LIMITED flagJonas Schnelli
2018-02-07Merge #10498: Use static_cast instead of C-style casts for non-fundamental typesMarcoFalke
2018-01-28Fix typospracticalswift
2018-01-24Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...Wladimir J. van der Laan
2018-01-19Use GetDesireableServiceFlags in static seeds, document this.Matt Corallo
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-05Add NODE_NETWORK_LIMITED flags and min block amount constantsJonas Schnelli
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-11-11Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...MarcoFalke
2017-10-13Replace relevant services logic with a function suite.Matt Corallo
2017-09-22Use static_cast instead of C-style casts for non-fundamental typespracticalswift
2017-08-16Declare single-argument (non-converting) constructors "explicit"practicalswift
2017-07-26Use compile-time constants instead of unnamed enumerations (remove "enum hack")practicalswift
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