aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
AgeCommit message (Expand)Author
2012-11-12fix some double-spaces in stringsPhilip Kaufmann
2012-10-15fix wrong (signed/unsigned) printf format specifier in bitcoinrpc.cppPhilip Kaufmann
2012-10-09Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-26Minimal adaptations to getmemorypool for BIP 34Luke Dashjr
2012-08-12Bugfix: Fix a variety of misspellingsLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Merge branch 'bugfix_CNBerr' into 0.5.xLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Bugfix: Fix various places where Bitcoin-Qt was being shutdown improperlyPhilip Kaufmann
2012-05-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-20Update License in File HeadersFordy
2012-05-09Bugfix: getmemorypool: NULL pindexPrev across CreateNewBlock, in case it failsLuke Dashjr
2012-05-09Merge branch 'bugfix_CNBerr_daggy' into bugfix_CNBerrLuke Dashjr
2012-04-27fix compiler error in bitcoinrpc RE: boost::systemGavin Andresen
2012-04-27listsinceblock: rpc param blockid -> blockhashfreewil
2012-04-27remove strange debug message from listsinceblockfreewil
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-15Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-04-11Show error message instead of exception crash when unable to bind RPC portWladimir J. van der Laan
2012-04-04Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-04-04Use a messagebox to display the error when -server is provided without provid...Wladimir J. van der Laan
2012-03-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-11Merge branch '0.5.0.x' into 0.5.xv0.5.3rc4v0.5.3Luke Dashjr
2012-03-11Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-03Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-03-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-17Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-17Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-11Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-11Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-07Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
2012-02-07Have bitcoind recommend a secure RPC password. Increase invalid password delay.Gregory Maxwell
2012-01-16Merge branch '0.5.0.x' into 0.5.xLuke Dashjr
2012-01-16Code tidyups, fixing various warnings.Luke Dashjr
2011-12-20Implement an mlock()'d string class for storing passphrasesDylan Noblesmith
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