aboutsummaryrefslogtreecommitdiff
path: root/src/script/interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-17/+22
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-1/+1
* boost: moveonly: create eccryptoverify.h|cpp and move helper functions thereCory Fields2014-10-311-1/+2
* Merge pull request #5100Pieter Wuille2014-10-281-1/+1
|\
| * MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* | Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-11/+40
* | Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-0/+4
|/
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-0/+1
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-21/+55
* Replace SCRIPT_VERIFY_NOCACHE by flag directly to checkerPieter Wuille2014-10-021-5/+5
* Make signature cache optionalPieter Wuille2014-10-021-68/+6
* Abstract out SignatureCheckerPieter Wuille2014-10-021-9/+10
* script: don't read past the endCory Fields2014-09-251-1/+2
* script: Fix reference into empty vector run time exceptionENikS2014-09-251-6/+6
* Merge pull request #4555Wladimir J. van der Laan2014-09-171-13/+9
|\
| * Don't pass nHashType to EvalScript nor CheckSigjtimon2014-09-121-11/+8
| * Don't pass nHashType to VerifyScriptjtimon2014-09-121-5/+4
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-141-2/+2
|/
* Separate script/interpreterjtimon2014-09-081-0/+1048