aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
AgeCommit message (Expand)Author
2012-10-25fix some double-spaces in stringsPhilip Kaufmann
2012-10-19Use CHashWriter also in SignatureHash(), and for message signingPieter Wuille
2012-10-07Merge pull request #1859 from Diapolo/proxy_locksPieter Wuille
2012-10-04Document RPC error codesWladimir J. van der Laan
2012-10-04add LOCK() for proxy related data-structuresPhilip Kaufmann
2012-10-01Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoinGavin Andresen
2012-10-01fix -Wformat warnings all over the sourcePhilip Kaufmann
2012-09-30Add a backup warning to the encryptwallet RPC commandkjj2
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-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-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 address groupings RPC from the coincontrol patches.coderrr
2012-08-23Choose reasonable "smart" times to display for transactionsLuke Dashjr
2012-08-23JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr
2012-08-23Store a fixed order of transactions (and accounting) in the walletLuke Dashjr
2012-08-23Spaces in stringsxanatos
2012-08-21RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik
2012-08-21RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik