41 Commits (6b331e6cf977caa20c83a28a8c6c2af0b6c451c5)

Author SHA1 Message Date
Michael Rotarius 54ee3fcb8f RPC help updated 8 years ago
John Newbery 4e7e2e16e4 Update RPC argument names 8 years ago
Gregory Maxwell 032ba3f066 RPC help documentation for addnode peerinfo. 8 years ago
Gregory Maxwell 50bd12ce0c Break addnode out from the outbound connection limits. 8 years ago
Wladimir J. van der Laan b8ebc595bb rpc: Named arguments for net calls 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo 76faa3cdfe Rename the remaining main.{h,cpp} to validation.{h,cpp} 8 years ago
Matt Corallo e736772c56 Move network-msg-processing code out of main to its own file 8 years ago
Masahiko Hyuga a79f864945 fix getnettotals RPC description about timemillis. 8 years ago
Luke Dashjr 54cf99745f RPC/Net: Use boolean consistently for networkactive, and remove from getinfo 8 years ago
Jonas Schnelli b2b33d9017 Overhaul network activity toggle 8 years ago
Jon Lund Steffensen e38993bb36 RPC: Add "togglenetwork" method to toggle network activity temporarily 8 years ago
Jonas Schnelli 69d1c25768
[RPC] Give RPC commands more information about the RPC request 8 years ago
R E Broadley 1724a405c9 Display minimum ping in debug window. 8 years ago
Jeremy Rubin d1a2295f0d Made the ForEachNode* functions in src/net.cpp more pragmatic and self documenting 8 years ago
Cory Fields bd72937dc4 net: move nLocalServices/nRelevantServices to CConnman 8 years ago
Cory Fields 63cafa6329 net: move send/recv statistics to CConnman 8 years ago
Cory Fields 53347f0cb9 net: create generic functor accessors and move vNodes to CConnman 8 years ago
Cory Fields c0569c7fa1 net: Add most functions needed for vNodes to CConnman 8 years ago
Cory Fields 8ae2dac1c6 net: move added node functions to CConnman 8 years ago
Cory Fields a0f3d3cdad net: move ban and addrman functions into CConnman 8 years ago
Cory Fields b1a5f43208 net: move OpenNetworkConnection into CConnman 8 years ago
Pieter Wuille 854f1af22e Make the dummy argument to getaddednodeinfo optional 8 years ago
Pavel Janík de1bbe3b78 Do not shadow global RPC table variable (tableRPC) 8 years ago
Sev 6ffd996b8e Corrected JSON typo on setban of net.cpp 8 years ago
Cory Fields b6c3ff3dae net: Split resolving out of CSubNet 8 years ago
Cory Fields 31d6b1d5f0 net: Split resolving out of CNetAddr 8 years ago
Pieter Wuille 1111b80df8 Rework addnode behaviour 8 years ago
Gregory Maxwell c769c4af11 Avoid counting failed connect attempts when probably offline. 8 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 8 years ago
Cory Fields 8b8f87714d net: make Ban/Unban/ClearBan functionality consistent 8 years ago
instagibbs 9c0bcb617b push back getaddednodeinfo dead value 8 years ago
Pavel Janík 62a6486058 RPC: do not print ping info in getpeerinfo when no ping received yet, fix help 8 years ago
Wladimir J. van der Laan fb8a8cf2e6 rpc: Register calls where they are defined 8 years ago
Daniel Cousens a0eaff8a1d move rpc* to rpc/ 9 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Jonas Schnelli ca188c629e
log bytes recv/sent per command 9 years ago
Peter Todd 08843ed998 Add relaytxes status to getpeerinfo 9 years ago
Jonas Schnelli f6d9d5ee75
add (max)uploadtarget infos to getnettotals RPC help 9 years ago
Jonas Schnelli 872fee3fcc
Introduce -maxuploadtarget 9 years ago
MarcoFalke bf681918d7 [trivial] rpcnet: fix typo 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Jonas Schnelli 6135309816 [Qt] banlist, UI optimizing and better signal handling 9 years ago
Jonas Schnelli 5f42132950 [Qt] add ui signal for banlist changes 9 years ago
Matt Corallo a6eb4ba38b Report minimum ping time in getpeerinfo 9 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 9 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 9 years ago
Pavol Rusnak 557f8eac7a implement uacomment config parameter 9 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 9 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 9 years ago