aboutsummaryrefslogtreecommitdiff
path: root/src/script/interpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #5713Wladimir J. van der Laan2015-02-031-63/+63
|\
| * Change IsDERSignature to BIP66 implementationPieter Wuille2015-02-011-63/+63
* | Avoid storing a reference passed to SignatureChecker constructorsPieter Wuille2015-02-021-1/+1
* | Use separate SignatureChecker for CMutableTransactionPieter Wuille2015-02-021-2/+2
* | Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-1/+1
|/
* Make empty byte arrays pass CheckSignatureEncoding()Peter Todd2015-01-091-0/+5
* Merge pull request #5143Wladimir J. van der Laan2015-01-081-10/+22
|\
| * Add SCRIPT_VERIFY_CLEANSTACK (BIP62 rule 6)Pieter Wuille2014-11-251-3/+12
| * No semantic change: reuse stack variable in P2SH evaluationPieter Wuille2014-11-251-7/+10
* | String conversions uint256 -> uint256SWladimir J. van der Laan2015-01-051-1/+1
* | Replace uint256(1) with static constantWladimir J. van der Laan2015-01-051-2/+3
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* | Merge pull request #5227Wladimir J. van der Laan2014-12-011-1/+1
|\ \
| * | Split up crypto/sha2Pieter Wuille2014-11-201-1/+1
* | | libbitcoinconsensus: don't require any global constructorsCory Fields2014-11-241-7/+8
| |/ |/|
* | Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd2014-11-201-1/+5
* | Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille2014-11-201-6/+6
|/
* Discourage NOPs reserved for soft-fork upgradesPeter Todd2014-11-171-0/+6
* script: create sane error return codes for script validation and remove loggingCory Fields2014-11-141-117/+180
* 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