aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
Commit message (Expand)AuthorAgeFilesLines
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+2
* Revert "Add a getutxos command to the p2p protocol. It allows querying of the...Wladimir J. van der Laan2014-08-271-1/+1
* Move `*Version()` functions to version.h/cppWladimir J. van der Laan2014-08-261-0/+4
* Add a getutxos command to the p2p protocol. It allows querying of the UTXO setMike Hearn2014-08-111-1/+1
* Fix typos in comments (missing i's).paveljanik2014-07-241-2/+2
* Bump protocol version to 70002Gavin Andresen2013-11-111-1/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+1
* Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSIONWarren Togami2013-10-251-2/+5
* Bump PROTOCOL_VERSION for filter messages.Matt Corallo2013-01-161-1/+1
* Bitcoin-Qt (Windows only): add version info to Resource FilePhilip Kaufmann2012-09-071-7/+2
* Bump version number for 0.7.0rc2v0.7.0rc2Gavin Andresen2012-09-051-1/+1
* Version numbers -> 0.7.0Gavin Andresen2012-08-271-2/+2
* Merge pull request #1641 from jgarzik/mempoolJeff Garzik2012-08-201-1/+4
|\
| * Add 'mempool' P2P command, and extend 'getdata' behaviorJeff Garzik2012-07-311-1/+4
* | Bugfix: Correct English grammar regarding "'s"Luke Dashjr2012-08-011-1/+1
|/
* Update License in File HeadersFordy2012-05-181-1/+1
* Fix version numbers of archive buildsPieter Wuille2012-05-111-4/+5
* Increase client version to 0.6.99Gregory Maxwell2012-05-081-2/+2
* Bump version numbers for 0.6.1rc2v0.6.1Gavin Andresen2012-05-041-1/+1
* Bump version numbers for 0.6.1rc1Gavin Andresen2012-04-271-2/+2
* Bump PROTOCOL_VERSION to 60001, thereby enabling BIP31Jeff Garzik2012-04-171-1/+1
* Replace several network protocol version numbers with named constantsJeff Garzik2012-04-121-0/+11
* version.h: separate client, net sections. Move more constants to this file.Jeff Garzik2012-04-121-2/+22
* BIP 0031: pong messageJeff Garzik2012-04-121-0/+3
* Build identification stringsPieter Wuille2012-04-101-0/+14