Age | Commit message (Expand) | Author |
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 |
2010-08-25 | alert system | s_nakamoto |
2010-08-20 | warning message if clock is too far off | s_nakamoto |
2010-08-16 | blocks-1, | s_nakamoto |
2010-08-12 | fix -datadir=./subdir relative path, | s_nakamoto |
2010-08-11 | fix build, thanks jgarzik | s_nakamoto |
2010-08-10 | gethashespersec and added version and hashespersec to getinfo | s_nakamoto |
2010-08-10 | json-spirit print reals with 8 decimal places, | s_nakamoto |
2010-08-03 | new safety feature displays a warning message and locks down RPC if it detect... | s_nakamoto |
2010-07-26 | bitcoind now compiles without wxWidgets or wxBase | s_nakamoto |
2010-07-25 | Gavin: BIO_FLAGS_BASE64_NO_NL | s_nakamoto |
2010-07-25 | Lachesis: remove newlines every 64 characters in EncodeBase64 | s_nakamoto |