aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
AgeCommit message (Expand)Author
2022-07-26refactor: Use type-safe std::chrono for addrman timeMarcoFalke
2022-05-30Remove no-op TIME_INIT on deserMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-08-23doc: Remove incorrect INIT_PROTO_VERSION from nTime commentMarcoFalke
2021-08-21refactor: move CAddress-without-nTime logic to net_processingPieter Wuille
2021-05-24Add roundtrip fuzz tests for CAddress serializationPieter Wuille
2021-05-24Introduce well-defined CAddress disk serializationPieter Wuille
2021-05-13refactor: Replace memset calls with array initializationJoão Barbosa
2021-05-11net: initialize nMessageSize to max uint32_t instead of -1eugene
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-08Remove unused bits from service flags enumMarcoFalke
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-10-09net: CAddress & CAddrMan: (un)serialize as ADDRv2Vasil Dimov
2020-09-22Remove header checks out of net_processingTroy Giorshev
2020-09-22Change CMessageHeader ConstructorTroy Giorshev
2020-09-03Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan
2020-08-27p2p: change CInv::type from int to uint32_tJon Atack
2020-08-26p2p: add CInv block message helper methodsJon Atack
2020-08-18Merge #19721: p2p: comment out unused MSG_FILTERED_WITNESS_BLOCKfanquake
2020-08-16Merge #19705: Shrink CAddress from 48 to 40 bytes on x64Wladimir J. van der Laan
2020-08-14doc: comment out and add annotation to unused MSG_FILTERED_WITNESS_BLOCKAdam Jonas
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-08-12Shrink CAddress from 48 to 40 bytes on x64Vasil Dimov
2020-08-01scripted-diff: Remove Reference LinksRobert
2020-07-30refactor: add GenTxid (=txid or wtxid) type and use it for tx request logicPieter Wuille
2020-07-27p2p: add CInv transaction message helper methodsJon Atack
2020-07-19Add p2p message "wtxidrelay"Suhas Daftuar
2020-07-19Add support for tx-relay via wtxidSuhas Daftuar
2020-07-10[protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery
2020-05-31[net] Signal NODE_COMPACT_FILTERS if we're serving compact filters.Jim Posen
2020-05-31Merge #19044: net processing: Add support for getcfiltersMarcoFalke
2020-05-29util: dedup code in callers of serviceFlagToStr()Vasil Dimov
2020-05-29util: simplify the interface of serviceFlagToStr()Vasil Dimov
2020-05-29Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli
2020-05-26[net processing] Message handling for getcfilters.Jim Posen
2020-05-22[net processing] Message handling for getcfheaders.Jim Posen
2020-05-20net: Use C++11 member initialization in protocolMarcoFalke
2020-05-20Merge #18317: Serialization improvements step 6 (all except wallet/gui)MarcoFalke
2020-05-17net: Run clang-format on protocol.hMarcoFalke
2020-05-17net: Remove un-actionable TODOMarcoFalke
2020-05-08[net processing] Message handling for getcfcheckpt.Jim Posen
2020-03-30Convert everything except wallet/qt to new serializationPieter Wuille
2020-02-21Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr
2020-02-06net: Fail instead of truncate command name in CMessageHeaderWladimir J. van der Laan
2019-12-11Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStrMarcoFalke
2019-11-14GUI: Refactor formatServicesStr to warn when a ServicesFlag is missingLuke Dashjr
2019-10-15Remove unused includespracticalswift
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-07-12Remove unused bits from the service flags enumMarcoFalke
2019-01-05Use C++11 default member initializersMarcoFalke