index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-introduce alert functionality (#1470)
Ross Nicoll
2018-09-19
1
-0
/
+2
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Avoid ugly exception in log on unknown inv type
Wladimir J. van der Laan
2016-11-09
1
-1
/
+5
*
net: Consistent checksum handling
Wladimir J. van der Laan
2016-09-28
1
-2
/
+2
*
BIP144: Serialization, hashes, relay (sender side)
Pieter Wuille
2016-06-22
1
-33
/
+13
*
Add protocol messages for short-ids blocks
Matt Corallo
2016-06-19
1
-2
/
+11
*
Introduce enum ServiceFlags for service flags
Pieter Wuille
2016-06-13
1
-2
/
+2
*
Don't require services in -addnode
Pieter Wuille
2016-06-13
1
-1
/
+1
*
Implement "feefilter" P2P message.
Alex Morcos
2016-03-21
1
-1
/
+3
*
protocol.h/cpp: Removes NetMsgType::ALERT
Thomas Kerin
2016-03-18
1
-2
/
+0
*
Merge pull request #7205
Wladimir J. van der Laan
2016-01-05
1
-1
/
+1
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
|
net: Add and document network messages in protocol.h
Wladimir J. van der Laan
2015-12-10
1
-4
/
+63
|
/
*
nLastTry is only used for addrman entries
Pieter Wuille
2015-04-19
1
-1
/
+0
*
make CMessageHeader a dumb storage class
Cory Fields
2015-02-25
1
-7
/
+6
*
Remove whitespaces before double colon in errors and logs
Pavel JanÃk
2015-01-31
1
-3
/
+3
*
Replace direct use of 0 with SetNull and IsNull
Wladimir J. van der Laan
2015-01-05
1
-1
/
+1
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
Remove references to X11 licence
Michael Ford
2014-12-16
1
-1
/
+1
*
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
1
-0
/
+1
*
CMessageHeader sanity changes
Wladimir J. van der Laan
2014-09-18
1
-5
/
+2
*
Remove all other print() methods
Wladimir J. van der Laan
2014-08-20
1
-6
/
+0
*
Replace virtual methods with static attributes, chainparams.h depends on
jtimon
2014-06-04
1
-0
/
+1
*
Copyright header updates s/2013/2014 on files whose last git commit was done ...
gubatron
2014-02-09
1
-1
/
+1
*
Remove redundant .c_str()s
Wladimir J. van der Laan
2014-01-23
1
-4
/
+4
*
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-15
1
-2
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-2
/
+4
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-09-18
1
-2
/
+2
*
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-06-19
1
-3
/
+3
*
Removed net.cpp's dependency on init.h.
Eric Lombrozo
2013-06-05
1
-1
/
+0
*
Always print full hashes (tx, block, inv)
Pieter Wuille
2013-04-07
1
-6
/
+1
*
Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK
Matt Corallo
2013-01-16
1
-0
/
+1
*
Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
Luke Dashjr
2012-11-13
1
-0
/
+6
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-1
/
+1
*
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
1
-1
/
+1
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Network stack refactor
Pieter Wuille
2012-01-06
1
-167
/
+5
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-8
/
+6
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-6
/
+8
*
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-1
/
+1
*
Fix build on windows and mac
Gavin Andresen
2011-10-07
1
-1
/
+1
*
Move CInv to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-0
/
+61
*
Move CAddress to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-0
/
+190
*
Start moving protocol-specific code to protocol.[ch]pp
Giel van Schijndel
2011-08-19
1
-0
/
+61