aboutsummaryrefslogtreecommitdiff
path: root/rpc.cpp
Commit message (Expand)AuthorAgeFilesLines
* directory re-organization (keeps the old build system)Jaromil2011-04-231-2184/+0
* getbalance '*' was ignoring minconf param.Gavin Andresen2011-04-181-11/+10
* Merge branch 'localefix'Gavin Andresen2011-04-151-1/+4
|\
| * Set time locale to POSIX in rfc1123Time so weekday/months in http responses a...Gavin Andresen2011-04-151-1/+4
* | Send/return full bitcoin version string in Server and User-Agent HTTP headersJeff Garzik2011-04-151-4/+5
|/
* Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen2011-04-121-12/+20
|\
| * Report immature coinbase transactions in listtransactionsGavin Andresen2011-04-051-12/+20
* | rfc1123Time: increase buffer size for time stringJeff Garzik2011-04-081-1/+1
|/
* Fixed issue 76 -- RPC error where addresses from addressbook's sending tab ap...Eric Swanson2011-04-051-2/+5
* RPC sendmany must acquire cs_main lockJeff Garzik2011-04-051-0/+1
* Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik2011-04-041-34/+48
* sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen2011-03-131-0/+73
* throw JSONRPCError(-5, "Invalid bitcoin address") instead.Matt Corallo2011-03-051-1/+1
* setaccount should return if an invalid address is provided.Matt Corallo2011-03-051-0/+6
* Do not round input amounts; allow RPC full precision.Gavin Andresen2011-02-231-1/+1
* Use ValueFromAmount consistentlyGavin Andresen2011-02-231-8/+8
* Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-mastertcatm2011-02-231-0/+2
|\
| * Set SO_REUSEADDR for JSON-RPC portsandos2011-02-101-0/+2
* | Visual C++ compatibility fixesGavin Andresen2011-02-101-3/+3
|/
* Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen2011-01-201-0/+8
* ReacceptWalletTransactions bugfixGavin Andresen2011-01-191-0/+24
* Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-gi...Gavin Andresen2011-01-181-3/+3
|\
| * Fix so listaccounts with minconf works.Gavin Andresen2011-01-101-3/+3
* | Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git...Gavin Andresen2011-01-181-6/+14
|\|
| * Add account/address details to gettransaction outputGavin Andresen2011-01-071-6/+14
* | Fix setaccount/getaccountaddress interaction bugGavin Andresen2011-01-131-10/+30
|/
* Add time to category:move transactions.Gavin Andresen2011-01-051-0/+1
* Add address to listtransactions outputGavin Andresen2010-12-211-15/+29
* Missed a int64_t cast when I added transaction time outputgavinandresen2010-12-171-1/+1
* listtransactions was reporting address instead of account for 'receive'gavinandresen2010-12-161-2/+5
* New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen2010-12-161-100/+197
* corrections_nakamoto2010-12-121-0/+30
* added some DoS limits, removed safe modes_nakamoto2010-12-121-30/+0
* All boolean options/flags now work the same way.gavinandresen2010-12-031-5/+5
* JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen2010-11-301-79/+166
* -- version 0.3.17 releasev0.3.17s_nakamoto2010-11-251-0/+4
* still working on account-based commands getbalance, move and sendfrom, they'r...s_nakamoto2010-11-251-0/+2
* new getworks_nakamoto2010-11-231-4/+115
* Depracate "label" API, replacing with accountgavinandresen2010-11-221-79/+341
* Add paytxfee to getinfo outputgavinandresen2010-11-101-0/+1
* bugfixes from Dean Gores,s_nakamoto2010-10-231-0/+1
* testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen2010-10-221-6/+19
* validateaddress RPC commandgavinandresen2010-10-201-0/+23
* -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen2010-10-111-11/+120
* key pool for safer wallet backups_nakamoto2010-10-091-1/+1
* config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto2010-09-151-6/+18
* Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto2010-09-061-79/+151
* propset svn:eol-style natives_nakamoto2010-08-291-1202/+1202
* change switch name to -disablesafemodes_nakamoto2010-08-251-2/+2
* more rpc methods allowed in safe modes_nakamoto2010-08-251-2/+21