aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Fix for incorrect locking in GetPubKey() (keystore.cpp)Yuri Zhykin2016-04-201-0/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-6/+35
* wallet: move crypter to walletCory Fields2015-03-221-1/+0
* c++11: don't forward-declare types used in mapsCory Fields2015-02-031-2/+0
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in keystore to be doxygen compatibleMichael Ford2014-10-281-2/+2
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+2
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-0/+7
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+6
|\
| * Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-0/+6
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-2/+2
* Add support for watch-only addressesPieter Wuille2014-07-021-0/+12
* Check redeemScript size does not exceed 520 byte limitPeter Todd2014-05-081-0/+3
* Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan2013-12-041-152/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+5
* Bump Year Number to 2013super32013-10-201-1/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-51/+35
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-8/+8
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-11/+11
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-3/+2
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-0/+16
|/
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* Remove headers.hPieter Wuille2012-04-171-2/+1
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-11/+17
* Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille2012-04-051-0/+4
* Move GenerateNewKey back to CWalletPieter Wuille2012-02-181-10/+0
* Fix wallet encryption with compressed pubkeysPieter Wuille2012-02-111-1/+1
* Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-2/+2
* Compressed pubkeysPieter Wuille2012-01-091-18/+18
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-2/+0
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-0/+2
* Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-8/+9
* OP_EVAL implementationGavin Andresen2011-12-191-0/+30
* Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-8/+4
* SetCrypted() obtains keystore lock, to be safe.Gavin Andresen2011-08-311-0/+13
* Fix rpc-hanging deadlocksGavin Andresen2011-08-311-5/+3
* Unify copyright notices.Matt Corallo2011-08-091-1/+2
* Fix EncryptKeys crash introduced by a9ba4710, identified by TD.Matt Corallo2011-07-271-1/+1
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-10/+10
* get rid of mapPubKeysPieter Wuille2011-07-171-18/+40
* Do not use obsolete CPrivKey for passing keys aroundPieter Wuille2011-07-131-4/+2