aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-11scripted-diff: Avoid temporary copies when looping over std::mapBen Woosley
2018-05-03Make it clear which functions that are intended to be translation unit localpracticalswift
2018-02-27fix version typoTamas Blummer
2018-02-10scripted-diff: Use UniValue.pushKV instead of push_back(Pair())Karel Bilek
2018-01-11Use the character based overload for std::string::find.Alin Rus
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-11-30Merge #10493: Use range-based for loops (C++11) when looping over map elementsMarcoFalke
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-13Clarify docs for requirements/handling of addnode/connect nodesMatt Corallo
2017-10-13Rename fAddnode to a more-descriptive "manual_connection"Matt Corallo
2017-10-13Replace relevant services logic with a function suite.Matt Corallo
2017-10-09Use range-based for loops (C++11) when looping over map elementspracticalswift
2017-09-30Merge #11303: Fix estimatesmartfee rounding display issueMarcoFalke
2017-09-27Unify help text for GetWarnings output in get*info RPCsAndrew Chow
2017-09-11Make float <-> int casts explicit outside of test, qt, CFeeRateMatt Corallo
2017-08-29rpc: Push down safe mode checksAndrew Chow
2017-08-14Avoid treating null RPC arguments different from missing argumentsRussell Yanofsky
2017-08-14Get rid of redundant RPC params.size() checksRussell Yanofsky
2017-08-14Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...Wladimir J. van der Laan
2017-08-07rpc: Move ValueFromAmount to core_writeWladimir J. van der Laan
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-07-20Merge #10783: [RPC] Various rpc argument fixesWladimir J. van der Laan
2017-07-18Avoid redundant redeclaration of GetWarnings(const string&)practicalswift
2017-07-17check for null values in rpc args and handle appropriatelyGregory Sanders
2017-07-06Merge #10710: REST/RPC example updateWladimir J. van der Laan
2017-07-04Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>Wladimir J. van der Laan
2017-06-30REST/RPC example updateMichael Rotarius
2017-06-24Merge #10446: net: avoid extra dns query per seedWladimir J. van der Laan
2017-06-22Fixed multiple typosDimitris Tsapakidis
2017-06-22scripted-diff: Remove #include <boost/foreach.hpp>Jorge Timón
2017-06-14net: add an internal subnet for representing unresolved hostnamesCory Fields
2017-06-05scripted-diff: Remove PAIRTYPEJorge Timón
2017-06-05scripted-diff: Fully remove BOOST_FOREACHJorge Timón
2017-06-05rpc: Add listen address to incoming connections in `getpeerinfo`Wladimir J. van der Laan
2017-04-19Allow disconnectnode() to be called with node idJohn Newbery
2017-04-13[rpc] rename disconnectnode argumentJohn Newbery
2017-03-09Merge #9853: Fix error codes from various RPCsWladimir J. van der Laan
2017-03-08Refactor: Remove using namespace <xxx> from rpc/Karl-Johan Alm
2017-03-07Return correct error codes in setban().John Newbery
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-01-30Merge #9615: Wallet incremental feeWladimir J. van der Laan
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-20[rpc] Add incremental relay fee to getnetworkinfoAlex Morcos
2017-01-11RPC help updatedMichael Rotarius
2017-01-10Merge #8811: rpc: Add support for JSON-RPC named argumentsWladimir J. van der Laan
2017-01-10Update RPC argument namesJohn Newbery
2017-01-05RPC help documentation for addnode peerinfo.Gregory Maxwell
2017-01-05Break addnode out from the outbound connection limits.Gregory Maxwell
2017-01-05rpc: Named arguments for net callsWladimir J. van der Laan