aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-171-16/+14
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-111-1/+1
| | | |\| |
| | | | * | Merge branch '0.4.x' into 0.5.0.xLuke Dashjr2012-02-111-1/+1
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-02-071-7/+16
| | | |\| |
| | | | * | Update copyrights to 2012 for files modified this yearLuke Dashjr2012-02-071-1/+1
| | | | * | Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell2012-02-071-6/+15
| | | * | | Merge branch '0.5.0.x' into 0.5.xLuke Dashjr2012-01-161-1/+1
| | | |\| |
| | | | * | Code tidyups, fixing various warnings.Luke Dashjr2012-01-161-1/+1
| | | | * | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-12-201-34/+14
| * | | | | Update License in File HeadersFordy2012-05-201-1/+1
| * | | | | Fixed non-sensical error messagePeter Todd2012-05-061-3/+5
* | | | | | Add constants for HTTP status codesWladimir J. van der Laan2012-10-041-17/+17
* | | | | | Document RPC error codesWladimir J. van der Laan2012-10-041-18/+18
* | | | | | fix -Wformat warnings all over the sourcePhilip Kaufmann2012-10-011-1/+1
* | | | | | Remove stack randomizationPieter Wuille2012-09-281-4/+0
* | | | | | Merge pull request #1862 from kjj2/testportsPieter Wuille2012-09-281-2/+7
|\ \ \ \ \ \
| * | | | | | Fix: when testnet=1 specified, change default ports to 18332 and 18333kjj22012-09-241-2/+7
* | | | | | | Merge pull request #1836 from kjj2/stopdetachWladimir J. van der Laan2012-09-231-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Adds a stopdetach <detach> RPC command. <detach> defaults to true. Works ju...kjj22012-09-221-3/+8
| |/ / / / / /
* | | | | | | Merge pull request #1793 from Diapolo/fix_signed_unsigned_strprintfWladimir J. van der Laan2012-09-211-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix signed/unsigned in strprintf and CNetAddr::GetByte()Philip Kaufmann2012-09-121-1/+1
* | | | | | | Trim trailing whitespace for src/*.{h,cpp}Jeff Garzik2012-09-181-1/+1
|/ / / / / /
* | | | | | Do not abort if RPC listening for IPv6 failsPieter Wuille2012-09-121-5/+20
* | | | | | Rename CreateThread to NewThreadWladimir J. van der Laan2012-08-291-1/+1
* | | | | | Merge pull request #1672 from gmaxwell/filter_listunspentGregory Maxwell2012-08-241-0/+2
|\ \ \ \ \ \
| * | | | | | Add txout address filtering to listunspent.Gregory Maxwell2012-08-231-0/+1
| * | | | | | Add address groupings RPC from the coincontrol patches.coderrr2012-08-231-0/+1
* | | | | | | Avoid leaving return types or function attributes on their own lines.Gregory Maxwell2012-08-241-2/+1
|/ / / / / /
* | | | | | RPC: add facility to enable RPCs to run outside cs_main, wallet locksJeff Garzik2012-08-211-58/+62
* | | | | | Merge pull request #1693 from jgarzik/rpcwalletJeff Garzik2012-08-211-1624/+2
|\ \ \ \ \ \
| * | | | | | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp moduleJeff Garzik2012-08-211-187/+0
| * | | | | | RPC, cosmetic: move wallet-related RPCs to new rpcwallet.cpp moduleJeff Garzik2012-08-211-1437/+2
* | | | | | | Merge pull request #1690 from gavinandresen/signrawtx_nullGregory Maxwell2012-08-211-10/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow signrawtransaction '...' null null 'hashtype'Gavin Andresen2012-08-201-10/+16
* | | | | | | RPC, cosmetic: Create rpcmining.cpp as new home for mining-related RPC codeJeff Garzik2012-08-211-365/+9
* | | | | | | RPC, cosmetic: de-indent getblocktemplate()Jeff Garzik2012-08-211-95/+93
* | | | | | | RPC: split new 'submitblock' out of 'getblocktemplate'Jeff Garzik2012-08-211-20/+32
|/ / / / / /
* | | | | | Merge branch 'gmp_bip_0.6.0' into gmp_bipLuke Dashjr2012-08-031-18/+93
|\ \ \ \ \ \
| * | | | | | Minimal BIP 22 (getblocktemplate) supportLuke Dashjr2012-08-031-20/+95
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1612 from luke-jr/opti_getblkhashGregory Maxwell2012-08-011-4/+1
|\ \ \ \ \ \
| * | | | | | Optimize JSON-RPC getblockhashLuke Dashjr2012-08-011-4/+1
* | | | | | | Bugfix: Fix a variety of misspellingsLuke Dashjr2012-08-011-6/+6
* | | | | | | Merge branch 'bugfix_CNBerr' of git://github.com/luke-jr/bitcoinGavin Andresen2012-07-261-2/+20
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it failsLuke Dashjr2012-05-091-1/+11
| * | | | | | Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerrLuke Dashjr2012-05-091-1/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Give a better error message than 'type mismatch' for complex JSON argumentsGavin Andresen2012-07-171-2/+3
* | | | | | Fix thread names after reviewGiel van Schijndel2012-07-171-2/+2
* | | | | | Give threads a recognisable name to aid in debuggingGiel van Schijndel2012-07-171-0/+14
| |/ / / / |/| | | |
* | | | | bitcoinrpc.cpp: Removed outdated commentJeff Garzik2012-07-051-4/+0
* | | | | Use unsigned ints to fix signed/unsigned warningsGavin Andresen2012-07-051-1/+1