Merge branch '0.4.x' into 0.5.x
[novacoin.git] / src / wallet.cpp
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
2012-03-03 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-02-27 Pieter WuilleFree pwalletdbEncryption after encryping wallet
2011-12-20 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-26 Dylan NoblesmithImplement an mlock()'d string class for storing passphrases
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-20 Gavin AndresenNever remove database files on shutdown, it caused...
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-17 Gavin AndresenOnly remove database log files on shutdown after wallet...
2011-11-17 Gavin AndresenCreate new keypool for newly encrypted wallets.
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-15 Pieter WuilleResilvering
2011-11-15 Gavin AndresenObsolete keypool and make sure database removes log...
2011-11-14 Pieter WuilleResilvering
2011-11-06 Pieter WuilleSome extra comments
2011-11-02 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-10-25 Matt CoralloAdd returns to avoid annoying compile-time warnings.
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-01 Gavin Andresenobtain cs_wallet mutex to protect vchDefaultKey
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-08-31 Gavin AndresenFixed potential deadlocks in GUI code.
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-27 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-26 Pieter WuilleBugfix: don't overuse limited ExtractAddress
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-24 Pieter WuilleFix for small change outputs
2011-07-17 Pieter WuilleUse CBitcoinAddress instead of string/uint160
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-15 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-15 Wladimir J. van... Add call to request unconfirmed balance
2011-07-14 Matt CoralloFix Build in GetReservedKey() in wallet.cpp
2011-07-14 Matt CoralloGenerate Warning when using default key.
2011-07-14 Matt CoralloFix crashes when a wallet is locked and GetReservedKey...
2011-07-13 Jeff GarzikMerge pull request #406 from muggenhor/warning-fixes
2011-07-13 Giel van Schijndelfix warning: control reaches end of non-void function...
2011-07-13 Pieter WuilleBugfix: add autogenerated addresses to address book
2011-07-13 Jeff GarzikUpdate CWallet::LoadWallet for proper return type.
2011-07-13 Giel van Schijndelfix warning: unused variable 'X' [-Wunused-variable]
2011-07-13 Jeff GarzikMerge pull request #381 from TheBlueMatt/nminversion
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloUse DB Transactions when encrypting wallet.
2011-07-13 Matt CoralloSet the number of SHA512 rounds based on the speed...
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-11 Wladimir J. van... Show unconfirmed balance on overview page
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... temp patch for qtui
2011-07-05 Matt CoralloAdd minversion to wallet.
2011-07-05 Pieter WuilleFix synchronization of default key
2011-07-04 Wladimir J. van... as there is no "default receiving address" in this...
2011-06-27 Stéphane GimenezFix AddressBook syncrhonization between a CWallet and...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-26 Pieter WuilleFix segfault when creating new wallet
2011-06-20 Pieter WuilleBugfixes walletclass
2011-06-19 Jeff GarzikCWalletTx::GetAmounts(): pass NULL for CKeyStore*,...
2011-06-15 Pieter WuilleCWallet class
2011-06-15 Pieter Wuillemove wallet code to separate file