aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoinrpc.cpp
AgeCommit message (Expand)Author
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
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
2011-09-27Inline base64 encoder/decoderPieter Wuille
2011-09-27Faster Base64 decoder.JoelKatz
2011-09-26Remove wxWidgetsGavin Andresen
2011-09-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-09-02Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-16Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-08-06Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-26Merge remote branch 'upstream/master'Wladimir J. van der Laan
2011-07-15Merge branch 'master' of https://github.com/bitcoin/bitcoinWladimir J. van der Laan
2011-07-07Sync to bitcoin git e94010b2395694d56dd6Wladimir J. van der Laan
2011-07-03windows build fixesWladimir J. van der Laan