Age | Commit message (Expand) | Author |
2021-06-06 | p2p, rpc, fuzz: various tiny follow-ups | Jon Atack |
2021-05-24 | rpc: simplify addpeeraddress and improve code constness | Jon Atack |
2021-05-20 | Merge bitcoin/bitcoin#21843: p2p, rpc: enable GetAddr, GetAddresses, and getn... | W. J. van der Laan |
2021-05-20 | Merge bitcoin/bitcoin#21913: rpc: RPCHelpMan fixes | MarcoFalke |
2021-05-19 | rpc: enable filtering getnodeaddresses by network | Jon Atack |
2021-05-19 | p2p: allow CConnman::GetAddresses() by network, add doxygen | Jon Atack |
2021-05-11 | rpc/getpeerinfo: bytesrecv_per_msg is a dynamic dictionary | Karl-Johan Alm |
2021-05-11 | Merge bitcoin/bitcoin#21752: doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-05 | Merge bitcoin/bitcoin#21710: doc: update helps for addnode rpc and -addnode/-... | W. J. van der Laan |
2021-05-01 | doc: Clarify that feerates are per virtual size | MarcoFalke |
2021-05-01 | scripted-diff: Clarify that feerates are per virtual size | MarcoFalke |
2021-04-21 | Merge bitcoin/bitcoin#21719: refactor: Add and use EnsureConnman in rpc code | MarcoFalke |
2021-04-19 | refactor: Add and use EnsureConnman in rpc code | MarcoFalke |
2021-04-19 | Merge #21679: rpc: Keep default argument value in correct type | MarcoFalke |
2021-04-17 | Merge #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules | MarcoFalke |
2021-04-17 | rpc: Keep default argument value in correct type | João Barbosa |
2021-04-16 | doc: update addnode rpc help | Jon Atack |
2021-04-14 | scripted-diff: rest/rpc: Use renamed EnsureAny*() | Carl Dong |
2021-04-11 | Merge #21602: rpc: add additional ban time fields to listbanned | MarcoFalke |
2021-04-07 | rpc: improve getnodeaddresses help | Jon Atack |
2021-04-07 | rpc: simplify/constify getnodeaddresses code | Jon Atack |
2021-04-07 | rpc: add network field to rpc getnodeaddresses | Jon Atack |
2021-04-06 | rpc: add time_remaining field to listbanned | Jarol Rodriguez |
2021-04-06 | rpc: add ban_duration field to listbanned | Jarol Rodriguez |
2021-04-06 | doc: improve listbanned help | Jarol Rodriguez |
2021-04-06 | rpc: swap position of banned_until and ban_created fields | Jarol Rodriguez |
2021-03-20 | [net] remove CConnman::AddNewAddresses | John Newbery |
2021-03-16 | p2p, refactor: pass and use uint16_t CService::port as uint16_t | Jon Atack |
2021-03-04 | net: Replace enum CConnMan::NumConnections with enum class ConnectionDirection | Luke Dashjr |
2021-03-03 | Change all ping times to std::chrono types | Pieter Wuille |
2021-03-01 | init: introduce I2P connectivity options | Vasil Dimov |
2021-02-15 | [net processing] Move ping data fields to net processing | John Newbery |
2021-02-02 | rpc: use GetNetworkNames() in getnetworkinfo and getpeerinfo helps | Jon Atack |
2021-01-28 | rpc: Remove duplicate name and argNames from CRPCCommand | MarcoFalke |
2021-01-11 | Merge #19315: [tests] Allow outbound & block-relay-only connections in functi... | MarcoFalke |
2021-01-09 | rpc: move getpeerinfo connection_type help to correct place | Jon Atack |
2021-01-07 | [rpc/net] Introduce addconnection to test outbounds & blockrelay | Amiti Uttarwar |
2021-01-07 | Expose integral m_conn_type in CNodeStats, remove m_conn_type_string | Jon Atack |
2020-12-28 | Merge #162: Add network to peers window and peer details | Wladimir J. van der Laan |
2020-12-27 | net, rpc: change CNodeStats::m_network from string to Network | Jon Atack |
2020-12-26 | [rpc] Remove deprecated "whitelisted" field from getpeerinfo | Amiti Uttarwar |
2020-12-26 | [rpc] Remove deprecated "banscore" field from getpeerinfo | Amiti Uttarwar |
2020-12-26 | [rpc] Remove deprecated "addnode" field from getpeerinfo | Amiti Uttarwar |
2020-12-23 | [doc] Add permissions to the getpeerinfo help. | Amiti Uttarwar |
2020-12-20 | [net processing] Rename nStartingHeight to m_starting_height | John Newbery |
2020-12-20 | [net processing] Move nStartingHeight to Peer | John Newbery |
2020-12-13 | net: use std::chrono throughout maxOutbound logic | fanquake |
2020-12-10 | Merge #19776: net, rpc: expose high bandwidth mode state via getpeerinfo | MarcoFalke |
2020-12-09 | [net processing] Add IgnoresIncomingTxs() function to PeerManager | John Newbery |
2020-12-04 | [net processing] Move GetNodeStateStats into PeerManager | John Newbery |