Age | Commit message (Expand) | Author |
2024-02-28 | protocol: make message types constexpr | Vasil Dimov |
2024-02-28 | net: make the list of known message types a compile time constant | Vasil Dimov |
2024-01-23 | net: remove now unused global 'g_initial_block_download_completed' | furszy |
2024-01-15 | net: move state dependent peer services flags | furszy |
2023-11-13 | refactor: Initialize magic bytes in constructor initializer | TheCharlatan |
2023-10-02 | net: advertise NODE_P2P_V2 if CLI arg -v2transport is on | Pieter Wuille |
2023-09-12 | [refactor] Define MessageStartChars as std::array | TheCharlatan |
2023-07-11 | refactor: Remove duplicate allNetMessageTypesVec | MarcoFalke |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-10-17 | p2p: Announce reconciliation support | Gleb Naumenko |
2022-08-20 | refactor: use `strprintf` for creating unknown-service-flag string | Sebastian Falbesoner |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-22 | Make GenTxid boolean constructor private | MarcoFalke |
2021-05-13 | refactor: Replace memset calls with array initialization | João Barbosa |
2021-05-11 | net: initialize nMessageSize to max uint32_t instead of -1 | eugene |
2021-01-31 | refactor: init vectors via std::{begin,end} to avoid pointer arithmetic | Sebastian Falbesoner |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-12-08 | Remove unused bits from service flags enum | MarcoFalke |
2020-10-09 | net: advertise support for ADDRv2 via new message | Vasil Dimov |
2020-09-22 | Remove header checks out of net_processing | Troy Giorshev |
2020-09-22 | Change CMessageHeader Constructor | Troy Giorshev |
2020-09-06 | refactor: remove unused header <arpa/inet.h> in protocol.cpp | Sebastian Falbesoner |
2020-08-27 | p2p: change CInv::type from int to uint32_t | Jon Atack |
2020-08-13 | Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT... | Wladimir J. van der Laan |
2020-07-30 | refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic | Pieter Wuille |
2020-07-19 | Add p2p message "wtxidrelay" | Suhas Daftuar |
2020-07-19 | Add support for tx-relay via wtxid | Suhas Daftuar |
2020-06-04 | Merge #19112: rpc: Remove special case for unknown service flags | Wladimir J. van der Laan |
2020-05-31 | [net] Signal NODE_COMPACT_FILTERS if we're serving compact filters. | Jim Posen |
2020-05-31 | Merge #19044: net processing: Add support for getcfilters | MarcoFalke |
2020-05-29 | rpc: Remove special case for unknown service flags | MarcoFalke |
2020-05-29 | util: dedup code in callers of serviceFlagToStr() | Vasil Dimov |
2020-05-29 | util: simplify the interface of serviceFlagToStr() | Vasil Dimov |
2020-05-29 | Merge #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-20 | net: Use C++11 member initialization in protocol | MarcoFalke |
2020-05-08 | [net processing] Message handling for getcfcheckpt. | Jim Posen |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-21 | Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ... | Luke Dashjr |
2020-02-06 | net: Fail instead of truncate command name in CMessageHeader | Wladimir J. van der Laan |
2019-10-02 | p2p: Remove BIP61 reject messages | MarcoFalke |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-02-17 | Add setter for g_initial_block_download_completed | Jonas Schnelli |
2018-02-09 | Connect to peers signaling NODE_NETWORK_LIMITED when out-of-IBD | Jonas Schnelli |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |