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
...
|
*
doc: Properly document proxy_randomize_credentials as bool in getnetworkinfo
MarcoFalke
2020-01-23
1
-15
/
+15
*
|
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-29
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2020-01-23
1
-0
/
+4
*
|
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2020-01-08
1
-2
/
+2
*
|
util: change GetWarnings parameter to bool
John Newbery
2019-12-15
1
-1
/
+1
*
|
qa: unify unix epoch time descriptions
Jon Atack
2019-12-13
1
-5
/
+5
|
/
*
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-11-04
1
-1
/
+2
|
\
|
*
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-10-29
1
-1
/
+2
*
|
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
1
-0
/
+1
*
|
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
1
-47
/
+47
*
|
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
1
-0
/
+1
|
/
*
Remove unused includes
practicalswift
2019-10-15
1
-1
/
+0
*
rpc/net: decode the services flags in a new entry
darosior
2019-09-05
1
-2
/
+14
*
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-08-11
1
-1
/
+1
*
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-08-11
1
-0
/
+6
*
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-07-08
1
-36
/
+11
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-05-09
1
-1
/
+1
*
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-0
/
+1
*
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-20
1
-8
/
+8
*
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
2019-02-11
1
-11
/
+11
*
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-25
1
-68
/
+87
*
net: move BanMan to its own files
Cory Fields
2019-01-16
1
-0
/
+1
*
banman: create and split out banman
Cory Fields
2019-01-16
1
-14
/
+23
*
net: Break disconnecting out of Ban()
Cory Fields
2019-01-16
1
-1
/
+7
*
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-13
1
-1
/
+1
*
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2019-01-03
1
-5
/
+9
*
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
1
-5
/
+5
*
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-27
1
-30
/
+12
*
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-14
1
-35
/
+73
*
rpc: Correctly name arguments
Jon Layton
2018-11-13
1
-5
/
+5
*
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-09
1
-2
/
+3
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
*
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-17
1
-0
/
+53
*
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-09-10
1
-0
/
+2
|
\
|
*
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
2018-08-20
1
-0
/
+2
*
|
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
|
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-27
1
-0
/
+2
|
/
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
2018-06-11
1
-1
/
+1
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-12
/
+12
*
fix version typo
Tamas Blummer
2018-02-27
1
-1
/
+1
*
scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
Karel Bilek
2018-02-10
1
-69
/
+69
*
Use the character based overload for std::string::find.
Alin Rus
2018-01-11
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Merge #10493: Use range-based for loops (C++11) when looping over map elements
MarcoFalke
2017-11-30
1
-3
/
+3
|
\
|
*
Use range-based for loops (C++11) when looping over map elements
practicalswift
2017-10-09
1
-3
/
+3
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-18
/
+18
*
|
Clarify docs for requirements/handling of addnode/connect nodes
Matt Corallo
2017-10-13
1
-0
/
+2
*
|
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-10-13
1
-2
/
+2
[prev]
[next]