aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/misc.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-1/+1
* | Merge #10553: Simplify "bool x = y ? true : false". Remove unused function an...Wladimir J. van der Laan2017-06-131-2/+2
|\ \
| * | Simplify "bool x = y ? true : false" to "bool x = y"practicalswift2017-06-111-2/+2
| |/
* / Use list initialization (C++11) for maps/vectors instead of boost::assign::ma...practicalswift2017-06-061-3/+1
|/
* Merge #10181: Include cleanupWladimir J. van der Laan2017-04-201-0/+1
|\
| * Missing includesJorge Timón2017-04-131-0/+1
* | allow libevent logging to be updated during runtimeJohn Newbery2017-04-101-0/+15
* | [rpc] Add logging RPCJohn Newbery2017-04-101-1/+55
|/
* refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-0/+1
* Add mallocinfo mode to `getmemoryinfo` RPCWladimir J. van der Laan2017-03-201-7/+47
* Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-30/+28
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-1/+1
|\
| * No longer allow "free" transactionsAlex Morcos2017-03-031-1/+1
* | Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequestWladimir J. van der Laan2017-03-031-23/+43
|\ \
| * | Move wallet RPC declarations to rpcwallet.hLuke Dashjr2017-02-271-0/+4
| * | Reformat touched lines with C++11Luke Dashjr2017-02-271-5/+7
| * | Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique pe...Luke Dashjr2017-02-271-1/+1
| * | RPC: Do all wallet access through new GetWalletForJSONRPCRequestLuke Dashjr2017-02-271-16/+26
| * | RPC/Wallet: Pass CWallet as pointer to helper functionsLuke Dashjr2017-02-271-7/+11
| |/
* / Change bitcoin address in RPC helpaddress to an invalid address, so people do...Marijn Stollenga2017-02-261-4/+4
|/
* Merge #9696: [trivial] Fix recently introduced typos in commentsMarcoFalke2017-02-181-1/+1
|\
| * [trivial] Fix recently introduced typos in commentspracticalswift2017-02-141-1/+1
* | Use importmulti timestamp when importing watch only keysRussell Yanofsky2017-02-101-0/+3
* | Add test to check new importmulti "now" valueRussell Yanofsky2017-02-101-4/+11
|/
* net: Consistently use GetTimeMicros() for inactivity checksSuhas Daftuar2017-01-251-11/+5
* Update RPC argument namesJohn Newbery2017-01-101-1/+1
* rpc: Named argument support for bitcoin-cliWladimir J. van der Laan2017-01-101-2/+5
* rpc: Argument name consistencyWladimir J. van der Laan2017-01-051-7/+7
* rpc: Named arguments for misc callsWladimir J. van der Laan2017-01-051-8/+8
* rpc: Add 'echo' call for testingWladimir J. van der Laan2017-01-051-0/+12
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
* Merge #8753: Locked memory managerWladimir J. van der Laan2016-11-021-0/+43
|\
| * rpc: Add `getmemoryinfo` callWladimir J. van der Laan2016-10-271-0/+43
* | Change all instance of 'GMT epoch' to 'Unix epoch'matthias2016-10-311-1/+1
|/
* [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-21/+21
* RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPCJorge Timón2016-10-181-1/+1
* [rpc] Deprecate getinfoMarcoFalke2016-09-211-1/+1
* Remove createwitnessaddressJohnson Lau2016-09-131-38/+0
* Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-1/+0
* net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-3/+6
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-1/+2
* Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
* [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddressJonas Schnelli2016-07-091-0/+8
* [RPC] Add wallet support for witness transactions (using P2SH)Pieter Wuille2016-06-221-0/+38
* Create signmessagewithprivkey rpcAndrew2016-04-271-0/+43
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+18
* move rpc* to rpc/Daniel Cousens2016-01-211-0/+398