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
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
2015-12-10
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-04-19
nLastTry is only used for addrman entries
Pieter Wuille
2015-02-25
make CMessageHeader a dumb storage class
Cory Fields
2015-01-31
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2015-01-05
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-16
Remove references to X11 licence
Michael Ford
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-09-18
CMessageHeader sanity changes
Wladimir J. van der Laan
2014-08-20
Remove all other print() methods
Wladimir J. van der Laan
2014-06-04
Replace virtual methods with static attributes, chainparams.h depends on
jtimon
2014-02-09
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-01-23
Remove redundant .c_str()s
Wladimir J. van der Laan
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-05
Removed net.cpp's dependency on init.h.
Eric Lombrozo
2013-04-07
Always print full hashes (tx, block, inv)
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-05-18
Update License in File Headers
Fordy
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-06
Network stack refactor
Pieter Wuille
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-10-07
Fix build on windows and mac
Gavin Andresen
2011-08-19
Move CInv to protocol.[ch]pp
Giel van Schijndel
[next]