aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
AgeCommit message (Expand)Author
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-05-20Update License in File HeadersFordy
2012-05-18Always check return values of TxnBegin() and TxnCommit()Jeff Garzik
2012-04-17The string class returns string::npos, when find() fails.Jeff Garzik
2012-04-15fix warnings: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]Wladimir J. van der Laan
2012-04-14Bug fix listtransactions from/count handling.Gavin Andresen
2012-03-16Fix issue #848 : broken mining on testnetGavin Andresen
2012-03-11Resolves issue #922 - "wallet passphrase timeout of several years doesn't work"Gregory Maxwell
2012-02-17Extra wallet locking fixesPieter Wuille
2012-02-17Fix wallet locking lockingPieter Wuille
2012-02-11Fix #822Pieter Wuille
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
2011-11-15Obsolete keypool and make sure database removes log files on shutdown.Gavin Andresen
2011-09-07Merge branch 'unique_coinbase' of git://gitorious.org/~Luke-Jr/bitcoin/luke-j...Gavin Andresen
2011-09-06Bugfix: Use timestamp in coinbase rather than "bits", needed to ensure coinba...Luke Dashjr
2011-09-06Save coinbase, not just extraNonceLuke Dashjr
2011-09-06Merge branch 'getwork_dedupe' into unique_coinbaseLuke Dashjr
2011-09-01Fix bad merge: getaccountaddress was broken for new accountsGavin Andresen
2011-09-01Fix RPC call name in error message.Gavin Andresen
2011-09-01Logic running with -keypool=0 was wrong (empty keys were being returned). Fix...Gavin Andresen
2011-08-31Fix rpc-hanging deadlocksGavin Andresen
2011-08-31Merge pull request #463 from TheBlueMatt/encreadmeJeff Garzik
2011-08-12Don't std::advance past beginning of transactions array. Fixes #465Gavin Andresen
2011-08-11Fix incorrect RPC error messagesMatt Corallo
2011-08-09Unify copyright notices.Matt Corallo
2011-08-03avoid strAddress + validity checksPieter Wuille
2011-07-30Comment "deprecated"Han Lin Yap
2011-07-17Use CBitcoinAddress instead of string/uint160Pieter Wuille
2011-07-17get rid of mapPubKeysPieter Wuille
2011-07-13fix warning: variable ‘nMinDepth’ set but not used [-Wunused-but-set-vari...Giel van Schijndel
2011-07-13fix warning: unused variable 'X' [-Wunused-variable]Giel van Schijndel
2011-07-13fix warning: comparison of unsigned expression < 0 is always false [-Wtautolo...Giel van Schijndel
2011-07-13Add the walletlock RPC method to lock the wallet manually.Matt Corallo
2011-07-13Push unlocked_until in getinfo.Matt Corallo
2011-07-13Add wallet privkey encryption.Matt Corallo
2011-07-02Merge branch 'tmp2' into tmp3Jeff Garzik
2011-06-27Fix AddressBook syncrhonization between a CWallet and CWalletDBStéphane Gimenez
2011-06-26rpc: don't send 403 when using SSL to prevent DoSGiel van Schijndel
2011-06-26rpc server: send '403 Forbidden' to rejected clientsGiel van Schijndel
2011-06-19Fix missing includes needed for Boost 1.46.Shane Wegner
2011-06-15CWallet classPieter Wuille
2011-06-14Merge pull request #226 from jordanlewis/betterheadersJeff Garzik
2011-05-26loss of significance in difficulty (by lfm)Pieter Wuille
2011-05-17Only include certain boost headers if necessary.Jordan Lewis
2011-05-15Only include init.h when we have toJordan Lewis
2011-05-15Only include net.h when we have toJordan Lewis
2011-05-15Only include db.h when we have to.Jordan Lewis
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-05-12Merge pull request #215 from gavinandresen/negativemoveJeff Garzik