index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
net.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Replace relevant services logic with a function suite.
Matt Corallo
2017-10-13
1
-1
/
+1
|
/
*
Merge #11303: Fix estimatesmartfee rounding display issue
MarcoFalke
2017-09-30
1
-1
/
+1
|
\
|
*
Make float <-> int casts explicit outside of test, qt, CFeeRate
Matt Corallo
2017-09-11
1
-1
/
+1
*
|
Unify help text for GetWarnings output in get*info RPCs
Andrew Chow
2017-09-27
1
-1
/
+1
|
/
*
rpc: Push down safe mode checks
Andrew Chow
2017-08-29
1
-13
/
+13
*
Avoid treating null RPC arguments different from missing arguments
Russell Yanofsky
2017-08-14
1
-2
/
+2
*
Get rid of redundant RPC params.size() checks
Russell Yanofsky
2017-08-14
1
-4
/
+4
*
Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the poin...
Wladimir J. van der Laan
2017-08-14
1
-1
/
+1
|
\
|
*
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-1
/
+1
*
|
rpc: Move ValueFromAmount to core_write
Wladimir J. van der Laan
2017-08-07
1
-0
/
+1
|
/
*
Merge #10783: [RPC] Various rpc argument fixes
Wladimir J. van der Laan
2017-07-20
1
-1
/
+1
|
\
|
*
check for null values in rpc args and handle appropriately
Gregory Sanders
2017-07-17
1
-1
/
+1
*
|
Avoid redundant redeclaration of GetWarnings(const string&)
practicalswift
2017-07-18
1
-1
/
+1
|
/
*
Merge #10710: REST/RPC example update
Wladimir J. van der Laan
2017-07-06
1
-3
/
+2
|
\
|
*
REST/RPC example update
Michael Rotarius
2017-06-30
1
-3
/
+2
*
|
Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp>
Wladimir J. van der Laan
2017-07-04
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
scripted-diff: Remove #include <boost/foreach.hpp>
Jorge Timón
2017-06-22
1
-1
/
+0
*
|
Merge #10446: net: avoid extra dns query per seed
Wladimir J. van der Laan
2017-06-24
1
-1
/
+1
|
\
\
|
*
|
net: add an internal subnet for representing unresolved hostnames
Cory Fields
2017-06-14
1
-1
/
+1
*
|
|
Fixed multiple typos
Dimitris Tsapakidis
2017-06-22
1
-8
/
+8
|
|
/
|
/
|
*
|
scripted-diff: Remove PAIRTYPE
Jorge Timón
2017-06-05
1
-1
/
+1
*
|
scripted-diff: Fully remove BOOST_FOREACH
Jorge Timón
2017-06-05
1
-5
/
+5
|
/
*
rpc: Add listen address to incoming connections in `getpeerinfo`
Wladimir J. van der Laan
2017-06-05
1
-1
/
+4
*
Allow disconnectnode() to be called with node id
John Newbery
2017-04-19
1
-7
/
+27
*
[rpc] rename disconnectnode argument
John Newbery
2017-04-13
1
-3
/
+3
*
Merge #9853: Fix error codes from various RPCs
Wladimir J. van der Laan
2017-03-09
1
-2
/
+2
|
\
|
*
Return correct error codes in setban().
John Newbery
2017-03-07
1
-2
/
+2
*
|
Refactor: Remove using namespace <xxx> from rpc/
Karl-Johan Alm
2017-03-08
1
-21
/
+19
|
/
*
No longer allow "free" transactions
Alex Morcos
2017-03-03
1
-1
/
+1
*
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-30
1
-0
/
+3
|
\
|
*
[rpc] Add incremental relay fee to getnetworkinfo
Alex Morcos
2017-01-20
1
-0
/
+3
*
|
[trivial] Fix typos in comments
practicalswift
2017-01-27
1
-1
/
+1
|
/
*
RPC help updated
Michael Rotarius
2017-01-11
1
-5
/
+7
*
Merge #8811: rpc: Add support for JSON-RPC named arguments
Wladimir J. van der Laan
2017-01-10
1
-15
/
+17
|
\
|
*
Update RPC argument names
John Newbery
2017-01-10
1
-1
/
+1
|
*
rpc: Named arguments for net calls
Wladimir J. van der Laan
2017-01-05
1
-15
/
+17
*
|
RPC help documentation for addnode peerinfo.
Gregory Maxwell
2017-01-05
1
-0
/
+1
*
|
Break addnode out from the outbound connection limits.
Gregory Maxwell
2017-01-05
1
-0
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Rename the remaining main.{h,cpp} to validation.{h,cpp}
Matt Corallo
2016-12-02
1
-1
/
+1
*
Move network-msg-processing code out of main to its own file
Matt Corallo
2016-12-02
1
-0
/
+1
*
Merge #8996: Network activity toggle
Jonas Schnelli
2016-11-11
1
-1
/
+23
|
\
|
*
RPC/Net: Use boolean consistently for networkactive, and remove from getinfo
Luke Dashjr
2016-10-24
1
-4
/
+4
|
*
Overhaul network activity toggle
Jonas Schnelli
2016-10-24
1
-7
/
+10
|
*
RPC: Add "togglenetwork" method to toggle network activity temporarily
Jon Lund Steffensen
2016-10-24
1
-0
/
+19
*
|
fix getnettotals RPC description about timemillis.
Masahiko Hyuga
2016-11-10
1
-1
/
+1
*
|
[RPC] Give RPC commands more information about the RPC request
Jonas Schnelli
2016-10-19
1
-36
/
+36
*
|
Display minimum ping in debug window.
R E Broadley
2016-10-15
1
-2
/
+2
|
/
*
Made the ForEachNode* functions in src/net.cpp more pragmatic and self docume...
Jeremy Rubin
2016-09-08
1
-1
/
+0
*
net: move nLocalServices/nRelevantServices to CConnman
Cory Fields
2016-09-08
1
-1
/
+2
[prev]
[next]