aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.h
Commit message (Expand)AuthorAgeFilesLines
* Make comments in /src/script doxygen compatibleMichael Ford2014-11-101-18/+26
* Fix all header definesPavel Janík2014-11-031-3/+3
* Improve CScriptNum() commentPeter Todd2014-10-251-2/+17
* Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille2014-10-251-7/+11
* Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille2014-10-251-1/+1
* fix build with libc++ after 85c579eCory Fields2014-10-231-0/+1
* script: add a slew of includes all around and drop includes from script.hCory Fields2014-10-171-6/+6
* script: move ToString and ValueString out of the headerCory Fields2014-10-171-29/+1
* script: add ToByteVector() for converting anything with begin/endCory Fields2014-10-171-23/+6
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-6/+0
* Merge pull request #4969Wladimir J. van der Laan2014-09-251-1/+1
|\
| * Reinitializing list's begin iterator after few elements were erased from the ...ENikS2014-09-231-1/+1
* | Fixing C4146 warningENikS2014-09-251-1/+1
|/
* Fixing condition 'sabotaging' MSVC buildENikS2014-09-191-2/+0
* Move CTxDestination from script/script to script/standardPieter Wuille2014-09-161-17/+0
* cleanup new script files (no code changes)Philip Kaufmann2014-09-141-3/+3
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-0/+645