Update all copyrights to 2012
[novacoin.git] / src / keystore.h
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-13 Gavin AndresenReplace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP...
2012-01-09 Pieter WuilleCompressed pubkeys
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-19 Gavin AndresenUse block times for 'hard' OP_EVAL switchover, and...
2011-12-19 Gavin AndresenOP_EVAL implementation
2011-12-17 Pieter WuilleAdd GetSecret() and GetKeys() to CKeyStore
2011-11-06 Pieter WuilleSome extra comments
2011-10-25 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-08-31 Gavin AndresenSetCrypted() obtains keystore lock, to be safe.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-13 Pieter WuilleDo not use obsolete CPrivKey for passing keys around
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-08 Pieter WuillePrepare codebase for Encrypted Keys.
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file