aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2011-11-17Only remove database log files on shutdown after wallet encryption/rewritev0.5.0rc6Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-14ResilveringPieter Wuille
2011-11-07Some extra commentsPieter Wuille
2011-10-25Add returns to avoid annoying compile-time warnings.Matt Corallo
2011-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider
2011-09-02update to work with new lock system, add protocol.* to build systemWladimir J. van der Laan
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-01obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-08-31Fixed potential deadlocks in GUI code.Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-09Unify copyright notices.Matt Corallo
2011-07-27Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-26Bugfix: don't overuse limited ExtractAddressPieter Wuille
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan
2011-07-24Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik
2011-07-24Fix for small change outputsPieter Wuille
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-15Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-14Fix Build in GetReservedKey() in wallet.cppMatt Corallo
2011-07-14Generate Warning when using default key.Matt Corallo
2011-07-14Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo
2011-07-13Merge pull request #406 from muggenhor/warning-fixesJeff Garzik
2011-07-13fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel
2011-07-13Bugfix: add autogenerated addresses to address bookPieter Wuille
2011-07-13Update CWallet::LoadWallet for proper return type.Jeff Garzik
2011-07-13fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel
2011-07-12Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik
2011-07-13Make an invalid addrIncoming so that old clients crash.Matt Corallo
2011-07-13Use DB Transactions when encrypting wallet.Matt Corallo
2011-07-13Set the number of SHA512 rounds based on the speed of the computer.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-11Show unconfirmed balance on overview pageWladimir J. van der Laan
2011-07-08Prepare codebase for Encrypted Keys.Pieter Wuille
2011-07-07Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan
2011-07-05Add minversion to wallet.Matt Corallo
2011-07-05Fix synchronization of default keyPieter Wuille
2011-07-04as there is no "default receiving address" in this GUI, don't autogenerate ne...Wladimir J. van der Laan
2011-06-27Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez
2011-06-26update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan
2011-06-26Fix segfault when creating new walletPieter Wuille
2011-06-20Bugfixes walletclassPieter Wuille
2011-06-18CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than falseJeff Garzik
2011-06-15CWallet classPieter Wuille
2011-06-15move wallet code to separate filePieter Wuille