aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
AgeCommit message (Expand)Author
2012-07-05Fix a few typosfanquake
2012-05-20Update License in File HeadersFordy
2012-05-04Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-04Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-04remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-17Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-03-22Introduce explicit -walletupgrade optionPieter Wuille
2012-02-18Move GenerateNewKey back to CWalletPieter Wuille
2012-02-18Add SetMinVersion to CWalletPieter Wuille
2012-02-07Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-16Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-10Remove unused definitionPieter Wuille
2012-01-09Remove unused definitionPieter Wuille
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-17Key import and exportPieter Wuille
2011-12-17Preparations for key import/exportPieter Wuille
2011-12-17Make CWalletTx::pwallet privatePieter Wuille
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen
2011-11-07Some extra commentsPieter Wuille
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
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-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-09Unify copyright notices.Matt Corallo
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan
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-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-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-05Fix synchronization of default keyPieter Wuille