aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke2019-05-161-1/+1
* rpc: Actually throw help when passed invalid number of paramsMarcoFalke2019-02-201-8/+8
* RPCHelpMan: Check default values are given at compile-timeMarcoFalke2019-02-111-11/+11
* RPCHelpMan: Pass through Result and ExamplesMarcoFalke2019-01-251-68/+87
* net: move BanMan to its own filesCory Fields2019-01-161-0/+1
* banman: create and split out banmanCory Fields2019-01-161-14/+23
* net: Break disconnecting out of Ban()Cory Fields2019-01-161-1/+7
* Drop IsLimited in favor of IsReachableBen Woosley2019-01-131-1/+1
* rpc: Document bytessent_per_msg and bytesrecv_per_msgMarcoFalke2019-01-031-5/+9
* rpc: Document default values for optional argumentsMarcoFalke2018-12-071-5/+5
* rpc: Pass argument descriptions to RPCHelpManMarcoFalke2018-11-271-30/+12
* Use RPCHelpMan for all RPCsMarcoFalke2018-11-141-35/+73
* rpc: Correctly name argumentsJon Layton2018-11-131-5/+5
* rpc: Include rpc/util.h where needed for RPCHelpManMarcoFalke2018-11-091-2/+3
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-2/+2
* [rpc] Add getnodeaddresses RPC commandchris-belcher2018-09-171-0/+53
* Merge #14008: Preserve a format of RPC command definitionsWladimir J. van der Laan2018-09-101-0/+2
|\
| * Preserve a format of RPC command definitionsKostiantyn Stepaniuk2018-08-201-0/+2
* | Make objects in range declarations immutable by default. Avoid unnecessary co...practicalswift2018-08-271-1/+1
* | Report minfeefilter value in getpeerinfo rpcAnthony Towns2018-08-271-0/+2
|/
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley2018-06-111-1/+1
* Make it clear which functions that are intended to be translation unit localpracticalswift2018-05-031-12/+12
* fix version typoTamas Blummer2018-02-271-1/+1
* scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek2018-02-101-69/+69
* Use the character based overload for std::string::find.Alin Rus2018-01-111-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke2017-11-301-3/+3
|\
| * Use range-based for loops (C++11) when looping over map elementspracticalswift2017-10-091-3/+3
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-18/+18
* | Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo2017-10-131-0/+2
* | Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo2017-10-131-2/+2
* | 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
|\ \