Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-25 | script: don't read past the end | Cory Fields | |
2014-09-25 | Merge pull request #4969 | Wladimir J. van der Laan | |
cda45b5 Reinitializing list's begin iterator after few elements were erased from the head (ENikS) | |||
2014-09-25 | Fixing C4146 warning | ENikS | |
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> | |||
2014-09-25 | script: Fix reference into empty vector run time exception | ENikS | |
Edit by laanwj: `begin_ptr(sourcedata) + sourcedata.size()` -> `end_ptr(sourcedata)` | |||
2014-09-23 | Reinitializing list's begin iterator after few elements were erased from the ↵ | ENikS | |
head | |||
2014-09-19 | Fixing condition 'sabotaging' MSVC build | ENikS | |
2014-09-17 | Merge pull request #4555 | Wladimir J. van der Laan | |
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) | |||
2014-09-16 | Move CTxDestination from script/script to script/standard | Pieter Wuille | |
2014-09-14 | cleanup new script files (no code changes) | Philip Kaufmann | |
- add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||
2014-09-12 | Don't pass nHashType to EvalScript nor CheckSig | jtimon | |
2014-09-12 | Don't pass nHashType to VerifyScript | jtimon | |
2014-09-08 | Separate script/sign | jtimon | |
2014-09-08 | Separate CScriptCompressor | jtimon | |
2014-09-08 | Separate script/standard | jtimon | |
2014-09-08 | Separate script/interpreter | jtimon | |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon | |