Age | Commit message (Expand) | Author |
2012-09-23 | Merge pull request #1836 from kjj2/stopdetach | Wladimir J. van der Laan |
2012-09-22 | Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju... | kjj2 |
2012-09-21 | Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintf | Wladimir J. van der Laan |
2012-09-18 | Trim trailing whitespace for src/*.{h,cpp} | Jeff Garzik |
2012-09-12 | fix signed/unsigned in strprintf and CNetAddr::GetByte() | Philip Kaufmann |
2012-09-12 | Do not abort if RPC listening for IPv6 fails | Pieter Wuille |
2012-08-29 | Rename CreateThread to NewThread | Wladimir J. van der Laan |
2012-08-24 | Merge pull request #1672 from gmaxwell/filter_listunspent | Gregory Maxwell |
2012-08-24 | Avoid leaving return types or function attributes on their own lines. | Gregory Maxwell |
2012-08-23 | Add txout address filtering to listunspent. | Gregory Maxwell |
2012-08-23 | Add address groupings RPC from the coincontrol patches. | coderrr |
2012-08-21 | RPC: add facility to enable RPCs to run outside cs_main, wallet locks | Jeff Garzik |
2012-08-21 | Merge pull request #1693 from jgarzik/rpcwallet | Jeff Garzik |
2012-08-21 | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module | Jeff Garzik |
2012-08-21 | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp module | Jeff Garzik |
2012-08-21 | Merge pull request #1690 from gavinandresen/signrawtx_null | Gregory Maxwell |
2012-08-21 | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC code | Jeff Garzik |
2012-08-21 | RPC, cosmetic: de-indent getblocktemplate() | Jeff Garzik |
2012-08-21 | RPC: split new 'submitblock' out of 'getblocktemplate' | Jeff Garzik |
2012-08-20 | Allow signrawtransaction '...' null null 'hashtype' | Gavin Andresen |
2012-08-03 | Merge branch 'gmp_bip_0.6.0' into gmp_bip | Luke Dashjr |
2012-08-03 | Minimal BIP 22 (getblocktemplate) support | Luke Dashjr |
2012-08-01 | Merge pull request #1612 from luke-jr/opti_getblkhash | Gregory Maxwell |
2012-08-01 | Optimize JSON-RPC getblockhash | Luke Dashjr |
2012-08-01 | Bugfix: Fix a variety of misspellings | Luke Dashjr |
2012-07-26 | Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoin | Gavin Andresen |
2012-07-17 | Give a better error message than 'type mismatch' for complex JSON arguments | Gavin Andresen |
2012-07-17 | Fix thread names after review | Giel van Schijndel |
2012-07-17 | Give threads a recognisable name to aid in debugging | Giel van Schijndel |
2012-07-05 | bitcoinrpc.cpp: Removed outdated comment | Jeff Garzik |
2012-07-05 | Use unsigned ints to fix signed/unsigned warnings | Gavin Andresen |
2012-07-05 | Implement raw transaction RPC calls | Gavin Andresen |
2012-07-05 | RPCTypeCheck method to make type-checking JSON Arrays easier. | Gavin Andresen |
2012-07-05 | Rework gettransaction / getblock RPC calls | Gavin Andresen |
2012-07-03 | RPC: add support for JSON-RPC 2.0-style request batching | Jeff Garzik |
2012-07-03 | RPC: break out high level JSON-RPC req/resp into their own functions | Jeff Garzik |
2012-06-29 | RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data | Jeff Garzik |
2012-06-28 | Create new rpcnet module, and move 'getconnectioncount' RPC to it | Jeff Garzik |
2012-06-28 | Fix build error. | Matt Corallo |
2012-06-28 | Lock vnThreadsRunning[THREAD_RPCHANDLER]. | Matt Corallo |
2012-06-28 | Use a rpc-specific queue to tell asio connections to shutdown. | Matt Corallo |
2012-06-28 | Revert "*Always* send a shutdown signal to enable custom shutdown actions" | Matt Corallo |
2012-06-24 | Cancel outstanding listen ops for RPC when shutting down | Giel van Schijndel |
2012-06-24 | Merge branch 'master' into async-ipv6-rpc | Giel van Schijndel |
2012-06-22 | RPC: add 'getrawmempool', listing all transaction ids in memory pool | Jeff Garzik |
2012-06-17 | *Always* send a shutdown signal to enable custom shutdown actions | Giel van Schijndel |
2012-06-17 | Merge branch 'master' into async-ipv6-rpc | Giel van Schijndel |
2012-06-12 | introduce a new StartShutdown() function, which starts a thread with Shutdown... | Philip Kaufmann |
2012-06-04 | Merge branch 'netopt' of https://github.com/sipa/bitcoin | Gavin Andresen |
2012-05-31 | Use ConvertTo to simplify sendmany/addmultisigaddress argument handling | Gavin Andresen |