Update License in File Headers
[novacoin.git] / src / keystore.cpp
2012-05-20 FordyUpdate License in File Headers
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Pieter WuilleRemove headers.h
2012-04-08 Pieter WuilleUse scoped locks instead of CRITICAL_BLOCK
2012-04-05 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-04-05 Pieter WuilleVerify status of encrypt/decrypt calls to detect failed...
2012-02-18 Pieter WuilleMove GenerateNewKey back to CWallet
2012-02-11 Pieter WuilleFix wallet encryption with compressed pubkeys
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-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-27 Matt CoralloFix EncryptKeys crash introduced by a9ba4710, identifie...
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-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-07 Wladimir J. van... CKeyStore::AddKey must return a boolean
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file