aboutsummaryrefslogtreecommitdiff
path: root/src/script
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4954Wladimir J. van der Laan2014-10-071-2/+13
|\ | | | | | | 9d7cd4c Don't return an address for invalid pubkeys (Andy Alness)
| * Don't return an address for invalid pubkeysAndy Alness2014-10-061-2/+13
| |
* | minor license, header end comment etc. cleanup in /scriptPhilip Kaufmann2014-10-063-6/+6
| | | | | | | | | | | | - 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-025-27/+18
| |
* | Make signature cache optionalPieter Wuille2014-10-025-86/+150
| |
* | Abstract out SignatureCheckerPieter Wuille2014-10-023-13/+36
| |
* | script: don't read past the endCory Fields2014-09-251-1/+2
| |
* | Merge pull request #4969Wladimir J. van der Laan2014-09-251-1/+1
|\ \ | | | | | | | | | cda45b5 Reinitializing list's begin iterator after few elements were erased from the head (ENikS)
| * | Reinitializing list's begin iterator after few elements were erased from the ↵ENikS2014-09-231-1/+1
| | | | | | | | | | | | head
* | | Fixing C4146 warningENikS2014-09-251-1/+1
| | | | | | | | | | | | Rebased-By: Wladimir J. van der Laan <[email protected]>
* | | script: Fix reference into empty vector run time exceptionENikS2014-09-251-6/+6
|/ / | | | | | | Edit by laanwj: `begin_ptr(sourcedata) + sourcedata.size()` -> `end_ptr(sourcedata)`
* / Fixing condition 'sabotaging' MSVC buildENikS2014-09-191-2/+0
|/
* Merge pull request #4555Wladimir J. van der Laan2014-09-173-20/+16
|\ | | | | | | | | | | | | 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 CheckSigjtimon2014-09-123-16/+13
| |
| * Don't pass nHashType to VerifyScriptjtimon2014-09-123-7/+6
| |
* | Move CTxDestination from script/script to script/standardPieter Wuille2014-09-164-57/+64
| |
* | cleanup new script files (no code changes)Philip Kaufmann2014-09-1410-26/+27
|/ | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license
* Separate script/signjtimon2014-09-082-0/+283
|
* Separate CScriptCompressorjtimon2014-09-082-0/+211
|
* Separate script/standardjtimon2014-09-082-0/+310
|
* Separate script/interpreterjtimon2014-09-082-0/+1093
|
* Move CScript class and dependencies to script/scriptjtimon2014-09-082-0/+940