Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | Ensure `-maxsigcachesize` is in valid range | John Newbery | |
- If the -maxsigcachesize parameter is set to zero, setup a minimum sized sigcache (2 elements) rather than segfaulting. - Handle maxsigcachesize being negative - Handle maxsigcachesize being too large | |||
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-14 | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin | |
SQUASHME: Change cuckoocache to only work for powers of two, to avoid mod operator SQUASHME: Update Documentation and simplify logarithm logic SQUASHME: OSX Build Errors SQUASHME: minor Feedback from sipa + bluematt SQUASHME: DOCONLY: Clarify a few comments. | |||
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke | |
2015-10-31 | Evict sigcache entries that are seen in a block | Pieter Wuille | |
2015-10-31 | Make sigcache faster and more efficient | Pieter Wuille | |
2015-02-02 | Use separate SignatureChecker for CMutableTransaction | 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-10-31 | boost: moveonly: split CPubKey and friends to new files | Cory Fields | |
2014-10-06 | minor license, header end comment etc. cleanup in /script | Philip Kaufmann | |
- ensure all licenses are just MIT - add a missing header end comment - ensure alphabetical ordering | |||
2014-10-02 | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | |
2014-10-02 | Make signature cache optional | Pieter Wuille | |