| Commit message (Expand) | Author | Age | Files | Lines |
| * | directory re-organization (keeps the old build system) | Jaromil | 2011-04-23 | 1 | -2184/+0 |
| * | getbalance '*' was ignoring minconf param. | Gavin Andresen | 2011-04-18 | 1 | -11/+10 |
| * | Merge branch 'localefix' | Gavin Andresen | 2011-04-15 | 1 | -1/+4 |
| |\ |
|
| | * | Set time locale to POSIX in rfc1123Time so weekday/months in http responses a... | Gavin Andresen | 2011-04-15 | 1 | -1/+4 |
| * | | Send/return full bitcoin version string in Server and User-Agent HTTP headers | Jeff Garzik | 2011-04-15 | 1 | -4/+5 |
| |/ |
|
| * | Merge branch 'listimmature' of /Users/gavin/src/gavin_btc | Gavin Andresen | 2011-04-12 | 1 | -12/+20 |
| |\ |
|
| | * | Report immature coinbase transactions in listtransactions | Gavin Andresen | 2011-04-05 | 1 | -12/+20 |
| * | | rfc1123Time: increase buffer size for time string | Jeff Garzik | 2011-04-08 | 1 | -1/+1 |
| |/ |
|
| * | Fixed issue 76 -- RPC error where addresses from addressbook's sending tab ap... | Eric Swanson | 2011-04-05 | 1 | -2/+5 |
| * | RPC sendmany must acquire cs_main lock | Jeff Garzik | 2011-04-05 | 1 | -0/+1 |
| * | Fix deadlocks in setaccount, sendfrom RPC calls | Jeff Garzik | 2011-04-04 | 1 | -34/+48 |
| * | sendmany RPC command, to send to multiple recipients in one transaction. | Gavin Andresen | 2011-03-13 | 1 | -0/+73 |
| * | throw JSONRPCError(-5, "Invalid bitcoin address") instead. | Matt Corallo | 2011-03-05 | 1 | -1/+1 |
| * | setaccount should return if an invalid address is provided. | Matt Corallo | 2011-03-05 | 1 | -0/+6 |
| * | Do not round input amounts; allow RPC full precision. | Gavin Andresen | 2011-02-23 | 1 | -1/+1 |
| * | Use ValueFromAmount consistently | Gavin Andresen | 2011-02-23 | 1 | -8/+8 |
| * | Merge branch 'master' of https://github.com/sandos/bitcoin into sandos-master | tcatm | 2011-02-23 | 1 | -0/+2 |
| |\ |
|
| | * | Set SO_REUSEADDR for JSON-RPC port | sandos | 2011-02-10 | 1 | -0/+2 |
| * | | Visual C++ compatibility fixes | Gavin Andresen | 2011-02-10 | 1 | -3/+3 |
| |/ |
|
| * | Reconcile getbalance and listaccounts 0 in the shared-wallet case | Gavin Andresen | 2011-01-20 | 1 | -0/+8 |
| * | ReacceptWalletTransactions bugfix | Gavin Andresen | 2011-01-19 | 1 | -0/+24 |
| * | Merge branch 'listaccountsbug' of https://github.com/gavinandresen/bitcoin-gi... | Gavin Andresen | 2011-01-18 | 1 | -3/+3 |
| |\ |
|
| | * | Fix so listaccounts with minconf works. | Gavin Andresen | 2011-01-10 | 1 | -3/+3 |
| * | | Merge branch 'gettransaction' of https://github.com/gavinandresen/bitcoin-git... | Gavin Andresen | 2011-01-18 | 1 | -6/+14 |
| |\| |
|
| | * | Add account/address details to gettransaction output | Gavin Andresen | 2011-01-07 | 1 | -6/+14 |
| * | | Fix setaccount/getaccountaddress interaction bug | Gavin Andresen | 2011-01-13 | 1 | -10/+30 |
| |/ |
|
| * | Add time to category:move transactions. | Gavin Andresen | 2011-01-05 | 1 | -0/+1 |
| * | Add address to listtransactions output | Gavin Andresen | 2010-12-21 | 1 | -15/+29 |
| * | Missed a int64_t cast when I added transaction time output | gavinandresen | 2010-12-17 | 1 | -1/+1 |
| * | listtransactions was reporting address instead of account for 'receive' | gavinandresen | 2010-12-16 | 1 | -2/+5 |
| * | New RPC command: listaccounts. New RPC setting -rpctimeout. And listtransac... | gavinandresen | 2010-12-16 | 1 | -100/+197 |
| * | correction | s_nakamoto | 2010-12-12 | 1 | -0/+30 |
| * | added some DoS limits, removed safe mode | s_nakamoto | 2010-12-12 | 1 | -30/+0 |
| * | All boolean options/flags now work the same way. | gavinandresen | 2010-12-03 | 1 | -5/+5 |
| * | JSON methods: listtransactions, gettransaction, move, sendfrom and getbalance... | gavinandresen | 2010-11-30 | 1 | -79/+166 |
| * | -- version 0.3.17 releasev0.3.17 | s_nakamoto | 2010-11-25 | 1 | -0/+4 |
| * | still working on account-based commands getbalance, move and sendfrom, they'r... | s_nakamoto | 2010-11-25 | 1 | -0/+2 |
| * | new getwork | s_nakamoto | 2010-11-23 | 1 | -4/+115 |
| * | Depracate "label" API, replacing with account | gavinandresen | 2010-11-22 | 1 | -79/+341 |
| * | Add paytxfee to getinfo output | gavinandresen | 2010-11-10 | 1 | -0/+1 |
| * | bugfixes from Dean Gores, | s_nakamoto | 2010-10-23 | 1 | -0/+1 |
| * | testnet and keypoololdest added to RPC getinfo output. And RPC now sends pro... | gavinandresen | 2010-10-22 | 1 | -6/+19 |
| * | validateaddress RPC command | gavinandresen | 2010-10-20 | 1 | -0/+23 |
| * | -rpcssl=1 option, allowing secure HTTPS JSON-RPC connections on OSX/Unix. | gavinandresen | 2010-10-11 | 1 | -11/+120 |
| * | key pool for safer wallet backup | s_nakamoto | 2010-10-09 | 1 | -1/+1 |
| * | config option -rpcallowip= to accept json-rpc connections from another machine | s_nakamoto | 2010-09-15 | 1 | -6/+18 |
| * | Gavin Andresen: json-rpc return standard error objects with error code numbers, | s_nakamoto | 2010-09-06 | 1 | -79/+151 |
| * | propset svn:eol-style native | s_nakamoto | 2010-08-29 | 1 | -1202/+1202 |
| * | change switch name to -disablesafemode | s_nakamoto | 2010-08-25 | 1 | -2/+2 |
| * | more rpc methods allowed in safe mode | s_nakamoto | 2010-08-25 | 1 | -2/+21 |