Age | Commit message (Expand) | Author |
2022-01-06 | Add src/wallet/* code to wallet:: namespace | Russell Yanofsky |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-05-24 | Convert wallet to new serialization | Pieter Wuille |
2019-12-30 | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke |
2019-10-15 | Remove unused includes | practicalswift |
2019-07-09 | Remove CCryptoKeyStore and move all of it's functionality into CWallet | Andrew Chow |
2019-07-09 | Move various SigningProviders to signingprovider.{cpp,h} | Andrew Chow |
2019-07-09 | scripted-diff: rename CBasicKeyStore to FillableSigningProvider | Andrew Chow |
2019-01-30 | [tools] Add wallet inspection and modification tool | Jonas Schnelli |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-07-12 | Refactors `keystore.h` type aliases. | 251 |
2018-04-29 | Add locking annotations for variables guarded by cs_KeyStore | practicalswift |
2018-04-06 | tests: Avoid test suite name collision in wallet crypto_tests | MarcoFalke |
2018-03-19 | tests: Rename test suits not following the test suite naming convention | practicalswift |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-11-09 | Merge #11272: CKeystore/CCrypter: move relevant implementation out of the header | Wladimir J. van der Laan |
2017-10-05 | Merge #11107: Fix races in AppInitMain and others with lock and atomic bools | MarcoFalke |
2017-10-04 | CCrypter: move relevant implementation out of the header | Jonas Schnelli |
2017-09-10 | Make fUseCrypto atomic | MeshCollider |
2017-09-07 | Merge #10916: add missing lock to crypter GetKeys() | Wladimir J. van der Laan |
2017-08-15 | Remove vchDefaultKey and have better first run detection | Andrew Chow |
2017-07-23 | add missing lock to crypter GetKeys() | Marko Bencun |
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-12 | Remove unnecessary forward class declarations in header files | practicalswift |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-11-07 | Get rid of nType and nVersion | Pieter Wuille |
2016-10-19 | wallet: Change CCrypter to use vectors with secure allocator | Wladimir J. van der Laan |
2016-05-13 | crypter: add tests for crypter | Cory Fields |
2016-05-13 | crypter: add a BytesToKey clone to replace the use of openssl | Cory Fields |
2016-05-13 | crypter: constify encrypt/decrypt | Cory Fields |
2016-05-13 | crypter: fix the stored initialization vector size | Cory Fields |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-04-20 | ensure consistent header comment naming conventions | Philip Kaufmann |
2015-03-22 | wallet: move crypter to wallet | Cory Fields |