38 Commits (9c4c30649987eec05755e2fcd89fd74958dede8c)

Author SHA1 Message Date
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Dan Raviv 2a07f878a8 Refactor: Modernize disallowed copy constructors/assignment 7 years ago
gnuser 9db9d6215f Refactor: make the read function simpler 7 years ago
danra 37c4362f22 Trivial: Documentation fixes for CVectorWriter ctors 7 years ago
practicalswift 99ba0c3008 Don't use pass by reference to const for cheaply-copied types (bool, char, etc.). 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 7 years ago
Jeremy Rubin bc2e7fd984 Fix subscript[0] in streams.h 7 years ago
Pieter Wuille f478d98fe4 Fix some empty vector references 7 years ago
Pavel Janík bb2aaeeeea Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Wladimir J. van der Laan a2141e415a streams: Remove special cases for ancient MSVC 8 years ago
Wladimir J. van der Laan af4c44ce59 streams: Add data() method to CDataStream 8 years ago
Pavel Janík 9de90bb749 Do not shadow variables (gcc set) 8 years ago
Cory Fields 2ec935dcaa net: add CVectorWriter and CNetMsgMaker 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago
Pieter Wuille 657e05ab2e Make GetSerializeSize a wrapper on top of CSizeComputer 8 years ago
Pieter Wuille fad9b66504 Make nType and nVersion private and sometimes const 8 years ago
Pieter Wuille c2c5d42f36 Make streams' read and write return void 8 years ago
Pieter Wuille 50e8a9ccd7 Remove unused ReadVersion and WriteVersion 8 years ago
Cory Fields b98c14c4e3 serialization: teach serializers variadics 8 years ago
Pieter Wuille 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
Pieter Wuille 5d0434d13d Fix OOM bug: UTXO entries with invalid script length 8 years ago
Patrick Strateman 4bf631e5e4 CDataStream::ignore Throw exception instead of assert on negative nSize. 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
James O'Beirne 42cb388167 Add chainstate obfuscation to avoid spurious antivirus detection 9 years ago
Cory Fields d7d187e8a4 allocators: split allocators and pagelocker 9 years ago
Cory Fields 1630219d90 openssl: abstract out OPENSSL_cleanse 10 years ago
Pavel Janík 5262fde0ec Remove whitespaces before double colon in errors and logs 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 fa7361907a boost: split stream classes out of serialize.h 10 years ago