aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
2012-09-20Merge pull request #1717 from Diapolo/Qt_change_TX_displayWladimir J. van der Laan
2012-09-18Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen
2012-09-08Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr
2012-09-05Correct LoadWallet() return value (false -> DB_LOAD_OK)xanatos
2012-09-04Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik
2012-09-02Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen
2012-09-02Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr
2012-08-29Rename CreateThread to NewThreadWladimir J. van der Laan
2012-08-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell
2012-08-24Qt: show mined transactions at depth 1Philip Kaufmann
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-08-23Add address groupings RPC from the coincontrol patches.coderrr
2012-08-23Choose reasonable "smart" times to display for transactionsLuke Dashjr
2012-08-23Store a fixed order of transactions (and accounting) in the walletLuke Dashjr
2012-08-23Removed useless assignmentxanatos
2012-08-01Merge pull request #1632 from luke-jr/spellingJeff Garzik
2012-08-01Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-01Update Warning-strings to use a standard-formatPhilip Kaufmann
2012-07-05Implement raw transaction RPC callsGavin Andresen
2012-06-04Fix coin selection to only include change when it's necessary.Chris Moore
2012-06-04Preserve the shuffled order of coins with equal value to give more randomized...Chris Moore
2012-06-04Move the random_shuffle call back into SelectCoinsMinConf() so we can unit te...Chris Moore
2012-06-04Refactor SelectCoinsMinConf() and add unit tests.Chris Moore
2012-06-02Merge pull request #837 from sje397/ShowImmatureBalanceWladimir J. van der Laan
2012-05-25Added 'immature balance' for miners. Only displayed if the balance is greater...sje397
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Process address book updates incrementallyWladimir J. van der Laan
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-05-18Update License in File HeadersFordy
2012-05-14Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-04-22Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Move CWalletDB code to new walletdb module.Jeff Garzik
2012-04-17Remove headers.hPieter Wuille
2012-04-15Fix loop index var types, fixing many minor sign comparison warningsJeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-04Update UI through async calls MainFrameRepaint and AddressBookRepaint instead...Wladimir J. van der Laan
2012-03-22Introduce explicit -walletupgrade optionPieter 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