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
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
2018-01-24
Merge #11512: Use GetDesireableServiceFlags in seeds, dnsseeds, fixing static...
Wladimir J. van der Laan
2018-01-19
Use GetDesireableServiceFlags in static seeds, document this.
Matt Corallo
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-05
Add NODE_NETWORK_LIMITED flags and min block amount constants
Jonas Schnelli
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-09-22
Use static_cast instead of C-style casts for non-fundamental types
practicalswift
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-22
Minor change to comment above new NODE_WITNESS service flag to keep it consit...
Greg Walker
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-10-05
protocol.h: Make enums in GetDataMsg concrete values
Wladimir J. van der Laan
2016-10-04
protocol.h: Move MESSAGE_START_SIZE into CMessageHeader
Wladimir J. van der Laan
2016-09-28
net: Hardcode protocol sizes and use fixed-size types
Wladimir J. van der Laan
2016-09-28
net: Consistent checksum handling
Wladimir J. van der Laan
2016-08-25
Show XTHIN in GUI
R E Broadley
2016-07-31
net: narrow include scope after moving to netaddress
Cory Fields
2016-06-22
BIP144: Handshake and relay (receiver side)
Pieter Wuille
[next]