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
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
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-15
fix warnings: unused variable 'XX' [-Wunused-variable]
Wladimir J. van der Laan
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-19
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
Remove not-used-anywhere scriptPrereq from SignSignature()
Gavin Andresen
2012-01-03
make sure IsMine only returns true when we own all keys
coderrr
2011-12-27
Fix OP_EVAL recursion depth counting
Wladimir J. van der Laan
2011-12-22
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-19
Update bitcoin address numbers for latest luke-jr/sipa scheme
Gavin Andresen
2011-12-19
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
Interpret OP_EVAL as OP_NOP until Feb 1, 2012
Gavin Andresen
2011-12-19
OP_EVAL implementation
Gavin Andresen
2011-12-19
Support 3 new multisignature IsStandard transactions
Gavin Andresen
2011-12-19
Collapse no-op ExtractAddress/ExtractAddressInner
Gavin Andresen
2011-09-02
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-31
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-16
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-09
Unify copyright notices.
Matt Corallo
2011-07-27
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-26
Bugfix: don't overuse limited ExtractAddress
Pieter Wuille
2011-07-26
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-17
split off CBase58Data from CBitcoinAddress
Pieter Wuille
2011-07-17
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
get rid of mapPubKeys
Pieter Wuille
2011-07-13
fix warning: X enumeration values not handled in switch [-Wswitch-enum]
Giel van Schijndel
2011-07-13
Do not use obsolete CPrivKey for passing keys around
Pieter Wuille
2011-07-13
Add wallet privkey encryption.
Matt Corallo
2011-07-08
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-06-20
Bugfixes walletclass
Pieter Wuille
2011-06-15
CWallet class
Pieter Wuille
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-04-23
directory re-organization (keeps the old build system)
Jaromil