aboutsummaryrefslogtreecommitdiff
path: root/src/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-191-0/+2
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Avoid ugly exception in log on unknown inv typeWladimir J. van der Laan2016-11-091-1/+5
* net: Consistent checksum handlingWladimir J. van der Laan2016-09-281-2/+2
* BIP144: Serialization, hashes, relay (sender side)Pieter Wuille2016-06-221-33/+13
* Add protocol messages for short-ids blocksMatt Corallo2016-06-191-2/+11
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-2/+2
* Don't require services in -addnodePieter Wuille2016-06-131-1/+1
* Implement "feefilter" P2P message.Alex Morcos2016-03-211-1/+3
* protocol.h/cpp: Removes NetMsgType::ALERTThomas Kerin2016-03-181-2/+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-4/+63
|/
* nLastTry is only used for addrman entriesPieter Wuille2015-04-191-1/+0
* make CMessageHeader a dumb storage classCory Fields2015-02-251-7/+6
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-3/+3
* Replace direct use of 0 with SetNull and IsNullWladimir J. van der Laan2015-01-051-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* CMessageHeader sanity changesWladimir J. van der Laan2014-09-181-5/+2
* Remove all other print() methodsWladimir J. van der Laan2014-08-201-6/+0
* Replace virtual methods with static attributes, chainparams.h depends onjtimon2014-06-041-0/+1
* Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-4/+4
* core: remove includes in .cpp, if header is already in .hPhilip Kaufmann2013-11-151-2/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-2/+4
* Bump Year Number to 2013super32013-10-201-1/+1
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-2/+2
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-3/+3
* Removed net.cpp's dependency on init.h.Eric Lombrozo2013-06-051-1/+0
* Always print full hashes (tx, block, inv)Pieter Wuille2013-04-071-6/+1
* Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCKMatt Corallo2013-01-161-0/+1
* Abstract block hash substr extraction (for debug.log) into BlockHashStr inlineLuke Dashjr2012-11-131-0/+6
* Update License in File HeadersFordy2012-05-181-1/+1
* Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-1/+1
* Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik2012-04-151-1/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Network stack refactorPieter Wuille2012-01-061-167/+5
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-8/+6
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-6/+8
* Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-1/+1
* Fix build on windows and macGavin Andresen2011-10-071-1/+1
* Move CInv to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+61
* Move CAddress to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+190
* Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+61