aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move CInv to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+27
* Move CAddress to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+71
* Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+52