aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.h
AgeCommit message (Expand)Author
2012-11-16Prevent RPC 'move' from deadlockingPieter Wuille
2012-10-08Handle corrupt wallets gracefully.Gavin Andresen
2012-09-18Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik
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-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-24Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell
2012-08-24Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell
2012-08-24Avoid leaving return types or function attributes on their own lines.Gregory Maxwell
2012-08-23Treat generation (mined) transactions less different from receive transactionsLuke Dashjr
2012-08-23Add txout address filtering to listunspent.Gregory Maxwell
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-07-05Implement raw transaction RPC callsGavin Andresen
2012-06-29Fix a few typosfanquake
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-18Update License in File HeadersFordy
2012-05-03remove obsolete BackupWallet() entry in wallet.hPhilip Kaufmann
2012-04-21Remove no-longer used UI hints in bitcoin coreWladimir J. van der Laan
2012-04-21change type of various bare chars to bool that are only used as bool (and nev...Wladimir J. van der Laan
2012-04-17Further reduce header dependenciesPieter Wuille
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-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-07Update all copyrights to 2012Gavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
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-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