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