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
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
2024-01-15
net: decouple state independent service flags from desirable ones
furszy
2023-10-13
scripted-diff: Use ser params operator
MarcoFalke
2023-10-02
net: advertise NODE_P2P_V2 if CLI arg -v2transport is on
Pieter Wuille
2023-09-15
Merge bitcoin/bitcoin#28473: refactor: Serialization parameter cleanups
fanquake
2023-09-14
serialize: add SER_PARAMS_OPFUNC
Anthony Towns
2023-09-12
kernel: Move MessageStartChars to its own file
TheCharlatan
2023-09-12
[refactor] Define MessageStartChars as std::array
TheCharlatan
2023-09-05
Use serialization parameters for CAddress serialization
MarcoFalke
2023-08-28
Replace READWRITEAS macro with AsBase wrapping function
MarcoFalke
2023-05-15
doc: Remove unused NO_BLOOM_VERSION constant
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-10
p2p: Drop roles from sendtxrcncl
Gleb Naumenko
2022-10-17
p2p: Announce reconciliation support
Gleb Naumenko
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
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
[next]