aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
AgeCommit message (Expand)Author
2017-06-13Merge #10502: scripted-diff: Remove BOOST_FOREACH, Q_FOREACH and PAIRTYPEPieter Wuille
2017-06-13Merge #10553: Simplify "bool x = y ? true : false". Remove unused function an...Wladimir J. van der Laan
2017-06-11Simplify "bool x = y ? true : false" to "bool x = y"practicalswift
2017-06-06Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-04-20Merge #10181: Include cleanupWladimir J. van der Laan
2017-04-13Missing includesJorge Timón
2017-04-10allow libevent logging to be updated during runtimeJohn Newbery
2017-04-10[rpc] Add logging RPCJohn Newbery
2017-03-27refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan
2017-03-20Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-03-03Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan
2017-02-27Move wallet RPC declarations to rpcwallet.hLuke Dashjr
2017-02-27Reformat touched lines with C++11Luke Dashjr
2017-02-27Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr
2017-02-27RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr
2017-02-27RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr
2017-02-26Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga
2017-02-18Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-02-10Use importmulti timestamp when importing watch only keysRussell Yanofsky
2017-02-10Add test to check new importmulti "now" valueRussell Yanofsky
2017-01-25net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar
2017-01-10Update RPC argument namesJohn Newbery
2017-01-10rpc: Named argument support for bitcoin-cliWladimir J. van der Laan
2017-01-05rpc: Argument name consistencyWladimir J. van der Laan
2017-01-05rpc: Named arguments for misc callsWladimir J. van der Laan
2017-01-05rpc: Add 'echo' call for testingWladimir J. van der Laan
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-11-02Merge #8753: Locked memory managerWladimir J. van der Laan
2016-10-31Change all instance of 'GMT epoch' to 'Unix epoch'matthias
2016-10-27rpc: Add `getmemoryinfo` callWladimir J. van der Laan
2016-10-19[RPC] Give RPC commands more information about the RPC requestJonas Schnelli
2016-10-18RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPCJorge Timón
2016-09-21[rpc] Deprecate getinfoMarcoFalke
2016-09-13Remove createwitnessaddressJohnson Lau
2016-09-08Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin
2016-09-08net: create generic functor accessors and move vNodes to CConnmanCory Fields
2016-09-08net: Add most functions needed for vNodes to CConnmanCory Fields
2016-08-25Do not shadow global RPC table variable (tableRPC)Pavel Janík
2016-07-09[Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli
2016-06-22[RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille
2016-04-27Create signmessagewithprivkey rpcAndrew
2016-03-31rpc: Register calls where they are definedWladimir J. van der Laan
2016-01-21move rpc* to rpc/Daniel Cousens