aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * obtain cs_wallet mutex to protect vchDefaultKeyGavin Andresen2011-09-011-9/+12
| * Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-011-7/+24
| * Fixed potential deadlocks in GUI code.Gavin Andresen2011-08-311-16/+0
| * Fix rpc-hanging deadlocksGavin Andresen2011-08-311-109/+100
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-08-161-1/+2
|\|
| * Unify copyright notices.Matt Corallo2011-08-091-1/+2
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-271-1/+1
|\|
| * Bugfix: don't overuse limited ExtractAddressPieter Wuille2011-07-261-1/+1
* | Merge remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-32/+33
|\|
| * Merge pull request #403 from sipa/cbitcoinaddressJeff Garzik2011-07-241-29/+22
| |\
| | * Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-24/+20
| | * get rid of mapPubKeysPieter Wuille2011-07-171-6/+3
| * | Fix for small change outputsPieter Wuille2011-07-241-3/+11
| |/
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-32/+243
|\|
| * Fix Build in GetReservedKey() in wallet.cppMatt Corallo2011-07-141-1/+1
| * Generate Warning when using default key.Matt Corallo2011-07-141-0/+3
| * Fix crashes when a wallet is locked and GetReservedKey() is calledMatt Corallo2011-07-141-1/+4
| * Merge pull request #406 from muggenhor/warning-fixesJeff Garzik2011-07-131-0/+1
| |\
| | * fix warning: control reaches end of non-void function [-Wreturn-type]Giel van Schijndel2011-07-131-0/+1
| * | Bugfix: add autogenerated addresses to address bookPieter Wuille2011-07-131-0/+3
| |/
| * Update CWallet::LoadWallet for proper return type.Jeff Garzik2011-07-131-3/+3
| * fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel2011-07-131-3/+0
| * Merge pull request #381 from TheBlueMatt/nminversionJeff Garzik2011-07-121-2/+3
| |\
| | * Add minversion to wallet.Matt Corallo2011-07-051-2/+3
| * | Make an invalid addrIncoming so that old clients crash.Matt Corallo2011-07-131-0/+15
| * | Use DB Transactions when encrypting wallet.Matt Corallo2011-07-131-6/+25
| * | Set the number of SHA512 rounds based on the speed of the computer.Matt Corallo2011-07-131-0/+26
| * | Add wallet privkey encryption.Matt Corallo2011-07-131-20/+162
| * | Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-4/+5
| * | Fix synchronization of default keyPieter Wuille2011-07-051-10/+14
| |/
| * Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez2011-06-271-0/+18
| * Fix segfault when creating new walletPieter Wuille2011-06-261-9/+3
| * Bugfixes walletclassPieter Wuille2011-06-201-1/+1
| * CWalletTx::GetAmounts(): pass NULL for CKeyStore*, rather than falseJeff Garzik2011-06-181-1/+1
| * CWallet classPieter Wuille2011-06-151-103/+170
| * move wallet code to separate filePieter Wuille2011-06-151-0/+1056
* Show unconfirmed balance on overview pageWladimir J. van der Laan2011-07-111-0/+15
* Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan2011-07-071-69/+32
* as there is no "default receiving address" in this GUI, don't autogenerate ne...Wladimir J. van der Laan2011-07-041-2/+2
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-0/+1176