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
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
2017-01-11
RPC help updated
Michael Rotarius
2017-01-10
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
Update RPC argument names
John Newbery
2017-01-05
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
rpc: Named arguments for net calls
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-02
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-11-11
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-10
fix getnettotals RPC description about timemillis.
Masahiko Hyuga
2016-10-24
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
Overhaul network activity toggle
Jonas Schnelli
2016-10-24
RPC: Add "togglenetwork" method to toggle network activity temporarily
Jon Lund Steffensen
2016-10-19
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-15
Display minimum ping in debug window.
R E Broadley
2016-09-08
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
net: move send/recv statistics to CConnman
Cory Fields
2016-09-08
net: create generic functor accessors and move vNodes to CConnman
Cory Fields
2016-09-08
net: Add most functions needed for vNodes to CConnman
Cory Fields
2016-09-08
net: move added node functions to CConnman
Cory Fields
[prev]
[next]