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
/
version.h
Age
Commit message (
Expand
)
Author
2014-08-26
Move `*Version()` functions to version.h/cpp
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-07-24
Fix typos in comments (missing i's).
paveljanik
2013-11-11
Bump protocol version to 70002
Gavin Andresen
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-25
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
Warren Togami
2013-01-16
Bump PROTOCOL_VERSION for filter messages.
Matt Corallo
2012-09-07
Bitcoin-Qt (Windows only): add version info to Resource File
Philip Kaufmann
2012-09-05
Bump version number for 0.7.0rc2
v0.7.0rc2
Gavin Andresen
2012-08-27
Version numbers -> 0.7.0
Gavin Andresen
2012-08-20
Merge pull request #1641 from jgarzik/mempool
Jeff Garzik
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-07-31
Add 'mempool' P2P command, and extend 'getdata' behavior
Jeff Garzik
2012-05-18
Update License in File Headers
Fordy
2012-05-11
Fix version numbers of archive builds
Pieter Wuille
2012-05-08
Increase client version to 0.6.99
Gregory Maxwell
2012-05-04
Bump version numbers for 0.6.1rc2
v0.6.1
Gavin Andresen
2012-04-27
Bump version numbers for 0.6.1rc1
Gavin Andresen
2012-04-17
Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31
Jeff Garzik
2012-04-12
Replace several network protocol version numbers with named constants
Jeff Garzik
2012-04-12
version.h: separate client, net sections. Move more constants to this file.
Jeff Garzik
2012-04-12
BIP 0031: pong message
Jeff Garzik
2012-04-10
Build identification strings
Pieter Wuille