aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2012-09-06Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-09-06Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-09-06Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-18Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-05-18Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
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-22Introduce explicit -walletupgrade optionPieter Wuille
2012-03-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-27Free pwalletdbEncryption after encryping walletPieter Wuille
2012-02-19Merge pull request #864 from sipa/fix_856Pieter Wuille
2012-02-18Free pwalletdbEncryption after encryping walletPieter Wuille
2012-02-18Make compressed pubkeys require 0.6.0Pieter Wuille
2012-02-18Move GenerateNewKey back to CWalletPieter Wuille
2012-02-18Add SetMinVersion to CWalletPieter Wuille
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
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-20Merge pull request #677 from luke-jr/minfee_modesGavin Andresen
2011-12-20Merge branch 'op_eval'Gavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Fix logic for IsChange() for send-to-self transactions.Gavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Support 3 new multisignature IsStandard transactionsGavin Andresen
2011-12-17Key import and exportPieter Wuille
2011-12-17Preparations for key import/exportPieter Wuille
2011-12-17Make CWalletTx::pwallet privatePieter Wuille
2011-12-14GetMinFee takes a mode parameter (GMF_{BLOCK,RELAY,SEND}) instead of fForRelayLuke Dashjr
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen
2011-11-20Never remove database files on shutdown, it caused unreadable wallets on some...Gavin Andresen
2011-11-17Only remove database log files on shutdown after wallet encryption/rewriteGavin Andresen
2011-11-17Create new keypool for newly encrypted wallets.Gavin Andresen