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
2013-11-15
orphan spaces cleanup ;-)
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
2013-01-18
Replace 520 constant with MAX_SCRIPT_ELEMENT_SIZE
Matt Corallo
2013-01-08
Remove contention on signature cache during block validation
Pieter Wuille
2013-01-08
Move VerifySignature to main
Pieter Wuille
2012-12-22
Make IsCanonicalScript() check the hash type more thoroughly
Pieter Wuille
2012-11-21
Add assert and comment for subtle pay-to-script-hash logic
Gavin Andresen
2012-11-15
Introduce script verification flags
Pieter Wuille
2012-10-20
Merge pull request #1936 from sipa/morehashwriter
Pieter Wuille
2012-10-20
Ultraprune
Pieter Wuille
2012-10-20
Compact serialization for scripts
Pieter Wuille
2012-10-20
Merge pull request #1742 from sipa/canonical
Jeff Garzik
2012-10-19
Use CHashWriter also in SignatureHash(), and for message signing
Pieter Wuille
2012-09-25
Documented bug in sign-extension behavior of opcodes OP_AND, OP_OR, and OP_XOR.
Mark Friedenbach
2012-09-21
Check for canonical public keys and signatures
Pieter Wuille
2012-08-24
Avoid leaving return types or function attributes on their own lines.
Gregory Maxwell
2012-08-01
Bugfix: Correct English grammar regarding "'s"
Luke Dashjr
2012-08-01
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-07-05
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
Refactor: SignSignature/VerifyScript
Gavin Andresen
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-22
Move signature cache from CKey::Verify to CheckSig in script.cpp
Gavin Andresen
2012-05-18
Update License in File Headers
Fordy
2012-05-01
EvalScript(): cast to avoid signed/unsigned warning
Jeff Garzik
2012-04-26
Undo part of c2e8c8ac to fix issue#1148
Gavin Andresen
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-22
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
[next]