index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol.h
Age
Commit message (
Expand
)
Author
2022-05-30
Remove no-op TIME_INIT on deser
MarcoFalke
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-08-23
doc: Remove incorrect INIT_PROTO_VERSION from nTime comment
MarcoFalke
2021-08-21
refactor: move CAddress-without-nTime logic to net_processing
Pieter Wuille
2021-05-24
Add roundtrip fuzz tests for CAddress serialization
Pieter Wuille
2021-05-24
Introduce well-defined CAddress disk serialization
Pieter Wuille
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
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
[next]