index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bugfix: Fix a variety of misspellings
Luke Dashjr
2012-08-01
1
-4
/
+4
*
Use unsigned ints to fix signed/unsigned warnings
Gavin Andresen
2012-07-05
1
-6
/
+7
*
Implement raw transaction RPC calls
Gavin Andresen
2012-07-05
1
-10
/
+129
*
Refactor: SignSignature/VerifyScript
Gavin Andresen
2012-07-05
1
-13
/
+14
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-47
/
+70
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-1
/
+1
*
Move signature cache from CKey::Verify to CheckSig in script.cpp
Gavin Andresen
2012-05-22
1
-4
/
+75
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
EvalScript(): cast to avoid signed/unsigned warning
Jeff Garzik
2012-05-01
1
-3
/
+3
*
Undo part of c2e8c8ac to fix issue#1148
Gavin Andresen
2012-04-26
1
-1
/
+1
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-4
/
+4
*
SigOp and orphan-tx constants and counts are always unsigned.
Jeff Garzik
2012-04-23
1
-5
/
+5
*
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-22
1
-11
/
+11
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+1
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+7
*
fix warnings: unused variable 'XX' [-Wunused-variable]
Wladimir J. van der Laan
2012-04-15
1
-1
/
+0
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Make transactions with extra data in their scriptSig's non-standard.
Gavin Andresen
2012-01-19
1
-0
/
+19
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-102
/
+136
*
Remove not-used-anywhere scriptPrereq from SignSignature()
Gavin Andresen
2012-01-13
1
-7
/
+4
*
make sure IsMine only returns true when we own all keys
coderrr
2012-01-03
1
-1
/
+1
*
Fix OP_EVAL recursion depth counting
Wladimir J. van der Laan
2011-12-27
1
-1
/
+1
*
Fix broken ExtractAddress (refactored, made callers check for addresses in ke...
Gavin Andresen
2011-12-22
1
-2
/
+2
*
Update bitcoin address numbers for latest luke-jr/sipa scheme
Gavin Andresen
2011-12-19
1
-1
/
+1
*
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
1
-57
/
+38
*
Interpret OP_EVAL as OP_NOP until Feb 1, 2012
Gavin Andresen
2011-12-19
1
-0
/
+12
*
OP_EVAL implementation
Gavin Andresen
2011-12-19
1
-168
/
+488
*
Support 3 new multisignature IsStandard transactions
Gavin Andresen
2011-12-19
1
-67
/
+156
*
Collapse no-op ExtractAddress/ExtractAddressInner
Gavin Andresen
2011-12-19
1
-10
/
+1
*
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-09-02
1
-55
/
+47
|
\
|
*
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-55
/
+47
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-08-16
1
-0
/
+1
|
\
|
|
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
|
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Wladimir J. van der Laan
2011-07-27
1
-13
/
+20
|
\
|
|
*
Bugfix: don't overuse limited ExtractAddress
Pieter Wuille
2011-07-26
1
-13
/
+20
*
|
Merge remote branch 'upstream/master'
Wladimir J. van der Laan
2011-07-26
1
-52
/
+16
|
\
|
|
*
split off CBase58Data from CBitcoinAddress
Pieter Wuille
2011-07-17
1
-2
/
+2
|
*
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
1
-11
/
+4
|
*
get rid of mapPubKeys
Pieter Wuille
2011-07-17
1
-47
/
+17
|
/
*
fix warning: X enumeration values not handled in switch [-Wswitch-enum]
Giel van Schijndel
2011-07-13
1
-0
/
+2
*
Do not use obsolete CPrivKey for passing keys around
Pieter Wuille
2011-07-13
1
-6
/
+6
*
Add wallet privkey encryption.
Matt Corallo
2011-07-13
1
-2
/
+34
*
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-07-08
1
-1
/
+1
*
Bugfixes walletclass
Pieter Wuille
2011-06-20
1
-4
/
+6
*
CWallet class
Pieter Wuille
2011-06-15
1
-18
/
+13
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-5
/
+7
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+1206
[prev]