Age | Commit message (Expand) | Author |
2015-02-15 | openssl: abstract out OPENSSL_cleanse | Cory Fields |
2015-02-04 | Merge pull request #5319 | Wladimir J. van der Laan |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
2014-12-16 | Remove references to X11 licence | Michael Ford |
2014-12-04 | Clean up wallet encryption code. | Daniel Kraft |
2014-10-17 | script: move CScriptID to standard.h and add a ctor for creating them from CS... | Cory Fields |
2014-09-16 | Merge pull request #4825 | Pieter Wuille |
2014-09-08 | Move CScript class and dependencies to script/script | jtimon |
2014-09-08 | Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes) | jtimon |
2014-09-06 | Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' | ENikS |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
2014-08-10 | Dont run full check every time we decrypt wallet. | Matt Corallo |
2014-08-10 | Make CCryptoKeyStore::Unlock check all keys. | Gregory Maxwell |
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-07-24 | remove windows.h from crypter.cpp includes | Philip Kaufmann |
2013-05-30 | CSecret/CKey -> CKey/CPubKey split/refactor | Pieter Wuille |
2012-11-09 | don't use memset() in privacy/security relevant code parts | Philip Kaufmann |
2012-08-23 | Make CCrypter use LockedPageManager to manage locked pages | Wladimir J. van der Laan |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |
2012-04-17 | Further reduce header dependencies | Pieter Wuille |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-04-15 | Fix misc. minor sign-comparison warnings | Jeff Garzik |
2012-04-05 | Verify status of encrypt/decrypt calls to detect failed padding | Pieter Wuille |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2011-11-26 | Implement an mlock()'d string class for storing passphrases | Dylan Noblesmith |
2011-10-07 | Fix build on windows and mac | Gavin Andresen |
2011-07-13 | Add wallet privkey encryption. | Matt Corallo |