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
/
keystore.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Add logic to track pubkeys as watch-only, not just scripts
Matt Corallo
2015-07-20
1
-1
/
+4
*
c++11: don't forward-declare types used in maps
Cory Fields
2015-02-03
1
-3
/
+2
*
Added "Core" to copyright headers
sandakersmann
2014-12-19
1
-1
/
+1
*
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-31
1
-0
/
+1
*
Update comments in keystore to be doxygen compatible
Michael Ford
2014-10-28
1
-6
/
+6
*
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-17
1
-0
/
+1
*
[Wallet] Watch-only fixes
Cozz Lovan
2014-10-03
1
-0
/
+2
*
add missing header end comments
Philip Kaufmann
2014-08-28
1
-1
/
+1
*
Merge pull request #4673
Wladimir J. van der Laan
2014-08-26
1
-0
/
+2
|
\
|
*
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-08-11
1
-0
/
+2
*
|
Remove unnecessary typedef and script.h include
jtimon
2014-08-12
1
-9
/
+0
|
/
*
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
1
-5
/
+5
*
Add support for watch-only addresses
Pieter Wuille
2014-07-02
1
-0
/
+19
*
Update moved and dead links
Luke Dashjr
2014-03-24
1
-1
/
+1
*
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-12-04
1
-83
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-1
/
+5
*
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
*
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2013-05-30
1
-15
/
+6
*
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
1
-20
/
+19
*
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-24
1
-4
/
+4
*
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
1
-1
/
+1
|
\
|
*
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
*
|
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
1
-0
/
+6
*
|
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-20
1
-12
/
+1
|
/
*
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-05-11
1
-1
/
+1
*
Further reduce header dependencies
Pieter Wuille
2012-04-17
1
-1
/
+4
*
fix warnings: delete called on 'XX' that has virtual functions but non-virtua...
Wladimir J. van der Laan
2012-04-15
1
-0
/
+2
*
Use scoped locks instead of CRITICAL_BLOCK
Pieter Wuille
2012-04-09
1
-6
/
+12
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-4
/
+5
*
Move GenerateNewKey back to CWallet
Pieter Wuille
2012-02-18
1
-2
/
+0
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen
2012-01-13
1
-2
/
+2
*
Compressed pubkeys
Pieter Wuille
2012-01-09
1
-16
/
+8
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-2
/
+0
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-0
/
+2
*
Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript
Gavin Andresen
2011-12-19
1
-6
/
+8
*
OP_EVAL implementation
Gavin Andresen
2011-12-19
1
-0
/
+9
*
Add GetSecret() and GetKeys() to CKeyStore
Pieter Wuille
2011-12-17
1
-10
/
+49
*
Some extra comments
Pieter Wuille
2011-11-07
1
-0
/
+15
*
Add returns to avoid annoying compile-time warnings.
Matt Corallo
2011-10-25
1
-0
/
+1
*
SetCrypted() obtains keystore lock, to be safe.
Gavin Andresen
2011-08-31
1
-9
/
+1
*
Fix rpc-hanging deadlocks
Gavin Andresen
2011-08-31
1
-17
/
+27
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-1
/
+2
*
Use CBitcoinAddress instead of string/uint160
Pieter Wuille
2011-07-17
1
-14
/
+14
*
get rid of mapPubKeys
Pieter Wuille
2011-07-17
1
-13
/
+17
*
Do not use obsolete CPrivKey for passing keys around
Pieter Wuille
2011-07-13
1
-4
/
+4
*
Add wallet privkey encryption.
Matt Corallo
2011-07-13
1
-22
/
+24
*
Prepare codebase for Encrypted Keys.
Pieter Wuille
2011-07-08
1
-3
/
+86
*
Bugfixes walletclass
Pieter Wuille
2011-06-20
1
-2
/
+6
[next]