Age | Commit message (Expand) | Author |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-04-20 | Fix for incorrect locking in GetPubKey() (keystore.cpp) | Yuri Zhykin |
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-03-22 | wallet: move crypter to wallet | Cory Fields |
2015-02-03 | c++11: don't forward-declare types used in maps | Cory Fields |
2015-01-31 | Remove whitespaces before double colon in errors and logs | Pavel JanÃk |
2014-12-19 | Added "Core" to copyright headers | sandakersmann |
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-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-08-26 | Merge pull request #4673 | Wladimir J. van der Laan |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan |
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-05-08 | Check redeemScript size does not exceed 520 byte limit | Peter Todd |
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-04-17 | Further reduce header dependencies | Pieter Wuille |
2012-04-17 | Remove headers.h | Pieter Wuille |
2012-04-09 | Use scoped locks instead of CRITICAL_BLOCK | Pieter Wuille |
2012-04-05 | Verify status of encrypt/decrypt calls to detect failed padding | Pieter Wuille |
2012-02-18 | Move GenerateNewKey back to CWallet | Pieter Wuille |
2012-02-11 | Fix wallet encryption with compressed pubkeys | Pieter Wuille |
2012-02-07 | Update all copyrights to 2012 | Gavin Andresen |
2012-01-13 | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). | Gavin Andresen |
2012-01-09 | Compressed pubkeys | Pieter Wuille |
2011-12-21 | Revert "Use standard C99 (and Qt) types for 64-bit integers" | Wladimir J. van der Laan |
2011-12-20 | Use standard C99 (and Qt) types for 64-bit integers | Luke Dashjr |
2011-12-19 | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScript | Gavin Andresen |
2011-12-19 | OP_EVAL implementation | Gavin Andresen |
2011-12-17 | Add GetSecret() and GetKeys() to CKeyStore | Pieter Wuille |
2011-08-31 | SetCrypted() obtains keystore lock, to be safe. | Gavin Andresen |
2011-08-31 | Fix rpc-hanging deadlocks | Gavin Andresen |
2011-08-09 | Unify copyright notices. | Matt Corallo |
2011-07-27 | Fix EncryptKeys crash introduced by a9ba4710, identified by TD. | Matt Corallo |
2011-07-17 | Use CBitcoinAddress instead of string/uint160 | Pieter Wuille |
2011-07-17 | get rid of mapPubKeys | Pieter Wuille |
2011-07-13 | Do not use obsolete CPrivKey for passing keys around | Pieter Wuille |