| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ensure `-maxsigcachesize` is in valid range | John Newbery | 2017-02-17 | 1 | -2/+3 |
| | | | | | | | | - 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 | ||||
| * | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 1 | -1/+1 |
| | | | | | | | Edited via: $ contrib/devtools/copyright_header.py update . | ||||
| * | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin | 2016-12-14 | 1 | -38/+39 |
| | | | | | | | | | 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. | ||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Evict sigcache entries that are seen in a block | Pieter Wuille | 2015-10-31 | 1 | -2/+13 |
| | | |||||
| * | Make sigcache faster and more efficient | Pieter Wuille | 2015-10-31 | 1 | -34/+46 |
| | | |||||
| * | Use separate SignatureChecker for CMutableTransaction | Pieter Wuille | 2015-02-02 | 1 | -2/+2 |
| | | |||||
| * | Added "Core" to copyright headers | sandakersmann | 2014-12-19 | 1 | -1/+1 |
| | | | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | ||||
| * | Make comments in /src/script doxygen compatible | Michael Ford | 2014-11-10 | 1 | -4/+6 |
| | | |||||
| * | boost: moveonly: split CPubKey and friends to new files | Cory Fields | 2014-10-31 | 1 | -1/+1 |
| | | |||||
| * | minor license, header end comment etc. cleanup in /script | Philip Kaufmann | 2014-10-06 | 1 | -2/+2 |
| | | | | | | | - ensure all licenses are just MIT - add a missing header end comment - ensure alphabetical ordering | ||||
| * | Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker | Pieter Wuille | 2014-10-02 | 1 | -3/+3 |
| | | |||||
| * | Make signature cache optional | Pieter Wuille | 2014-10-02 | 1 | -0/+88 |