aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/DOGE/DIS/gTomo Ueda2021-09-021-1/+1
* really s/doge/dis/g this timeTomo Ueda2021-09-021-1/+1
* rpc: add feefilter to peers from getpeerinfoPatrick Lodder2021-08-141-0/+3
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-301-1/+1
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-251-5/+5
* Return correct error codes in setban().John Newbery2017-06-051-2/+2
* [rpc] rename disconnectnode argumentJohn Newbery2017-04-141-4/+4
* 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
* net: move send/recv statistics to CConnmanCory Fields2016-09-081-8/+10
* net: create generic functor accessors and move vNodes to CConnmanCory Fields2016-09-081-6/+7
* net: Add most functions needed for vNodes to CConnmanCory Fields2016-09-081-23/+13
* net: move added node functions to CConnmanCory Fields2016-09-081-11/+6
* net: move ban and addrman functions into CConnmanCory Fields2016-09-081-5/+12
* net: move OpenNetworkConnection into CConnmanCory Fields2016-09-081-1/+4
* Make the dummy argument to getaddednodeinfo optionalPieter Wuille2016-09-011-6/+5
* Merge #8163: Do not shadow global RPC table variable (tableRPC)Wladimir J. van der Laan2016-08-311-2/+2
|\
| * Do not shadow global RPC table variable (tableRPC)Pavel Janík2016-08-251-2/+2
* | Merge #8512: Trivial: Corrected JSON typo on setban of net.cppWladimir J. van der Laan2016-08-171-1/+1
|\ \ | |/ |/|
| * Corrected JSON typo on setban of net.cppSev2016-08-141-1/+1
* | net: Split resolving out of CSubNetCory Fields2016-07-311-1/+1
* | net: Split resolving out of CNetAddrCory Fields2016-07-311-2/+5
|/
* Rework addnode behaviourPieter Wuille2016-06-131-73/+22
* Merge #8065: Addrman offline attemptsWladimir J. van der Laan2016-06-081-1/+1
|\
| * Avoid counting failed connect attempts when probably offline.Gregory Maxwell2016-05-261-1/+1
* | Merge #8049: Expose information on whether transaction relay is enabled in `g...Pieter Wuille2016-05-261-0/+2
|\ \ | |/ |/|
| * rpc: Add `relaytxes` flag to `getnetworkinfo`Wladimir J. van der Laan2016-05-121-0/+2
* | net: make Ban/Unban/ClearBan functionality consistentCory Fields2016-05-101-10/+0
|/
* push back getaddednodeinfo dead valueinstagibbs2016-04-221-0/+1
* RPC: do not print ping info in getpeerinfo when no ping received yet, fix helpPavel Janík2016-04-091-5/+7
* rpc: Register calls where they are definedWladimir J. van der Laan2016-03-311-0/+22