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.cpp
Age
Commit message (
Expand
)
Author
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
2017-06-26
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
Wladimir J. van der Laan
2017-06-04
Perform member initialization in initialization lists where possible
practicalswift
2017-05-31
[trivial] Add end of namespace comments
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-09
Avoid ugly exception in log on unknown inv type
Wladimir J. van der Laan
2016-09-28
net: Consistent checksum handling
Wladimir J. van der Laan
2016-06-22
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-19
Add protocol messages for short-ids blocks
Matt Corallo
2016-06-13
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
Don't require services in -addnode
Pieter Wuille
2016-03-21
Implement "feefilter" P2P message.
Alex Morcos
2016-03-18
protocol.h/cpp: Removes NetMsgType::ALERT
Thomas Kerin
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2015-12-13
Bump copyright headers to 2015
MarcoFalke
[next]