aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Replace relevant services logic with a function suite.Matt Corallo2017-10-131-1/+1
|/
* Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke2017-09-301-1/+1
|\
| * Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo2017-09-111-1/+1
* | Unify help text for GetWarnings output in get*info RPCsAndrew Chow2017-09-271-1/+1
|/
* rpc: Push down safe mode checksAndrew Chow2017-08-291-13/+13
* Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky2017-08-141-2/+2
* Get rid of redundant RPC params.size() checksRussell Yanofsky2017-08-141-4/+4
* Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan2017-08-141-1/+1
|\
| * scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-1/+1
* | rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan2017-08-071-0/+1
|/
* Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan2017-07-201-1/+1
|\
| * check for null values in rpc args and handle appropriatelyGregory Sanders2017-07-171-1/+1
* | Avoid redundant redeclaration of GetWarnings(const string&)practicalswift2017-07-181-1/+1
|/
* Merge #10710: REST/RPC example updateWladimir J. van der Laan2017-07-061-3/+2
|\
| * REST/RPC example updateMichael Rotarius2017-06-301-3/+2
* | Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan2017-07-041-1/+0
|\ \ | |/ |/|
| * scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón2017-06-221-1/+0
* | Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan2017-06-241-1/+1
|\ \
| * | net: add an internal subnet for representing unresolved hostnamesCory Fields2017-06-141-1/+1
* | | Fixed multiple typosDimitris Tsapakidis2017-06-221-8/+8
| |/ |/|
* | scripted-diff: Remove PAIRTYPEJorge Timón2017-06-051-1/+1
* | scripted-diff: Fully remove BOOST_FOREACHJorge Timón2017-06-051-5/+5
|/
* rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan2017-06-051-1/+4
* Allow disconnectnode() to be called with node idJohn Newbery2017-04-191-7/+27
* [rpc] rename disconnectnode argumentJohn Newbery2017-04-131-3/+3
* Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan2017-03-091-2/+2
|\
| * Return correct error codes in setban().John Newbery2017-03-071-2/+2
* | Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm2017-03-081-21/+19
|/
* No longer allow "free" transactionsAlex Morcos2017-03-031-1/+1
* Merge #9615: Wallet incremental feeWladimir J. van der Laan2017-01-301-0/+3
|\
| * [rpc] Add incremental relay fee to getnetworkinfoAlex Morcos2017-01-201-0/+3
* | [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|/
* RPC help updatedMichael Rotarius2017-01-111-5/+7
* Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan2017-01-101-15/+17
|\
| * Update RPC argument namesJohn Newbery2017-01-101-1/+1
| * rpc: Named arguments for net callsWladimir J. van der Laan2017-01-051-15/+17
* | RPC help documentation for addnode peerinfo.Gregory Maxwell2017-01-051-0/+1
* | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-051-0/+1
|/
* 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
* Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* Merge #8996: Network activity toggleJonas Schnelli2016-11-111-1/+23
|\
| * RPC/Net: Use boolean consistently for networkactive, and remove from getinfoLuke Dashjr2016-10-241-4/+4
| * Overhaul network activity toggleJonas Schnelli2016-10-241-7/+10
| * RPC: Add "togglenetwork" method to toggle network activity temporarilyJon Lund Steffensen2016-10-241-0/+19
* | fix getnettotals RPC description about timemillis.Masahiko Hyuga2016-11-101-1/+1
* | [RPC] Give RPC commands more information about the RPC requestJonas Schnelli2016-10-191-36/+36
* | Display minimum ping in debug window.R E Broadley2016-10-151-2/+2
|/
* Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...Jeremy Rubin2016-09-081-1/+0
* net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-1/+2