aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Prevent RPC 'move' from deadlockingPieter Wuille2012-11-141-2/+2
* | Merge pull request #1830 from Diapolo/trans_rem_spacesWladimir J. van der Laan2012-11-041-1/+1
|\ \
| * | fix some double-spaces in stringsPhilip Kaufmann2012-10-251-1/+1
* | | New createmultisig rpc commandGavin Andresen2012-10-291-15/+48
|/ /
* / Use CHashWriter also in SignatureHash(), and for message signingPieter Wuille2012-10-191-4/+4
|/
* Merge pull request #1859 from Diapolo/proxy_locksPieter Wuille2012-10-071-3/+3
|\
| * add LOCK() for proxy related data-structuresPhilip Kaufmann2012-10-041-3/+3
* | Document RPC error codesWladimir J. van der Laan2012-10-041-41/+41
|/
* Merge branch '2012_09_fixwformat' of github.com:laanwj/bitcoinGavin Andresen2012-10-011-1/+1
|\
| * fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-1/+1
* | Add a backup warning to the encryptwallet RPC commandkjj22012-09-301-1/+1
|/
* Merge branch 'refactor_times' of git://github.com/luke-jr/bitcoinGavin Andresen2012-09-181-2/+2
|\
| * Bugfix: Initialize CWallet::nOrderPosNext on an empty wallet, and save it in dbLuke Dashjr2012-09-081-2/+2
* | Merge pull request #1738 from laanwj/2012_08_boostthreadJeff Garzik2012-09-041-2/+2
|\ \
| * | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-2/+2
* | | Merge pull request #1774 from luke-jr/refactor_timesGavin Andresen2012-09-021-1/+2
|\ \ \ | |/ / |/| / | |/
| * Bugfix: Require OrderedTxItems to provide properly scoped accounting entry listLuke Dashjr2012-09-021-1/+2
* | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+31
|\ \
| * | Change CWallet addressgrouping to use CTxDestination instead of strings.Gregory Maxwell2012-08-241-5/+9
| * | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+27
| |/
* | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-4/+2
* | Treat generation (mined) transactions less different from receive transactionsLuke Dashjr2012-08-231-33/+22
|/
* Choose reasonable "smart" times to display for transactionsLuke Dashjr2012-08-231-20/+2
* JSON-RPC: Add "blocktime" and (for wallet transactions) "timereceived" to tra...Luke Dashjr2012-08-231-0/+2
* Store a fixed order of transactions (and accounting) in the walletLuke Dashjr2012-08-231-5/+7
* Spaces in stringsxanatos2012-08-231-2/+2
* RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-0/+31
* RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-211-0/+1429