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
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Refactors `keystore.h` type aliases.
251
2018-07-12
1
-8
/
+5
*
Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...
MarcoFalke
2018-07-11
1
-4
/
+4
|
\
|
*
Add locking annotations for variables guarded by cs_KeyStore
practicalswift
2018-04-29
1
-4
/
+4
*
|
Separate HaveKey function that checks whether a key is in a keystore
Andrew Chow
2018-05-05
1
-0
/
+3
|
/
*
Add compile time checking for all cs_KeyStore runtime locking assertions
practicalswift
2018-04-25
1
-1
/
+1
*
Merge #12762: Make CKeyStore an interface
Wladimir J. van der Laan
2018-03-27
1
-4
/
+3
|
\
|
*
Move CKeyStore::cs_KeyStore to CBasicKeyStore
João Barbosa
2018-03-24
1
-3
/
+2
|
*
Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
João Barbosa
2018-03-24
1
-1
/
+1
*
|
Introduce interface for signing providers
Pieter Wuille
2018-03-25
1
-6
/
+2
|
/
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-0
/
+5
|
\
|
*
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
1
-0
/
+2
|
*
Expose method to find key for a single-key destination
Pieter Wuille
2018-01-03
1
-0
/
+3
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
|
Add GetCScripts to CBasicKeyStore
MeshCollider
2017-12-20
1
-0
/
+2
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-5
/
+5
*
CKeystore: move relevant implementation out of the header
Jonas Schnelli
2017-10-04
1
-31
/
+3
*
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-09-07
1
-11
/
+7
|
\
|
*
keystore GetKeys(): return result instead of writing to reference
Marko Bencun
2017-07-23
1
-11
/
+7
*
|
Remove the virtual specifier for functions with the override specifier
practicalswift
2017-08-09
1
-7
/
+7
|
/
*
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-28
1
-12
/
+12
*
Remove unused Boost includes
practicalswift
2017-06-09
1
-1
/
+0
*
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
[next]