aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
AgeCommit message (Expand)Author
2012-05-20Update License in File HeadersFordy
2012-05-04remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-01-10Remove unused definitionPieter Wuille
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-09Unify copyright notices.Matt Corallo
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-13Update CWallet::LoadWallet for proper return type.Jeff Garzik
2011-07-13Use DB Transactions when encrypting wallet.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-08Prepare codebase for Encrypted Keys.Pieter Wuille
2011-07-05Fix synchronization of default keyPieter Wuille
2011-06-27Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez
2011-06-26Fix segfault when creating new walletPieter Wuille
2011-06-20Bugfixes walletclassPieter Wuille
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille