| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ensure `-maxsigcachesize` is in valid range | John Newbery | 2017-02-17 | 1 | -0/+2 |
| | | | | | | | | - 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 | -3/+6 |
| | | | | | | | | | 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. | ||||
| * | Rename to PrecomputedTransactionData | Pieter Wuille | 2016-08-26 | 1 | -1/+1 |
| | | |||||
| * | Precompute sighashes | Pieter Wuille | 2016-08-16 | 1 | -1/+1 |
| | | | | | Original version by Nicolas Dorier. Precomputing version by Pieter Wuille. | ||||
| * | Refactor script validation to observe amounts | Pieter Wuille | 2016-06-22 | 1 | -1/+1 |
| | | | | | This is a preparation for BIP143 support. | ||||
| * | Bump copyright headers to 2015 | MarcoFalke | 2015-12-13 | 1 | -1/+1 |
| | | |||||
| * | Make sigcache faster and more efficient | Pieter Wuille | 2015-10-31 | 1 | -0/+4 |
| | | |||||
| * | Avoid storing a reference passed to SignatureChecker constructors | Pieter Wuille | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | 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 | ||||
| * | Fix all header defines | Pavel JanÃk | 2014-11-03 | 1 | -3/+3 |
| | | |||||
| * | minor license, header end comment etc. cleanup in /script | Philip Kaufmann | 2014-10-06 | 1 | -3/+3 |
| | | | | | | | - 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 | -13/+5 |
| | | |||||
| * | Make signature cache optional | Pieter Wuille | 2014-10-02 | 1 | -0/+34 |