aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-1/+4
* c++11: don't forward-declare types used in mapsCory Fields2015-02-031-3/+2
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* boost: moveonly: split CPubKey and friends to new filesCory Fields2014-10-311-0/+1
* Update comments in keystore to be doxygen compatibleMichael Ford2014-10-281-6/+6
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-0/+1
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-0/+2
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+2
|\
| * Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-0/+2
* | Remove unnecessary typedef and script.h includejtimon2014-08-121-9/+0
|/
* Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-5/+5
* Add support for watch-only addressesPieter Wuille2014-07-021-0/+19
* Update moved and dead linksLuke Dashjr2014-03-241-1/+1
* Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan2013-12-041-83/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-1/+5
* Bump Year Number to 2013super32013-10-201-1/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-15/+6
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-20/+19
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-4/+4
* 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-0/+6
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-12/+1
|/
* Split synchronization mechanisms from util.{h,cpp}Pieter Wuille2012-05-111-1/+1
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+4
* fix warnings: delete called on 'XX' that has virtual functions but non-virtua...Wladimir J. van der Laan2012-04-151-0/+2
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-6/+12
* Begin doxygen-compatible commentsPieter Wuille2012-03-261-4/+5
* Move GenerateNewKey back to CWalletPieter Wuille2012-02-181-2/+0
* 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-16/+8
* 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-6/+8
* OP_EVAL implementationGavin Andresen2011-12-191-0/+9
* Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-10/+49
* Some extra commentsPieter Wuille2011-11-071-0/+15
* Add returns to avoid annoying compile-time warnings.Matt Corallo2011-10-251-0/+1
* SetCrypted() obtains keystore lock, to be safe.Gavin Andresen2011-08-311-9/+1
* Fix rpc-hanging deadlocksGavin Andresen2011-08-311-17/+27
* Unify copyright notices.Matt Corallo2011-08-091-1/+2
* Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-14/+14
* get rid of mapPubKeysPieter Wuille2011-07-171-13/+17
* Do not use obsolete CPrivKey for passing keys aroundPieter Wuille2011-07-131-4/+4
* Add wallet privkey encryption.Matt Corallo2011-07-131-22/+24
* Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-3/+86
* Bugfixes walletclassPieter Wuille2011-06-201-2/+6