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
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
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
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
2015-12-10
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-09-05
Add NODE_BLOOM service bit and bump protocol version
Matt Corallo
2015-04-19
nLastTry is only used for addrman entries
Pieter Wuille
2015-03-21
Add a NODE_GETUTXO service bit and document NODE_NETWORK.
Mike Hearn
2015-02-25
make CMessageHeader a dumb storage class
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-11-03
Fix all header defines
Pavel Janík
2014-09-19
Apply clang-format on some infrequently-updated files
Pieter Wuille
2014-09-02
Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODS
Pieter Wuille
2014-09-01
Serializer simplifications after IMPLEMENT_SERIALIZE overhaul
Pieter Wuille
2014-08-31
Use CSizeComputer to avoid counting sizes in SerializationOp
Pieter Wuille
2014-08-31
rework overhauled serialization methods to non-static
Kamil Domanski
2014-08-31
overhaul serialization code
Kamil Domanski
2014-08-27
Revert "Add a getutxos command to the p2p protocol. It allows querying of the...
Wladimir J. van der Laan
2014-08-25
Merge pull request #4351
Wladimir J. van der Laan
2014-08-20
Remove all other print() methods
Wladimir J. van der Laan
2014-08-11
Add a getutxos command to the p2p protocol. It allows querying of the UTXO set
Mike Hearn
2014-06-21
Add comment regarding experimental-use service bits
Peter Todd
2014-06-04
Replace virtual methods with static attributes, chainparams.h depends on
jtimon
2014-05-09
Reduce bignum.h now it is only needed for scriptnum_tests
Pieter Wuille
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-03-29
Use per-message send buffer, rather than per connection
Pieter Wuille
2013-01-16
Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK
Matt Corallo
2012-11-13
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
Luke Dashjr
2012-07-04
Fix remaining warnings.
Matt Corallo
2012-05-18
Update License in File Headers
Fordy
2012-04-17
Move proto version to version.h. Reduce header deps a bit more.
Jeff Garzik
[next]