index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keystore.h
Age
Commit message (
Expand
)
Author
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-12
Refactors `keystore.h` type aliases.
251
2018-07-11
Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...
MarcoFalke
2018-05-05
Separate HaveKey function that checks whether a key is in a keystore
Andrew Chow
2018-04-29
Add locking annotations for variables guarded by cs_KeyStore
practicalswift
2018-04-25
Add compile time checking for all cs_KeyStore runtime locking assertions
practicalswift
2018-03-27
Merge #12762: Make CKeyStore an interface
Wladimir J. van der Laan
2018-03-25
Introduce interface for signing providers
Pieter Wuille
2018-03-24
Move CKeyStore::cs_KeyStore to CBasicKeyStore
João Barbosa
2018-03-24
Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStore
João Barbosa
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-03
Expose method to find key for a single-key destination
Pieter Wuille
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-20
Add GetCScripts to CBasicKeyStore
MeshCollider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-04
CKeystore: move relevant implementation out of the header
Jonas Schnelli
2017-09-07
Merge #10916: add missing lock to crypter GetKeys()
Wladimir J. van der Laan
2017-08-09
Remove the virtual specifier for functions with the override specifier
practicalswift
2017-07-23
keystore GetKeys(): return result instead of writing to reference
Marko Bencun
2017-06-28
Use the override specifier (C++11) where we expect to be overriding the virtu...
practicalswift
2017-06-09
Remove unused Boost includes
practicalswift
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-07-20
Add logic to track pubkeys as watch-only, not just scripts
Matt Corallo
2015-02-03
c++11: don't forward-declare types used in maps
Cory Fields
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-10-31
boost: moveonly: split CPubKey and friends to new files
Cory Fields
2014-10-28
Update comments in keystore to be doxygen compatible
Michael Ford
2014-10-17
script: move CScriptID to standard.h and add a ctor for creating them from CS...
Cory Fields
2014-10-03
[Wallet] Watch-only fixes
Cozz Lovan
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Merge pull request #4673
Wladimir J. van der Laan
2014-08-12
Remove unnecessary typedef and script.h include
jtimon
2014-08-11
Add boolean HaveWatchonly and signal NotifyWatchonlyChanged
Cozz Lovan
2014-07-02
Use script matching rather than destination matching for watch-only.
Pieter Wuille
2014-07-02
Add support for watch-only addresses
Pieter Wuille
2014-03-24
Update moved and dead links
Luke Dashjr
2013-12-04
Move CCryptoKeyStore to crypter.cpp
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-05-30
CSecret/CKey -> CKey/CPubKey split/refactor
Pieter Wuille
2012-05-24
Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddress
Pieter Wuille
2012-05-24
Encapsulate public keys in CPubKey
Pieter Wuille
2012-05-20
Merge pull request #1354 from fanquake/master
Pieter Wuille
2012-05-20
Convert UI interface to boost::signals2.
Wladimir J. van der Laan
2012-05-20
Fine-grained UI updates
Wladimir J. van der Laan
2012-05-18
Update License in File Headers
Fordy
2012-05-11
Split synchronization mechanisms from util.{h,cpp}
Pieter Wuille
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-15
fix warnings: delete called on 'XX' that has virtual functions but non-virtua...
Wladimir J. van der Laan
[next]