Age | Commit message (Expand) | Author |
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-10-09 | net: CAddress & CAddrMan: (un)serialize as ADDRv2 | Vasil Dimov |
2020-09-22 | Remove header checks out of net_processing | Troy Giorshev |
2020-09-22 | Change CMessageHeader Constructor | Troy Giorshev |
2020-09-03 | Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa... | Wladimir J. van der Laan |
2020-08-27 | p2p: change CInv::type from int to uint32_t | Jon Atack |
2020-08-26 | p2p: add CInv block message helper methods | Jon Atack |
2020-08-18 | Merge #19721: p2p: comment out unused MSG_FILTERED_WITNESS_BLOCK | fanquake |
2020-08-16 | Merge #19705: Shrink CAddress from 48 to 40 bytes on x64 | Wladimir J. van der Laan |
2020-08-14 | doc: comment out and add annotation to unused MSG_FILTERED_WITNESS_BLOCK | Adam Jonas |
2020-08-13 | Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT... | Wladimir J. van der Laan |
2020-08-12 | Shrink CAddress from 48 to 40 bytes on x64 | Vasil Dimov |
2020-08-01 | scripted-diff: Remove Reference Links | Robert |
2020-07-30 | refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic | Pieter Wuille |
2020-07-27 | p2p: add CInv transaction message helper methods | Jon Atack |
2020-07-19 | Add p2p message "wtxidrelay" | Suhas Daftuar |
2020-07-19 | Add support for tx-relay via wtxid | Suhas Daftuar |
2020-07-10 | [protocol] Remove unused CADDR_TIME_VERSION | John Newbery |
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 | 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-20 | Merge #18317: Serialization improvements step 6 (all except wallet/gui) | MarcoFalke |
2020-05-17 | net: Run clang-format on protocol.h | MarcoFalke |
2020-05-17 | net: Remove un-actionable TODO | MarcoFalke |
2020-05-08 | [net processing] Message handling for getcfcheckpt. | Jim Posen |
2020-03-30 | Convert everything except wallet/qt to new serialization | Pieter Wuille |
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-12-11 | Merge #17474: Bugfix: GUI: Recognise NETWORK_LIMITED in formatServicesStr | MarcoFalke |
2019-11-14 | GUI: Refactor formatServicesStr to warn when a ServicesFlag is missing | Luke Dashjr |
2019-10-15 | Remove unused includes | practicalswift |
2019-10-02 | p2p: Remove BIP61 reject messages | MarcoFalke |
2019-07-12 | Remove unused bits from the service flags enum | MarcoFalke |
2019-01-05 | Use C++11 default member initializers | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-04-10 | Merge #12731: Support serialization as another type without casting | Wladimir J. van der Laan |
2018-03-21 | Add native support for serializing char arrays without FLATDATA | Pieter Wuille |
2018-03-20 | Support serialization as another type without casting | Pieter Wuille |
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-02-09 | Accept addresses with NODE_NETWORK_LIMITED flag | Jonas Schnelli |
2018-02-07 | Merge #10498: Use static_cast instead of C-style casts for non-fundamental types | MarcoFalke |
2018-01-28 | Fix typos | practicalswift |