aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-3/+3
* Create new keypool for newly encrypted wallets.Gavin Andresen2011-11-171-0/+1
* Some extra commentsPieter Wuille2011-11-071-1/+10
* Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-09-021-11/+6
|\
| * Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen2011-09-011-1/+1
| * Fix rpc-hanging deadlocksGavin Andresen2011-08-311-10/+5
* | 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 remote branch 'upstream/master'Wladimir J. van der Laan2011-07-261-9/+9
|\|
| * Use CBitcoinAddress instead of string/uint160Pieter Wuille2011-07-171-9/+9
| * get rid of mapPubKeysPieter Wuille2011-07-171-3/+3
* | Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan2011-07-151-3/+28
|\|
| * Update CWallet::LoadWallet for proper return type.Jeff Garzik2011-07-131-1/+1
| * Use DB Transactions when encrypting wallet.Matt Corallo2011-07-131-0/+4
| * Add wallet privkey encryption.Matt Corallo2011-07-131-1/+19
| * Prepare codebase for Encrypted Keys.Pieter Wuille2011-07-081-1/+4
| * Fix synchronization of default keyPieter Wuille2011-07-051-0/+1
| * Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez2011-06-271-6/+5
| * Fix segfault when creating new walletPieter Wuille2011-06-261-1/+0
| * Bugfixes walletclassPieter Wuille2011-06-201-1/+1
| * CWallet classPieter Wuille2011-06-151-37/+211
| * move wallet code to separate filePieter Wuille2011-06-151-0/+441
* Show unconfirmed balance on overview pageWladimir J. van der Laan2011-07-111-0/+1
* Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan2011-07-071-3/+6
* update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)Wladimir J. van der Laan2011-06-261-0/+611