| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a getaddednodeinfo RPC. | Matt Corallo | 2013-01-27 | 1 | -0/+2 |
| * | Add addnode RPC command. | Matt Corallo | 2013-01-27 | 1 | -0/+1 |
| * | make bitcoinrpc.cpp UTF-8 conformant again | Philip Kaufmann | 2013-01-20 | 1 | -1/+1 |
| * | Convert fRescan argument to importprivkey to bool | Pieter Wuille | 2012-12-19 | 1 | -0/+1 |
| * | Merge pull request #1861 from jgarzik/coinlock | Gavin Andresen | 2012-12-12 | 1 | -0/+4 |
| |\ |
|
| | * | Add new RPC "lockunspent", to prevent spending of selected outputs | Jeff Garzik | 2012-11-15 | 1 | -0/+4 |
| * | | update CClientUIInterface and remove orphan Wx stuff | Philip Kaufmann | 2012-11-26 | 1 | -2/+2 |
| * | | RPC: Forbid RPC username == RPC password | Jeff Garzik | 2012-11-15 | 1 | -1/+3 |
| |/ |
|
| * | Merge pull request #1977 from Diapolo/rem_printf_redef_rpc | Wladimir J. van der Laan | 2012-11-10 | 1 | -3/+0 |
| |\ |
|
| | * | remove printf redefinition from bitcoinrpc.cpp | Philip Kaufmann | 2012-11-04 | 1 | -3/+0 |
| * | | Merge branch 'http-improvements' | Jeff Garzik | 2012-11-09 | 1 | -12/+57 |
| |\ \ |
|
| | * | | RPC: HTTP server uses its own ReadHTTPRequestLine() | Jeff Garzik | 2012-11-04 | 1 | -4/+41 |
| | * | | RPC, cosmetic: push down ReadHTTPStatus() calls into ReadHTTP() callers | Jeff Garzik | 2012-11-04 | 1 | -11/+19 |
| | |/ |
|
| * / | Remove -detachdb and stop's detach argument. | Pieter Wuille | 2012-11-04 | 1 | -5/+3 |
| |/ |
|
| * | New createmultisig rpc command | Gavin Andresen | 2012-10-29 | 1 | -0/+3 |
| * | Add gettxout and gettxoutsetinfo RPCs | Pieter Wuille | 2012-10-20 | 1 | -0/+4 |
| * | fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cpp | Philip Kaufmann | 2012-10-05 | 1 | -1/+1 |
| * | Add constants for HTTP status codes | Wladimir J. van der Laan | 2012-10-04 | 1 | -17/+17 |
| * | Document RPC error codes | Wladimir J. van der Laan | 2012-10-04 | 1 | -18/+18 |
| * | fix -Wformat warnings all over the source | Philip Kaufmann | 2012-10-01 | 1 | -1/+1 |
| * | Remove stack randomization | Pieter Wuille | 2012-09-28 | 1 | -4/+0 |
| * | Merge pull request #1862 from kjj2/testports | Pieter Wuille | 2012-09-28 | 1 | -2/+7 |
| |\ |
|
| | * | Fix: when testnet=1 specified, change default ports to 18332 and 18333 | kjj2 | 2012-09-24 | 1 | -2/+7 |
| * | | Merge pull request #1836 from kjj2/stopdetach | Wladimir J. van der Laan | 2012-09-23 | 1 | -3/+8 |
| |\ \ |
|
| | * | | Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju... | kjj2 | 2012-09-22 | 1 | -3/+8 |
| | |/ |
|
| * | | Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf | Wladimir J. van der Laan | 2012-09-21 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann | 2012-09-12 | 1 | -1/+1 |
| * | | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik | 2012-09-18 | 1 | -1/+1 |
| |/ |
|
| * | Do not abort if RPC listening for IPv6 fails | Pieter Wuille | 2012-09-12 | 1 | -5/+20 |
| * | Rename CreateThread to NewThread | Wladimir J. van der Laan | 2012-08-29 | 1 | -1/+1 |
| * | Merge pull request #1672 from gmaxwell/filter_listunspent | Gregory Maxwell | 2012-08-24 | 1 | -0/+2 |
| |\ |
|
| | * | Add txout address filtering to listunspent. | Gregory Maxwell | 2012-08-23 | 1 | -0/+1 |
| | * | Add address groupings RPC from the coincontrol patches. | coderrr | 2012-08-23 | 1 | -0/+1 |
| * | | Avoid leaving return types or function attributes on their own lines. | Gregory Maxwell | 2012-08-24 | 1 | -2/+1 |
| |/ |
|
| * | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik | 2012-08-21 | 1 | -58/+62 |
| * | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik | 2012-08-21 | 1 | -1624/+2 |
| |\ |
|
| | * | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik | 2012-08-21 | 1 | -187/+0 |
| | * | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik | 2012-08-21 | 1 | -1437/+2 |
| * | | Merge pull request #1690 from gavinandresen/signrawtx_null | Gregory Maxwell | 2012-08-21 | 1 | -10/+16 |
| |\ \
| |/
|/| |
|
| | * | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen | 2012-08-20 | 1 | -10/+16 |
| * | | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik | 2012-08-21 | 1 | -365/+9 |
| * | | RPC, cosmetic: de-indent getblocktemplate() | Jeff Garzik | 2012-08-21 | 1 | -95/+93 |
| * | | RPC: split new 'submitblock' out of 'getblocktemplate' | Jeff Garzik | 2012-08-21 | 1 | -20/+32 |
| |/ |
|
| * | Merge branch 'gmp_bip_0.6.0' into gmp_bip | Luke Dashjr | 2012-08-03 | 1 | -18/+93 |
| |\ |
|
| | * | Minimal BIP 22 (getblocktemplate) support | Luke Dashjr | 2012-08-03 | 1 | -20/+95 |
| * | | Merge pull request #1612 from luke-jr/opti_getblkhash | Gregory Maxwell | 2012-08-01 | 1 | -4/+1 |
| |\ \ |
|
| | * | | Optimize JSON-RPC getblockhash | Luke Dashjr | 2012-08-01 | 1 | -4/+1 |
| * | | | Bugfix: Fix a variety of misspellings | Luke Dashjr | 2012-08-01 | 1 | -6/+6 |
| * | | | Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin | Gavin Andresen | 2012-07-26 | 1 | -2/+20 |
| |\ \ \ |
|
| | * | | | Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it fails | Luke Dashjr | 2012-05-09 | 1 | -1/+11 |