aboutsummaryrefslogtreecommitdiff
path: root/src/version.h
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2019-04-031-1/+3
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Remove unused constant MEMPOOL_GD_VERSIONpracticalswift2017-06-091-3/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Bump the protocol version to distinguish new banning behavior.Suhas Daftuar2016-11-031-1/+4
* version.h: s/shord/short/ in commentWladimir J. van der Laan2016-10-041-1/+1
* Add protocol messages for short-ids blocksMatt Corallo2016-06-191-1/+4
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-1/+4
* remove unused NOBLKS_VERSION_{START,END} constantsPavel Vasin2016-03-091-4/+0
* Allow block announcements with headersSuhas Daftuar2015-11-291-1/+4
* Add NODE_BLOOM service bit and bump protocol versionMatt Corallo2015-09-051-1/+4
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in version to be doxygen compatibleMichael Ford2014-10-311-13/+13
* Separate protocol versioning from clientversionCory Fields2014-10-291-22/+0
* Headers-first synchronizationPieter Wuille2014-10-141-1/+4
* 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