aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/net.cpp
AgeCommit message (Expand)Author
2021-05-20Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn...W. J. van der Laan
2021-05-20Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixesMarcoFalke
2021-05-19rpc: enable filtering getnodeaddresses by networkJon Atack
2021-05-19p2p: allow CConnman::GetAddresses() by network, add doxygenJon Atack
2021-05-11rpc/getpeerinfo: bytesrecv_per_msg is a dynamic dictionaryKarl-Johan Alm
2021-05-11Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-05Merge bitcoin/bitcoin#21710: doc: update helps for addnode rpc and -addnode/-...W. J. van der Laan
2021-05-01doc: Clarify that feerates are per virtual sizeMarcoFalke
2021-05-01scripted-diff: Clarify that feerates are per virtual sizeMarcoFalke
2021-04-21Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc codeMarcoFalke
2021-04-19refactor: Add and use EnsureConnman in rpc codeMarcoFalke
2021-04-19Merge #21679: rpc: Keep default argument value in correct typeMarcoFalke
2021-04-17Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modulesMarcoFalke
2021-04-17rpc: Keep default argument value in correct typeJoão Barbosa
2021-04-16doc: update addnode rpc helpJon Atack
2021-04-14scripted-diff: rest/rpc: Use renamed EnsureAny*()Carl Dong
2021-04-11Merge #21602: rpc: add additional ban time fields to listbannedMarcoFalke
2021-04-07rpc: improve getnodeaddresses helpJon Atack
2021-04-07rpc: simplify/constify getnodeaddresses codeJon Atack
2021-04-07rpc: add network field to rpc getnodeaddressesJon Atack
2021-04-06rpc: add time_remaining field to listbannedJarol Rodriguez
2021-04-06rpc: add ban_duration field to listbannedJarol Rodriguez
2021-04-06doc: improve listbanned helpJarol Rodriguez
2021-04-06rpc: swap position of banned_until and ban_created fieldsJarol Rodriguez
2021-03-20[net] remove CConnman::AddNewAddressesJohn Newbery
2021-03-16p2p, refactor: pass and use uint16_t CService::port as uint16_tJon Atack
2021-03-04net: Replace enum CConnMan::NumConnections with enum class ConnectionDirectionLuke Dashjr
2021-03-03Change all ping times to std::chrono typesPieter Wuille
2021-03-01init: introduce I2P connectivity optionsVasil Dimov
2021-02-15[net processing] Move ping data fields to net processingJohn Newbery
2021-02-02rpc: use GetNetworkNames() in getnetworkinfo and getpeerinfo helpsJon Atack
2021-01-28rpc: Remove duplicate name and argNames from CRPCCommandMarcoFalke
2021-01-11Merge #19315: [tests] Allow outbound & block-relay-only connections in functi...MarcoFalke
2021-01-09rpc: move getpeerinfo connection_type help to correct placeJon Atack
2021-01-07[rpc/net] Introduce addconnection to test outbounds & blockrelayAmiti Uttarwar
2021-01-07Expose integral m_conn_type in CNodeStats, remove m_conn_type_stringJon Atack
2020-12-28Merge #162: Add network to peers window and peer detailsWladimir J. van der Laan
2020-12-27net, rpc: change CNodeStats::m_network from string to NetworkJon Atack
2020-12-26[rpc] Remove deprecated "whitelisted" field from getpeerinfoAmiti Uttarwar
2020-12-26[rpc] Remove deprecated "banscore" field from getpeerinfoAmiti Uttarwar
2020-12-26[rpc] Remove deprecated "addnode" field from getpeerinfoAmiti Uttarwar
2020-12-23[doc] Add permissions to the getpeerinfo help.Amiti Uttarwar
2020-12-20[net processing] Rename nStartingHeight to m_starting_heightJohn Newbery
2020-12-20[net processing] Move nStartingHeight to PeerJohn Newbery
2020-12-13net: use std::chrono throughout maxOutbound logicfanquake
2020-12-10Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfoMarcoFalke
2020-12-09[net processing] Add IgnoresIncomingTxs() function to PeerManagerJohn Newbery
2020-12-04[net processing] Move GetNodeStateStats into PeerManagerJohn Newbery
2020-11-19Merge #18531: rpc: remove deprecated CRPCCommand constructorMarcoFalke
2020-11-09Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan