aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-1/+1
* Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-051-5/+5
* Merge pull request #2625 from gavinandresen/walletlock_asioJeff Garzik2013-05-301-56/+11
|\
| * Use boost::asio::deadline_timer for walletpassphrase timeoutGavin Andresen2013-05-071-56/+11
* | Merge pull request #2600 from sipa/keyrefactorJeff Garzik2013-05-301-7/+9
|\ \
| * | CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-6/+8
| * | Make CPubKey statically allocatedPieter Wuille2013-05-301-1/+1
| |/
* | Merge pull request #2104 from al42and/listreceivedbyaddress_txidsJeff Garzik2013-05-301-1/+13
|\ \ | |/ |/|
| * Updated help and tests for getreceivedby(account|address)Andrey2012-12-161-3/+7
| * listreceivedbyaddress now provides tx ids (issue #1149)Andrey2012-12-131-0/+8
* | CreateTransaction: return strFailReason on failureGavin Andresen2013-05-031-6/+3
* | Merge pull request #2272 from gavinandresen/getbalancefixGavin Andresen2013-04-081-2/+2
|\ \
| * | Fix getbalance discrepencyGavin Andresen2013-02-041-2/+2
| |/
* | Rename util.h Sleep --> MilliSleepGavin Andresen2013-04-031-1/+1
* | Add timeoffset to getinfo RPC callPeter Todd2013-01-111-0/+1
|/
* Merge pull request #1861 from jgarzik/coinlockGavin Andresen2012-12-121-1/+76
|\
| * Add new RPC "lockunspent", to prevent spending of selected outputsJeff Garzik2012-11-151-1/+76
* | do not silently ignore errors on "backupwallet" RPC cmdPhilip Kaufmann2012-11-271-1/+2
* | Merge pull request #2009 from sipa/fixmoveGavin Andresen2012-11-161-2/+2
|\ \ | |/ |/|
| * 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