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.cpp
Age
Commit message (
Expand
)
Author
2014-08-12
Remove unused CKeyStoreIsMineVisitor
jtimon
2014-07-09
move rand functions from util to new random.h/.cpp
Philip Kaufmann
2014-07-02
replaced MINE_ with ISMINE_
JaSK
2014-07-02
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-06-28
Merge pull request #4398
Wladimir J. van der Laan
2014-06-26
Add an option to allow users to disable relaying/mining data carrier transact...
Luke Dashjr
2014-06-26
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-21
Add CMutableTransaction and make CTransaction immutable.
Pieter Wuille
2014-06-21
Add built-in RIPEMD-160 implementation
Pieter Wuille
2014-06-21
Move crypto implementations to src/crypto/
Pieter Wuille
2014-06-21
Add built-in SHA-1 implementation.
Pieter Wuille
2014-06-21
Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL.
Pieter Wuille
2014-06-10
Remove unused Print/PrintHex functions
Wladimir J. van der Laan
2014-05-31
Remove template matching params from GetOpName()
Huang Le
2014-05-09
Merge pull request #3637
Wladimir J. van der Laan
2014-05-09
Merge pull request #3843
Wladimir J. van der Laan
2014-05-08
Add rejection of non-null CHECKMULTISIG dummy values
Peter Todd
2014-05-05
Create (MANDATORY|STANDARD)_SCRIPT_VERIFY_FLAGS constants
Peter Todd
2014-04-22
script: remove bignum dependency
Cory Fields
2014-04-22
script: switch to CScriptNum usage for scripts
Cory Fields
2014-03-10
Also switch the (unused) verification code to low-s instead of even-s.
Pieter Wuille
2014-02-26
script: reduce OP_RETURN standard relay bytes to 40
Jeff Garzik
2014-02-21
script: tighten multisig non-standard rules: do not relay pubkeys above 65 bytes
Jeff Garzik
2014-02-11
Add HasCanonicalPushes(), and use it in IsStandardTx
Pieter Wuille
2014-02-11
Move IsPushOnly() to script.cpp
Pieter Wuille
2013-11-20
Merge pull request #3257
Wladimir J. van der Laan
2013-11-15
orphan spaces cleanup ;-)
Philip Kaufmann
2013-11-15
core: remove includes in .cpp, if header is already in .h
Philip Kaufmann
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-24
Relay OP_RETURN TxOut as standard transaction type
Peter Todd
2013-10-21
Merge pull request #2738 from jgarzik/op_return
Gavin Andresen
2013-10-20
Merge pull request #3119
Pieter Wuille
2013-10-20
Bump Year Number to 2013
super3
2013-10-02
Relay OP_RETURN data TxOut as standard transaction type
Jeff Garzik
2013-09-28
Inline signature serializer
Pieter Wuille
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-08-25
Merge pull request #2938 from petertodd/op-reserved-weirdness
Gavin Andresen
2013-08-25
Document and test OP_RESERVED weirdness
Peter Todd
2013-08-24
Merge pull request #2618 from fcicq/solaris-support
Jeff Garzik
2013-08-16
Only create signatures with even S, and verification mode to check.
Pieter Wuille
2013-07-31
Remove #define loop from util.h
Gavin Andresen
2013-07-17
Fix boost uint type bug by reordering the includes
fcicq
2013-06-22
Add ExtractAffectedKeys to script
Pieter Wuille
2013-06-05
Removed script.cpp's dependence on main.h
Eric Lombrozo
2013-05-30
Make signature cache store CPubKeys
Pieter Wuille
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
Make CPubKey statically allocated
Pieter Wuille
2013-05-02
Remove implementation of disabled opcodes
Gavin Andresen
2013-01-23
Merge pull request #2114 from sipa/strictstrict
Gavin Andresen
[next]