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
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
2012-04-12
Replace several network protocol version numbers with named constants
Jeff Garzik
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-21
Post-feb20 simplifications
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-17
Fix handling of default ports
Pieter Wuille
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-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