aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
AgeCommit message (Expand)Author
2022-08-20refactor: use `strprintf` for creating unknown-service-flag stringSebastian Falbesoner
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-22Make GenTxid boolean constructor privateMarcoFalke
2021-05-13refactor: Replace memset calls with array initializationJoão Barbosa
2021-05-11net: initialize nMessageSize to max uint32_t instead of -1eugene
2021-01-31refactor: init vectors via std::{begin,end} to avoid pointer arithmeticSebastian Falbesoner
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-09-22Remove header checks out of net_processingTroy Giorshev
2020-09-22Change CMessageHeader ConstructorTroy Giorshev
2020-09-06refactor: remove unused header <arpa/inet.h> in protocol.cppSebastian Falbesoner
2020-08-27p2p: change CInv::type from int to uint32_tJon Atack
2020-08-13Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan
2020-07-30refactor: add GenTxid (=txid or wtxid) type and use it for tx request logicPieter Wuille
2020-07-19Add p2p message "wtxidrelay"Suhas Daftuar
2020-07-19Add support for tx-relay via wtxidSuhas Daftuar
2020-06-04Merge #19112: rpc: Remove special case for unknown service flagsWladimir J. van der Laan
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-29rpc: Remove special case for unknown service flagsMarcoFalke
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-08[net processing] Message handling for getcfcheckpt.Jim Posen
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
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-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-07-27Update copyright headers to 2018DrahtBot
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-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-06-04Perform member initialization in initialization lists where possiblepracticalswift
2017-05-31[trivial] Add end of namespace commentspracticalswift
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-09Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan
2016-09-28net: Consistent checksum handlingWladimir J. van der Laan
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