69 Commits (55224af6bdecf79bb0d2c95b16f1ff60b16c45f8)

Author SHA1 Message Date
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Russell Yanofsky e067673f4e Avoid treating null RPC arguments different from missing arguments 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Michael Rotarius b8bb4257fe REST/RPC example update 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 8 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 8 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 8 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 8 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 8 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 8 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
John Newbery a012087667 Return correct error codes in setban(). 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Alex Morcos fe8e8efcf9 [rpc] Add incremental relay fee to getnetworkinfo 8 years ago
Michael Rotarius 54ee3fcb8f RPC help updated 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Gregory Maxwell 032ba3f066 RPC help documentation for addnode peerinfo. 8 years ago
Gregory Maxwell 50bd12ce0c Break addnode out from the outbound connection limits. 8 years ago
Wladimir J. van der Laan b8ebc595bb rpc: Named arguments for net calls 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Masahiko Hyuga a79f864945 fix getnettotals RPC description about timemillis. 8 years ago
Luke Dashjr 54cf99745f RPC/Net: Use boolean consistently for networkactive, and remove from getinfo 8 years ago
Jonas Schnelli b2b33d9017 Overhaul network activity toggle 8 years ago
Jon Lund Steffensen e38993bb36 RPC: Add "togglenetwork" method to toggle network activity temporarily 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
R E Broadley 1724a405c9 Display minimum ping in debug window. 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields b1a5f43208 net: move OpenNetworkConnection into CConnman 8 years ago
Pieter Wuille 854f1af22e Make the dummy argument to getaddednodeinfo optional 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
Sev 6ffd996b8e Corrected JSON typo on setban of net.cpp 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Pieter Wuille 1111b80df8 Rework addnode behaviour 9 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 9 years ago