aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | VC2010 compile fixesWladimir J. van der Laan2012-04-031-7/+7
| |/ |/|
* | Introduce explicit -walletupgrade optionPieter Wuille2012-03-221-0/+1
* | replace call to PrintConsole with call to error()Wladimir J. van der Laan2012-03-211-20/+2
* | Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell2012-03-101-3/+3
* | bitcoind changes to stop storing settings in wallet.dat.Gavin Andresen2012-02-261-7/+5
* | Cleanup JSON-RPC getblock output to be consistentLuke Dashjr2012-02-221-10/+17
* | Merge branch 'testnetmining' of github.com:gavinandresen/bitcoin-gitGavin Andresen2012-02-171-2/+2
|\ \
| * | Fix issue #848 : broken mining on testnetGavin Andresen2012-02-161-2/+2
* | | Symbolic names for threadsPieter Wuille2012-02-161-5/+5
|/ /
* | Extra wallet locking fixesPieter Wuille2012-02-111-8/+16
* | Fix wallet locking lockingPieter Wuille2012-02-111-16/+14
* | Fix #822Pieter Wuille2012-02-111-1/+1
* | Update all copyrights to 2012Gavin Andresen2012-02-071-1/+1
* | Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell2012-02-051-7/+16
* | Bitcoin-Qt signmessage GUI (pull request #582)Luke Dashjr2012-01-271-2/+0
* | 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