aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fixed addmultisigaddress if looking up public keys from locked wallets.Gavin Andresen2012-01-231-1/+4
* | | Added mintime and curtime to RPC getmemorypoolForrest Voight2012-01-141-0/+4
* | | Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight2012-01-141-0/+2
* | | Remove base58 encoding from validateaddress/addmultisigaddressGavin Andresen2012-01-131-19/+4
* | | Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-19/+40
* | | Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoinGavin Andresen2012-01-131-3/+24
|\ \ \
| * | | collect more info on tx pooling and block finding for getmininginfoLuke Dashjr2012-01-121-0/+3
| * | | Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of...Luke Dashjr2012-01-121-3/+21
* | | | Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen2012-01-121-1/+1
|/ / /
* | | Compressed pubkeysPieter Wuille2012-01-091-0/+3
* | | New RPC commands: getblockhash and getblockGavin Andresen2011-12-231-26/+94
* | | Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen2011-12-221-3/+5
* | | Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-53/+51
* | | Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-51/+53
* | | Merge branch 'op_eval'Gavin Andresen2011-12-201-2/+102
|\ \ \
| * | | Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen2011-12-191-2/+2
| * | | Disable addmultisigaddress if not testnetGavin Andresen2011-12-191-0/+2
| * | | OP_EVAL implementationGavin Andresen2011-12-191-70/+52
| * | | Support 3 new multisignature IsStandard transactionsGavin Andresen2011-12-191-1/+117
* | | | Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen2011-12-191-4/+4
* | | | Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoinGavin Andresen2011-12-191-1/+7
|/ / /
* | | Merge pull request #574 from sipa/dumpprivkeyGavin Andresen2011-12-191-5/+10
|\ \ \
| * | | Key import and exportPieter Wuille2011-12-171-4/+8
| * | | Preparations for key import/exportPieter Wuille2011-12-171-0/+1
| * | | Add GetSecret() and GetKeys() to CKeyStorePieter Wuille2011-12-171-1/+1
| | |/ | |/|
* / | Implement BIP 14 : separate protocol version from client versionGavin Andresen2011-12-191-1/+2
|/ /
* | Speed up RPC authentication (reworked pull from Joel Katz)Gavin Andresen2011-12-011-7/+5
* | Implement an mlock()'d string class for storing passphrasesDylan Noblesmith2011-11-261-34/+14
* | Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen2011-11-211-2/+4
|\ \ | |/ |/|
| * Deprecate RPC getblocknumberMichael Hendricks2011-11-111-2/+4
* | Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen2011-11-151-1/+10
* | Do not launch Shutdown in a new thread in case we are running the UI.Wladimir J. van der Laan2011-11-121-2/+7
|/
* Bugfix: "bits" should be a hex-string, not a number (that just doesn't make s...Luke Dashjr2011-10-061-1/+8
* Use C's const char* for status strings rather than C++'s std::string, which i...David Joel Schwartz2011-10-051-7/+8
* Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoinGavin Andresen2011-10-051-0/+66
* Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen2011-10-051-2/+1
|\
| * remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-2/+1
* | Send "Connection: close" HTTP header with JSON-RPC requests (client)Luke Dashjr2011-10-051-0/+1
* | Added RPC call 'getmemorypool' that provides everything needed to construct a...Forrest Voight2011-10-011-1/+83
|/
* Merge pull request #524 from sipa/signandverifGavin Andresen2011-09-301-37/+68
|\
| * Use key recovery for message signaturesPieter Wuille2011-09-271-25/+9
| * base64-based sign/verifyPieter Wuille2011-09-271-2/+8
| * Incorporate pubkey in signature, check based on addressPieter Wuille2011-09-271-37/+49
| * Sign and verify message with bitcoin address and public keyKhalahan2011-09-271-0/+66
| * Inline base64 encoder/decoderPieter Wuille2011-09-271-19/+0
| * Faster Base64 decoder.JoelKatz2011-09-271-18/+0
* | Merge pull request #537 from tcatm/remove-deprecated-rpcsNils Schneider2011-09-291-18/+0
|\ \
| * | remove deprecated RPCsNils Schneider2011-09-281-18/+0
| |/
* / deprecate midstate and hash1 in getworkNils Schneider2011-09-281-4/+4
|/
* Remove wxWidgetsGavin Andresen2011-09-261-10/+0