aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
AgeCommit message (Expand)Author
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
2011-05-09Allow move RPC to take account balances negativeGavin Andresen
2011-05-09Add settxfee RPC, to permit setting default TX fee at runtime.Jeff Garzik
2011-05-09Help for sendtoaddress/sendfrom was wrong: amounts are rounded to 0.00000001Gavin Andresen
2011-05-09Merge branch 'master' of github.com:bitcoin/bitcoinGavin Andresen
2011-05-09Manual merge of jaromil's source tree reorg commit.Jeff Garzik
2011-04-23directory re-organization (keeps the old build system)Jaromil