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
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
2011-08-19
Move CAddress to protocol.[ch]pp
Giel van Schijndel
2011-08-19
Start moving protocol-specific code to protocol.[ch]pp
Giel van Schijndel