index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
net.cpp
Age
Commit message (
Expand
)
Author
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-11
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-02-27
fix version typo
Tamas Blummer
2018-02-10
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-01-11
Use the character based overload for std::string::find.
Alin Rus
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-30
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-13
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-09
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-09-30
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-27
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-11
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-14
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-07
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-20
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-18
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-17
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-06
Merge #10710: REST/RPC example update
Wladimir J. van der Laan
2017-07-04
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-06-30
REST/RPC example update
Michael Rotarius
2017-06-24
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-14
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-06-05
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-04-19
Allow disconnectnode() to be called with node id
John Newbery
2017-04-13
[rpc] rename disconnectnode argument
John Newbery
2017-03-09
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-08
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-07
Return correct error codes in setban().
John Newbery
2017-03-03
No longer allow "free" transactions
Alex Morcos
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-20
[rpc] Add incremental relay fee to getnetworkinfo
Alex Morcos
[next]