aboutsummaryrefslogtreecommitdiff
path: root/src/script/script.h
AgeCommit message (Expand)Author
2015-06-21Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)Peter Todd
2015-05-14fix header include groupsPhilip Kaufmann
2015-05-09Move LOCKTIME_THRESHOLD to src/script/script.hPeter Todd
2015-05-09Make CScriptNum() take nMaxNumSize as an argumentPeter Todd
2015-03-06src/script/script.h: endian compatibility for PUSHDATA sizesWladimir J. van der Laan
2015-01-31Remove whitespaces before double colon in errors and logsPavel Janík
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-10Make comments in /src/script doxygen compatibleMichael Ford
2014-11-03Fix all header definesPavel Janík
2014-10-25Improve CScriptNum() commentPeter Todd
2014-10-25Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)Pieter Wuille
2014-10-25Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)Pieter Wuille
2014-10-23fix build with libc++ after 85c579eCory Fields
2014-10-17script: add a slew of includes all around and drop includes from script.hCory Fields
2014-10-17script: move ToString and ValueString out of the headerCory Fields
2014-10-17script: add ToByteVector() for converting anything with begin/endCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-09-25Merge pull request #4969Wladimir J. van der Laan
2014-09-25Fixing C4146 warningENikS
2014-09-23Reinitializing list's begin iterator after few elements were erased from the ...ENikS
2014-09-19Fixing condition 'sabotaging' MSVC buildENikS
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-14cleanup new script files (no code changes)Philip Kaufmann
2014-09-08Move CScript class and dependencies to script/scriptjtimon