Age | Commit message (Expand) | Author |
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 |
2020-09-24 | remove dead rpc code | MarcoFalke |
2020-09-22 | Assert that RPCArg names are equal to CRPCCommand ones (net, rpcwallet) | MarcoFalke |
2020-09-21 | [rpc] Deprecate getpeerinfo addnode field | Amiti Uttarwar |
2020-09-21 | [rpc] Add connection type to getpeerinfo RPC, update tests | Amiti Uttarwar |
2020-09-04 | Merge #19405: rpc, cli: add network in/out connections to `getnetworkinfo` an... | Wladimir J. van der Laan |
2020-08-28 | Merge #19607: [p2p] Add Peer struct for per-peer data in net processing | Wladimir J. van der Laan |
2020-08-24 | UNIX_EPOCH_TIME fixup in rpc getnettotals | Jon Atack |
2020-08-24 | Add in/out connections to rpc getnetworkinfo | Jon Atack |
2020-08-15 | rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction | Jon Atack |
2020-08-14 | Merge #19528: rpc: Assert that RPCArg names are equal to CRPCCommand ones (misc) | MarcoFalke |
2020-08-12 | Merge #19696: rpc: Fix addnode remove command error | Wladimir J. van der Laan |