Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-16 | Declare single-argument (non-converting) constructors "explicit" | practicalswift | |
In order to avoid unintended implicit conversions. | |||
2017-06-28 | Use the override specifier (C++11) where we expect to be overriding the ↵ | practicalswift | |
virtual function of a base class | |||
2017-03-03 | Merge #8808: Do not shadow variables (gcc set) | Wladimir J. van der Laan | |
ad1ae7a Check and enable -Wshadow by default. (Pavel Janík) 9de90bb Do not shadow variables (gcc set) (Pavel Janík) Tree-SHA512: 9517feb423dc8ddd63896016b25324673bfbe0bffa97f22996f59d7a3fcbdc2ebf2e43ac02bc067546f54e293e9b2f2514be145f867321e9031f895c063d9fb8 | |||
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | |
Edited via: $ contrib/devtools/copyright_header.py update . | |||
2016-12-05 | Do not shadow variables (gcc set) | Pavel Janík | |
2016-08-22 | [doc] Fix typos in comments, doxygen: Fix comment syntax | MarcoFalke | |
2016-06-22 | BIP143: Signing logic | Pieter Wuille | |
2016-06-22 | BIP143: Verification logic | Pieter Wuille | |
Includes simplifications by Eric Lombrozo. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-06-11 | Add DummySignatureCreator which just creates zeroed sigs | Pieter Wuille | |
2015-03-21 | Abstract out Ctransaction-specific signing into TransactionSignatureCreator | Pieter Wuille | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-11-10 | Make comments in /src/script doxygen compatible | Michael Ford | |
2014-11-04 | Avoid a bunch of copying/conversion in script/sign | Pieter Wuille | |
2014-11-03 | Fix all header defines | Pavel Janík | |
2014-09-14 | cleanup new script files (no code changes) | Philip Kaufmann | |
- add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||
2014-09-08 | Separate script/sign | jtimon | |