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
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
2016-09-08
net: move ban and addrman functions into CConnman
Cory Fields
2016-09-08
net: move OpenNetworkConnection into CConnman
Cory Fields
2016-09-01
Make the dummy argument to getaddednodeinfo optional
Pieter Wuille
2016-08-31
Merge #8163: Do not shadow global RPC table variable (tableRPC)
Wladimir J. van der Laan
2016-08-25
Do not shadow global RPC table variable (tableRPC)
Pavel Janík
2016-08-17
Merge #8512: Trivial: Corrected JSON typo on setban of net.cpp
Wladimir J. van der Laan
2016-08-14
Corrected JSON typo on setban of net.cpp
Sev
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
net: Split resolving out of CNetAddr
Cory Fields
2016-06-13
Rework addnode behaviour
Pieter Wuille
2016-06-08
Merge #8065: Addrman offline attempts
Wladimir J. van der Laan
2016-05-26
Merge #8049: Expose information on whether transaction relay is enabled in `g...
Pieter Wuille
2016-05-26
Avoid counting failed connect attempts when probably offline.
Gregory Maxwell
2016-05-12
rpc: Add `relaytxes` flag to `getnetworkinfo`
Wladimir J. van der Laan
2016-05-10
net: make Ban/Unban/ClearBan functionality consistent
Cory Fields
2016-04-22
push back getaddednodeinfo dead value
instagibbs
2016-04-09
RPC: do not print ping info in getpeerinfo when no ping received yet, fix help
Pavel Janík
2016-03-31
rpc: Register calls where they are defined
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens