aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
AgeCommit message (Expand)Author
2015-04-17privacy: Stream isolation for TorWladimir J. van der Laan
2015-03-12[Move Only] Move wallet related things to src/wallet/Jonas Schnelli
2015-02-20Merge #5706: fix crash: RPC \Wladimir J. van der Laan
2015-01-28Removed main.h dependency from rpcserver.cppEric Lombrozo
2015-01-26Merge pull request #5575Wladimir J. van der Laan
2015-01-25fix crash: createmultisig and addmultisigaddressfsb4000
2015-01-02namespace: drop most boost namespaces and a few header cleanupsCory Fields
2015-01-02namespace: remove boost namespace pollutionCory Fields
2014-12-31Merge #4964 fromJeff Garzik
2014-12-30RPCWallet: Notate all account stuff as deprecatedLuke Dashjr
2014-12-19Added "Core" to copyright headerssandakersmann
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-17regression test only setmocktime RPC callGavin Andresen
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-10Add fTestnetToBeDeprecatedFieldRPC to CChainParamsjtimon
2014-09-23Add scriptPubKey field to validateaddress RPC callPeter Todd
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-09remove unneeded cast in rpcmisc.cppPhilip Kaufmann
2014-07-28Add warning comment to getinfoWladimir J. van der Laan
2014-07-07Merge pull request #4045Wladimir J. van der Laan
2014-07-07remove SOCKS4 support from core and GUIPhilip Kaufmann
2014-07-03Move fee policy out of coreGavin Andresen
2014-07-02replaced MINE_ with ISMINE_JaSK
2014-07-02fixed bug where validateaddress doesn't display informationJaSK
2014-07-02fixed tiny glitch and improved readability like laanwj suggestedJaSK
2014-07-02Watchonly balances are shown separately in gui.JaSK
2014-07-02Add support for watch-only addressesPieter Wuille
2014-06-27minor code format fix in rpc-related filesPhilip Kaufmann
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-17Get rid of Params().RPCisTestNet()jtimon
2014-06-09Merge pull request #3824Wladimir J. van der Laan
2014-06-06Type-safe CFeeRate classGavin Andresen
2014-06-04Add RPCisTestNet chain parameterjtimon
2014-05-13removed a few unnecessary castsKamil Domanski
2014-05-13switch from boost int types to <stdint.h>Kamil Domanski
2014-05-12Merge pull request #4138Wladimir J. van der Laan
2014-05-08Check redeemScript size does not exceed 520 byte limitPeter Todd
2014-05-06Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-31Fix typo in `createmultisig` helpWladimir J. van der Laan
2014-03-13Add a "relayfee" field to getinfo.Gregory Maxwell
2014-02-09Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron
2014-01-23Remove redundant .c_str()sWladimir J. van der Laan
2014-01-11small headers ordering cleanupPhilip Kaufmann
2013-12-13Move `verifymessage` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `createmultisig` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `validateaddress` from rpcwallet to rpcmiscWladimir J. van der Laan
2013-12-13Move `nTransactionFee` from main.cpp to wallet.cppWladimir J. van der Laan
2013-12-13Move `getinfo` from rpcnet to rpcmiscWladimir J. van der Laan