| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Make signature cache optional | Pieter Wuille | 2014-10-02 | 1 | -68/+6 | |
| | | ||||||
| * | Abstract out SignatureChecker | Pieter Wuille | 2014-10-02 | 1 | -9/+10 | |
| | | ||||||
| * | script: don't read past the end | Cory Fields | 2014-09-25 | 1 | -1/+2 | |
| | | ||||||
| * | script: Fix reference into empty vector run time exception | ENikS | 2014-09-25 | 1 | -6/+6 | |
| | | | | | Edit by laanwj: `begin_ptr(sourcedata) + sourcedata.size()` -> `end_ptr(sourcedata)` | |||||
| * | Merge pull request #4555 | Wladimir J. van der Laan | 2014-09-17 | 1 | -13/+9 | |
| |\ | | | | | | | | | | | | | 6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon) 2b23a87 Don't pass nHashType to VerifyScript (jtimon) ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon) 358562b Remove unused function main:VerifySignature (jtimon) | |||||
| | * | Don't pass nHashType to EvalScript nor CheckSig | jtimon | 2014-09-12 | 1 | -11/+8 | |
| | | | ||||||
| | * | Don't pass nHashType to VerifyScript | jtimon | 2014-09-12 | 1 | -5/+4 | |
| | | | ||||||
| * | | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 1 | -2/+2 | |
| |/ | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||||
| * | Separate script/interpreter | jtimon | 2014-09-08 | 1 | -0/+1048 | |