| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #4954 | Wladimir J. van der Laan | 2014-10-07 | 1 | -2/+13 | |
| |\ | | | | | | | 9d7cd4c Don't return an address for invalid pubkeys (Andy Alness) | |||||
| | * | Don't return an address for invalid pubkeys | Andy Alness | 2014-10-06 | 1 | -2/+13 | |
| | | | ||||||
| * | | minor license, header end comment etc. cleanup in /script | Philip Kaufmann | 2014-10-06 | 3 | -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 checker | Pieter Wuille | 2014-10-02 | 5 | -27/+18 | |
| | | | ||||||
| * | | Make signature cache optional | Pieter Wuille | 2014-10-02 | 5 | -86/+150 | |
| | | | ||||||
| * | | Abstract out SignatureChecker | Pieter Wuille | 2014-10-02 | 3 | -13/+36 | |
| | | | ||||||
| * | | script: don't read past the end | Cory Fields | 2014-09-25 | 1 | -1/+2 | |
| | | | ||||||
| * | | Merge pull request #4969 | Wladimir J. van der Laan | 2014-09-25 | 1 | -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 ↵ | ENikS | 2014-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | head | |||||
| * | | | Fixing C4146 warning | ENikS | 2014-09-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Rebased-By: Wladimir J. van der Laan <[email protected]> | |||||
| * | | | 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)` | |||||
| * / | Fixing condition 'sabotaging' MSVC build | ENikS | 2014-09-19 | 1 | -2/+0 | |
| |/ | ||||||
| * | Merge pull request #4555 | Wladimir J. van der Laan | 2014-09-17 | 3 | -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 CheckSig | jtimon | 2014-09-12 | 3 | -16/+13 | |
| | | | ||||||
| | * | Don't pass nHashType to VerifyScript | jtimon | 2014-09-12 | 3 | -7/+6 | |
| | | | ||||||
| * | | Move CTxDestination from script/script to script/standard | Pieter Wuille | 2014-09-16 | 4 | -57/+64 | |
| | | | ||||||
| * | | cleanup new script files (no code changes) | Philip Kaufmann | 2014-09-14 | 10 | -26/+27 | |
| |/ | | | | | | - add missing header end comments - ensure alphabetical ordering - update copyright year and license | |||||
| * | Separate script/sign | jtimon | 2014-09-08 | 2 | -0/+283 | |
| | | ||||||
| * | Separate CScriptCompressor | jtimon | 2014-09-08 | 2 | -0/+211 | |
| | | ||||||
| * | Separate script/standard | jtimon | 2014-09-08 | 2 | -0/+310 | |
| | | ||||||
| * | Separate script/interpreter | jtimon | 2014-09-08 | 2 | -0/+1093 | |
| | | ||||||
| * | Move CScript class and dependencies to script/script | jtimon | 2014-09-08 | 2 | -0/+940 | |