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
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
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