aboutsummaryrefslogtreecommitdiff
path: root/src/script/sigcache.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure `-maxsigcachesize` is in valid rangeJohn Newbery2017-02-171-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 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-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 2015MarcoFalke2015-12-131-1/+1
|
* Evict sigcache entries that are seen in a blockPieter Wuille2015-10-311-2/+13
|
* Make sigcache faster and more efficientPieter Wuille2015-10-311-34/+46
|
* Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-2/+2
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-4/+6
|
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-1/+1
|
* minor license, header end comment etc. cleanup in /scriptPhilip Kaufmann2014-10-061-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 checkerPieter Wuille2014-10-021-3/+3
|
* Make signature cache optionalPieter Wuille2014-10-021-0/+88