aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
AgeCommit message (Expand)Author
2012-12-12Merge pull request #1861 from jgarzik/coinlockGavin Andresen
2012-12-04rework ThreadSafeAskFee() / askFee() functionsPhilip Kaufmann
2012-11-24Merge pull request #2013 from sipa/blockheaderPieter Wuille
2012-11-16Merge pull request #2009 from sipa/fixmoveGavin Andresen
2012-11-15Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik
2012-11-16Split off CBlockHeader from CBlockPieter Wuille
2012-11-14Prevent RPC 'move' from deadlockingPieter Wuille
2012-11-13add CWalletTx::GetImmatureCredit() and use it in CWallet::GetImmatureBalance()Philip Kaufmann
2012-11-04Merge pull request #1830 from Diapolo/trans_rem_spacesWladimir J. van der Laan
2012-11-01Bugfix: do not keep relaying spent wallet transactionsPieter Wuille
2012-10-25fix some double-spaces in stringsPhilip Kaufmann
2012-10-21Bugfix: do not mark all future coins spentPieter Wuille
2012-10-20Transaction hash cachingPieter Wuille
2012-10-20Batch block connection during IBDPieter Wuille
2012-10-20UltraprunePieter Wuille
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