aboutsummaryrefslogtreecommitdiff
path: root/src/script.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-4/+4
* Use unsigned ints to fix signed/unsigned warningsGavin Andresen2012-07-051-6/+7
* Implement raw transaction RPC callsGavin Andresen2012-07-051-10/+129
* Refactor: SignSignature/VerifyScriptGavin Andresen2012-07-051-13/+14
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-47/+70
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-1/+1
* Move signature cache from CKey::Verify to CheckSig in script.cppGavin Andresen2012-05-221-4/+75
* Update License in File HeadersFordy2012-05-181-1/+1
* EvalScript(): cast to avoid signed/unsigned warningJeff Garzik2012-05-011-3/+3
* Undo part of c2e8c8ac to fix issue#1148Gavin Andresen2012-04-261-1/+1
* Add casts for unavoidable signed/unsigned comparisonsJeff Garzik2012-04-231-4/+4
* SigOp and orphan-tx constants and counts are always unsigned.Jeff Garzik2012-04-231-5/+5
* Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik2012-04-221-11/+11
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+1
* Remove headers.hPieter Wuille2012-04-171-1/+7
* fix warnings: unused variable 'XX' [-Wunused-variable]Wladimir J. van der Laan2012-04-151-1/+0
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Make transactions with extra data in their scriptSig's non-standard.Gavin Andresen2012-01-191-0/+19
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-102/+136
* Remove not-used-anywhere scriptPrereq from SignSignature()Gavin Andresen2012-01-131-7/+4
* make sure IsMine only returns true when we own all keyscoderrr2012-01-031-1/+1
* Fix OP_EVAL recursion depth countingWladimir J. van der Laan2011-12-271-1/+1
* Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-2/+2
* Update bitcoin address numbers for latest luke-jr/sipa schemeGavin Andresen2011-12-191-1/+1
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-57/+38
* Interpret OP_EVAL as OP_NOP until Feb 1, 2012Gavin Andresen2011-12-191-0/+12
* OP_EVAL implementationGavin Andresen2011-12-191-168/+488
* Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-67/+156
* Collapse no-op ExtractAddress/ExtractAddressInnerGavin Andresen2011-12-191-10/+1
* Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-55/+47
|\
| * Fix rpc-hanging deadlocksGavin Andresen2011-08-311-55/+47
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-0/+1
|\|
| * Unify copyright notices.Matt Corallo2011-08-091-0/+1
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-271-13/+20
|\|
| * Bugfix: don't overuse limited ExtractAddressPieter Wuille2011-07-261-13/+20
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-52/+16
|\|
| * split off CBase58Data from CBitcoinAddressPieter Wuille2011-07-171-2/+2
| * Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-11/+4
| * get rid of mapPubKeysPieter Wuille2011-07-171-47/+17
|/
* fix warning: X enumeration values not handled in switch [-Wswitch-enum]Giel van Schijndel2011-07-131-0/+2
* Do not use obsolete CPrivKey for passing keys aroundPieter Wuille2011-07-131-6/+6
* Add wallet privkey encryption.Matt Corallo2011-07-131-2/+34
* Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-1/+1
* Bugfixes walletclassPieter Wuille2011-06-201-4/+6
* CWallet classPieter Wuille2011-06-151-18/+13
* make bitcoin include files more modularWladimir J. van der Laan2011-05-151-5/+7
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+1206