Age | Commit message (Expand) | Author |
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-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 |
2020-11-19 | Merge #18531: rpc: remove deprecated CRPCCommand constructor | MarcoFalke |
2020-11-09 | Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,... | Wladimir J. van der Laan |
2020-10-15 | Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field | Wladimir J. van der Laan |
2020-10-15 | rpc: update GetNetworksInfo() to not return unsupported networks | Jon Atack |
2020-10-15 | Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp... | Wladimir J. van der Laan |
2020-10-14 | RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg | Luke Dashjr |
2020-10-14 | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") | Luke Dashjr |
2020-10-14 | rpc, test: expose CNodeStats network in RPC getpeerinfo | Jon Atack |
2020-10-09 | [trivial] Extract connection type doc into file where it is used. | Amiti Uttarwar |
2020-10-09 | [doc] Improve help for getpeerinfo connection_type field. | Amiti Uttarwar |
2020-09-29 | rpc: expose high-bandwidth mode states via getpeerinfo | Sebastian Falbesoner |
2020-09-26 | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs | MarcoFalke |