index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
script.h
Age
Commit message (
Expand
)
Author
2014-10-25
Improve CScriptNum() comment
Peter Todd
2014-10-25
Add SCRIPT_VERIFY_MINIMALDATA (BIP62 rules 3 and 4)
Pieter Wuille
2014-10-25
Add SCRIPT_VERIFY_SIGPUSHONLY (BIP62 rule 2)
Pieter Wuille
2014-10-23
fix build with libc++ after 85c579e
Cory Fields
2014-10-17
script: add a slew of includes all around and drop includes from script.h
Cory Fields
2014-10-17
script: move ToString and ValueString out of the header
Cory Fields
2014-10-17
script: add ToByteVector() for converting anything with begin/end
Cory Fields
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-09-25
Merge pull request #4969
Wladimir J. van der Laan
2014-09-25
Fixing C4146 warning
ENikS
2014-09-23
Reinitializing list's begin iterator after few elements were erased from the ...
ENikS
2014-09-19
Fixing condition 'sabotaging' MSVC build
ENikS
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
2014-09-08
Move CScript class and dependencies to script/script
jtimon