Commit Graph

48 Commits (d1138e36208dac87a27f415f39c70377636e93f1)

Author SHA1 Message Date
Wladimir J. van der Laan f3f1e2e7d3
Merge #9544: [trivial] Add end of namespace comments. Improve consistency.
7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible
8 years ago
practicalswift 5a9b508279 [trivial] Add end of namespace comments
8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016
8 years ago
Wladimir J. van der Laan e9f25ddd00 Avoid ugly exception in log on unknown inv type
8 years ago
Wladimir J. van der Laan 41e58faf04 net: Consistent checksum handling
8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side)
9 years ago
Matt Corallo 00c40784fe Add protocol messages for short-ids blocks
9 years ago
Pieter Wuille ee06e04369 Introduce enum ServiceFlags for service flags
9 years ago
Pieter Wuille 15bf863219 Don't require services in -addnode
9 years ago
Alex Morcos 9e072a6e66 Implement "feefilter" P2P message.
9 years ago
Thomas Kerin 6601ce508e protocol.h/cpp: Removes NetMsgType::ALERT
9 years ago
Wladimir J. van der Laan 605c17844e
Merge pull request #7205
9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015
9 years ago
Wladimir J. van der Laan 9bbe71b641 net: Add and document network messages in protocol.h
9 years ago
Pieter Wuille 1d5b47a903 nLastTry is only used for addrman entries
10 years ago
Cory Fields eec37136fd make CMessageHeader a dumb storage class
10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs
10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull
10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers
10 years ago
Michael Ford 78253fcbad Remove references to X11 licence
10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h
10 years ago
Wladimir J. van der Laan 62e5f8f961 CMessageHeader sanity changes
10 years ago
Wladimir J. van der Laan 3802224110 Remove all other print() methods
10 years ago
jtimon c8c52de3a0 Replace virtual methods with static attributes, chainparams.h depends on
11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014.
11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s
11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h
11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations.
11 years ago
super3 db0e8ccd90 Bump Year Number to 2013
11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint
11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode.
12 years ago
Eric Lombrozo 663224c232 Removed net.cpp's dependency on init.h.
12 years ago
Pieter Wuille 1c06aa98c6 Always print full hashes (tx, block, inv)
12 years ago
Matt Corallo b02ddbedcb Relay CMerkleBlocks when asked for MSG_FILTERED_BLOCK
12 years ago
Luke Dashjr f3a84c3a6b Abstract block hash substr extraction (for debug.log) into BlockHashStr inline
12 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons
13 years ago
Jeff Garzik c376ac359e Fix loop index var types, fixing many minor sign comparison warnings
13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012
13 years ago
Pieter Wuille 67a42f929b Network stack refactor
13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers"
13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers
13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc
13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac
13 years ago
Giel van Schijndel e4dde849ae Move CInv to protocol.[ch]pp
13 years ago
Giel van Schijndel 33e28c9948 Move CAddress to protocol.[ch]pp
13 years ago
Giel van Schijndel 507fd9d15b Start moving protocol-specific code to protocol.[ch]pp
13 years ago