aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
Commit message (Expand)AuthorAgeFilesLines
* Show XTHIN in GUIR E Broadley2016-08-251-0/+3
* net: narrow include scope after moving to netaddressCory Fields2016-07-311-1/+1
* BIP144: Handshake and relay (receiver side)Pieter Wuille2016-06-221-0/+3
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-12/+18
* Add protocol messages for short-ids blocksMatt Corallo2016-06-191-2/+29
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-4/+8
* Don't require services in -addnodePieter Wuille2016-06-131-1/+1
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-1/+6
* protocol.h/cpp: Removes NetMsgType::ALERTThomas Kerin2016-03-181-7/+0
* Merge pull request #7205Wladimir J. van der Laan2016-01-051-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | net: Add and document network messages in protocol.hWladimir J. van der Laan2015-12-101-0/+159
|/
* Add NODE_BLOOM service bit and bump protocol versionMatt Corallo2015-09-051-0/+4
* nLastTry is only used for addrman entriesPieter Wuille2015-04-191-3/+0
* Add a NODE_GETUTXO service bit and document NODE_NETWORK.Mike Hearn2015-03-211-0/+7
* make CMessageHeader a dumb storage classCory Fields2015-02-251-3/+5
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Fix all header definesPavel Janík2014-11-031-3/+3
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-75/+76
* Rename IMPLEMENT_SERIALIZE to ADD_SERIALIZE_METHODSPieter Wuille2014-09-021-3/+3
* Serializer simplifications after IMPLEMENT_SERIALIZE overhaulPieter Wuille2014-09-011-6/+3
* Use CSizeComputer to avoid counting sizes in SerializationOpPieter Wuille2014-08-311-13/+5
* rework overhauled serialization methods to non-staticKamil Domanski2014-08-311-18/+18
* overhaul serialization codeKamil Domanski2014-08-311-23/+38
* Revert "Add a getutxos command to the p2p protocol. It allows querying of the...Wladimir J. van der Laan2014-08-271-1/+0
* Merge pull request #4351Wladimir J. van der Laan2014-08-251-0/+1
|\
| * Add a getutxos command to the p2p protocol. It allows querying of the UTXO setMike Hearn2014-08-111-0/+1
* | Remove all other print() methodsWladimir J. van der Laan2014-08-201-3/+0
|/
* Add comment regarding experimental-use service bitsPeter Todd2014-06-211-0/+8
* Replace virtual methods with static attributes, chainparams.h depends onjtimon2014-06-041-1/+2
* Reduce bignum.h now it is only needed for scriptnum_testsPieter Wuille2014-05-091-0/+1
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-5/+7
* Bump Year Number to 2013super32013-10-201-1/+1
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-10/+1
* Use per-message send buffer, rather than per connectionPieter Wuille2013-03-291-1/+2
* Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo2013-01-161-0/+3
* Abstract block hash substr extraction (for debug.log) into BlockHashStr inlineLuke Dashjr2012-11-131-0/+6
* Fix remaining warnings.Matt Corallo2012-07-041-2/+10
* Update License in File HeadersFordy2012-05-181-1/+1
* Move proto version to version.h. Reduce header deps a bit more.Jeff Garzik2012-04-171-1/+0
* Replace several network protocol version numbers with named constantsJeff Garzik2012-04-121-3/+4
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-6/+9
* CAddrMan: stochastic address managerPieter Wuille2012-02-241-1/+1
* Post-feb20 simplificationsPieter Wuille2012-02-211-1/+0
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Fix handling of default portsPieter Wuille2012-01-171-1/+1
* Network stack refactorPieter Wuille2012-01-061-31/+8
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-9/+7
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-7/+9