aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
AgeCommit message (Expand)Author
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-05Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell
2012-01-27Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr
2012-01-23Fixed addmultisigaddress if looking up public keys from locked wallets.Gavin Andresen
2012-01-14Added mintime and curtime to RPC getmemorypoolForrest Voight
2012-01-14Separated COINBASE_FLAGS out into main.h and made RPC getmemorypool return itForrest Voight
2012-01-13Remove base58 encoding from validateaddress/addmultisigaddressGavin Andresen
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-13Merge branch 'getmininginfo' of https://github.com/luke-jr/bitcoinGavin Andresen
2012-01-12Compile with extra warnings turned on. And more makefile/code tidying up.Gavin Andresen
2012-01-12collect more info on tx pooling and block finding for getmininginfoLuke Dashjr
2012-01-12Add new "getmininginfo" JSON-RPC method, with mining-only fields moved out of...Luke Dashjr
2012-01-09Compressed pubkeysPieter Wuille
2011-12-23New RPC commands: getblockhash and getblockGavin Andresen
2011-12-22Fix broken ExtractAddress (refactored, made callers check for addresses in ke...Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge branch 'op_eval'Gavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Merge branch 'txn_block_info' of https://github.com/luke-jr/bitcoinGavin Andresen
2011-12-19Use block times for 'hard' OP_EVAL switchover, and refactored EvalScriptGavin Andresen
2011-12-19Disable addmultisigaddress if not testnetGavin Andresen
2011-12-19OP_EVAL implementationGavin Andresen
2011-12-19Support 3 new multisignature IsStandard transactionsGavin Andresen
2011-12-19Merge pull request #574 from sipa/dumpprivkeyGavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-17Key import and exportPieter Wuille
2011-12-17Preparations for key import/exportPieter Wuille
2011-12-17Add GetSecret() and GetKeys() to CKeyStorePieter Wuille
2011-12-01Speed up RPC authentication (reworked pull from Joel Katz)Gavin Andresen
2011-11-26Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
2011-11-21Merge pull request #632 from mndrix/deprecate-getblocknumberGavin Andresen
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-11-12Do not launch Shutdown in a new thread in case we are running the UI.Wladimir J. van der Laan
2011-11-11Deprecate RPC getblocknumberMichael Hendricks
2011-10-06Bugfix: "bits" should be a hex-string, not a number (that just doesn't make s...Luke Dashjr
2011-10-05Use C's const char* for status strings rather than C++'s std::string, which i...David Joel Schwartz
2011-10-05Merge branch 'listsinceblock' of https://github.com/cdhowie/bitcoinGavin Andresen
2011-10-05Merge branch 'no-cryptopp' of https://github.com/tcatm/bitcoinGavin Andresen
2011-10-05Send "Connection: close" HTTP header with JSON-RPC requests (client)Luke Dashjr
2011-10-01Added RPC call 'getmemorypool' that provides everything needed to construct a...Forrest Voight
2011-09-30remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider
2011-09-30Merge pull request #524 from sipa/signandverifGavin Andresen
2011-09-29Merge pull request #537 from tcatm/remove-deprecated-rpcsNils Schneider
2011-09-28deprecate midstate and hash1 in getworkNils Schneider
2011-09-28remove deprecated RPCsNils Schneider
2011-09-27Use key recovery for message signaturesPieter Wuille
2011-09-27base64-based sign/verifyPieter Wuille
2011-09-27Incorporate pubkey in signature, check based on addressPieter Wuille
2011-09-27Sign and verify message with bitcoin address and public keyKhalahan