aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * doc: Properly document proxy_randomize_credentials as bool in getnetworkinfoMarcoFalke2020-01-231-15/+15
* | Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrmanWladimir J. van der Laan2020-01-291-0/+4
|\ \ | |/ |/|
| * Return mapped AS in RPC call getpeerinfoGleb Naumenko2020-01-231-0/+4
* | net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...practicalswift2020-01-081-2/+2
* | util: change GetWarnings parameter to boolJohn Newbery2019-12-151-1/+1
* | qa: unify unix epoch time descriptionsJon Atack2019-12-131-5/+5
|/
* Merge #17297: refactor: Remove addrdb.h dependency from node.hWladimir J. van der Laan2019-11-041-1/+2
|\
| * refactor: Remove addrdb.h dependency from node.hHennadii Stepanov2019-10-291-1/+2
* | Avoid using g_rpc_node global in wallet codeRussell Yanofsky2019-10-281-0/+1
* | scripted-diff: Remove g_connman, g_banman globalsRussell Yanofsky2019-10-281-47/+47
* | Pass NodeContext, ConnMan, BanMan references more placesRussell Yanofsky2019-10-281-0/+1
|/
* Remove unused includespracticalswift2019-10-151-1/+0
* rpc/net: decode the services flags in a new entrydarosior2019-09-051-2/+14
* Replace the use of fWhitelisted by permission checksnicolas.dorier2019-08-111-1/+1
* Make whitebind/whitelist permissions more flexiblenicolas.dorier2019-08-111-0/+6
* rpc: switch to using RPCHelpMan.Check()Karl-Johan Alm2019-07-081-36/+11
* Make reasoning about dependencies easier by not including unused dependenciespracticalswift2019-06-021-2/+0
* net: Rename ::fRelayTxes to ::g_relay_txesMarcoFalke2019-05-091-1/+1
* [build] Move policy settings to new src/policy/settings unitJohn Newbery2019-04-091-0/+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