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
/
wallet
/
crypter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
1
-1
/
+1
*
Remove unused includes
practicalswift
2019-10-15
1
-3
/
+0
*
Remove CCryptoKeyStore and move all of it's functionality into CWallet
Andrew Chow
2019-07-09
1
-189
/
+3
*
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
1
-6
/
+6
*
scripted-diff: Bump copyright headers in wallet
MarcoFalke
2019-05-06
1
-1
/
+1
*
[wallet] Support creating a blank wallet
Andrew Chow
2019-02-10
1
-1
/
+1
*
[tools] Add wallet inspection and modification tool
Jonas Schnelli
2019-01-30
1
-2
/
+2
*
Merge #14478: Show error to user when corrupt wallet unlock fails
MarcoFalke
2018-11-14
1
-1
/
+1
|
\
|
*
Better error message for user when corrupt wallet unlock fails
MeshCollider
2018-11-10
1
-1
/
+1
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-10
1
-0
/
+1
|
\
|
*
Implicitly know about P2WPKH redeemscripts
Pieter Wuille
2018-01-09
1
-0
/
+1
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-6
/
+6
*
Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header
Wladimir J. van der Laan
2017-11-09
1
-56
/
+83
|
\
|
*
Fix code style in keystore.cpp/crypter.cpp
Jonas Schnelli
2017-10-06
1
-70
/
+60
|
*
CCrypter: move relevant implementation out of the header
Jonas Schnelli
2017-10-04
1
-0
/
+37
*
|
Changing &vec[0] to vec.data(), what 9804 missed
MeshCollider
2017-09-08
1
-6
/
+5
|
/
*
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Merge #10536: Remove unreachable or otherwise redundant code
Pieter Wuille
2017-06-20
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove unreachable or otherwise redundant code
practicalswift
2017-06-12
1
-1
/
+0
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-1
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
wallet: Change CCrypter to use vectors with secure allocator
Wladimir J. van der Laan
2016-10-19
1
-7
/
+7
*
crypter: add a BytesToKey clone to replace the use of openssl
Cory Fields
2016-05-13
1
-4
/
+29
*
crypter: hook up the new aes cbc classes
Cory Fields
2016-05-13
1
-31
/
+14
*
crypter: constify encrypt/decrypt
Cory Fields
2016-05-13
1
-2
/
+2
*
crypter: fix the stored initialization vector size
Cory Fields
2016-05-13
1
-5
/
+5
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
Merge pull request #6415
Wladimir J. van der Laan
2015-08-14
1
-1
/
+3
|
\
|
*
Add logic to track pubkeys as watch-only, not just scripts
Matt Corallo
2015-07-20
1
-1
/
+3
*
|
Make sure LogPrintf strings are line-terminated
Wladimir J. van der Laan
2015-08-03
1
-1
/
+1
|
/
*
wallet: move crypter to wallet
Cory Fields
2015-03-22
1
-0
/
+292