aboutsummaryrefslogtreecommitdiff
path: root/rpc.cpp
AgeCommit message (Expand)Author
2011-04-18getbalance '*' was ignoring minconf param.Gavin Andresen
2011-04-15Merge branch 'localefix'Gavin Andresen
2011-04-15Set time locale to POSIX in rfc1123Time so weekday/months in http responses a...Gavin Andresen
2011-04-15Send/return full bitcoin version string in Server and User-Agent HTTP headersJeff Garzik
2011-04-12Merge branch 'listimmature' of /Users/gavin/src/gavin_btcGavin Andresen
2011-04-08rfc1123Time: increase buffer size for time stringJeff Garzik
2011-04-05Report immature coinbase transactions in listtransactionsGavin Andresen
2011-04-05Fixed issue 76 -- RPC error where addresses from addressbook's sending tab ap...Eric Swanson
2011-04-05RPC sendmany must acquire cs_main lockJeff Garzik
2011-04-04Fix deadlocks in setaccount, sendfrom RPC callsJeff Garzik
2011-03-13sendmany RPC command, to send to multiple recipients in one transaction.Gavin Andresen
2011-03-05throw JSONRPCError(-5, "Invalid bitcoin address") instead.Matt Corallo
2011-03-05setaccount should return if an invalid address is provided.Matt Corallo
2011-02-23Do not round input amounts; allow RPC full precision.Gavin Andresen
2011-02-23Use ValueFromAmount consistentlyGavin Andresen
2011-02-23Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-mastertcatm
2011-02-10Visual C++ compatibility fixesGavin Andresen
2011-02-10Set SO_REUSEADDR for JSON-RPC portsandos
2011-01-20Reconcile getbalance and listaccounts 0 in the shared-wallet caseGavin Andresen
2011-01-19ReacceptWalletTransactions bugfixGavin Andresen
2011-01-18Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-gi...Gavin Andresen
2011-01-18Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git...Gavin Andresen
2011-01-13Fix setaccount/getaccountaddress interaction bugGavin Andresen
2011-01-10Fix so listaccounts with minconf works.Gavin Andresen
2011-01-07Add account/address details to gettransaction outputGavin Andresen
2011-01-05Add time to category:move transactions.Gavin Andresen
2010-12-21Add address to listtransactions outputGavin Andresen
2010-12-17Missed a int64_t cast when I added transaction time outputgavinandresen
2010-12-16listtransactions was reporting address instead of account for 'receive'gavinandresen
2010-12-16New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac...gavinandresen
2010-12-12corrections_nakamoto
2010-12-12added some DoS limits, removed safe modes_nakamoto
2010-12-03All boolean options/flags now work the same way.gavinandresen
2010-11-30JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance...gavinandresen
2010-11-25-- version 0.3.17 releasev0.3.17s_nakamoto
2010-11-25still working on account-based commands getbalance, move and sendfrom, they'r...s_nakamoto
2010-11-23new getworks_nakamoto
2010-11-22Depracate "label" API, replacing with accountgavinandresen
2010-11-10Add paytxfee to getinfo outputgavinandresen
2010-10-23bugfixes from Dean Gores,s_nakamoto
2010-10-22testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro...gavinandresen
2010-10-20validateaddress RPC commandgavinandresen
2010-10-11-rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix.gavinandresen
2010-10-09key pool for safer wallet backups_nakamoto
2010-09-15config option -rpcallowip= to accept json-rpc connections from another machines_nakamoto
2010-09-06Gavin Andresen: json-rpc return standard error objects with error code numbers,s_nakamoto
2010-08-29propset svn:eol-style natives_nakamoto
2010-08-25change switch name to -disablesafemodes_nakamoto
2010-08-25more rpc methods allowed in safe modes_nakamoto
2010-08-25alert systems_nakamoto