84 Commits (master)

Author SHA1 Message Date
Jianping Wu 7a994de062 First major changes to kevacoin text. 6 years ago
Tamas Blummer e730b82b07 fix version typo 6 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 6 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Matt Corallo 5ee88b4bde Clarify docs for requirements/handling of addnode/connect nodes 7 years ago
Matt Corallo 57edc0b0c8 Rename fAddnode to a more-descriptive "manual_connection" 7 years ago
Matt Corallo 44407100ff Replace relevant services logic with a function suite. 7 years ago
practicalswift 680bc2cbb3 Use range-based for loops (C++11) when looping over map elements 7 years ago
Andrew Chow 8502b20852 Unify help text for GetWarnings output in get*info RPCs 7 years ago
Matt Corallo 53a6590f49 Make float <-> int casts explicit outside of test, qt, CFeeRate 7 years ago
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 7 years ago
Jorge Timón 5995735c5b
scripted-diff: Remove #include <boost/foreach.hpp> 7 years ago
Cory Fields 7f31762cb6 net: add an internal subnet for representing unresolved hostnames 7 years ago
Jorge Timón 1238f13cf6
scripted-diff: Remove PAIRTYPE 7 years ago
Jorge Timón 7c00c26726
scripted-diff: Fully remove BOOST_FOREACH 7 years ago
Wladimir J. van der Laan a7e3c2814c rpc: Add listen address to incoming connections in `getpeerinfo` 7 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 7 years ago
John Newbery 883154cbcb [rpc] rename disconnectnode argument 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
John Newbery a012087667 Return correct error codes in setban(). 7 years ago
Alex Morcos f838005444 No longer allow "free" transactions 7 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