Age | Commit message (Expand) | Author |
2020-12-26 | [doc] Add permissions to the getpeerinfo help. | Amiti Uttarwar |
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-26 | Merge #19725: [RPC] Add connection type to getpeerinfo, improve logs | 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 |
2020-08-12 | Merge #19658: [rpc] Allow RPC to fetch all addrman records and add records to... | Wladimir J. van der Laan |
2020-08-12 | scripted-diff: rename misbehavior members | John Newbery |
2020-08-12 | [net] Add addpeeraddress RPC method | John Newbery |
2020-08-12 | [addrman] Specify max addresses and pct when calling GetAddresses() | John Newbery |
2020-08-11 | rpc: Improve addnode remove command error message | Fabian Jahr |
2020-08-07 | [net/refactor] Add AddrFetch connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add feeler connections to ConnectionType enum | Amiti Uttarwar |
2020-08-07 | [net/refactor] Add manual connections to ConnectionType enum | Amiti Uttarwar |
2020-08-02 | refactor: Use C++11 range based for loops to simplify rpc code | MarcoFalke |
2020-07-08 | rpc: deprecate banscore field in rpc getpeerinfo | Jon Atack |
2020-07-03 | Clean up separated ban/discourage interface | Pieter Wuille |
2020-07-03 | Replace automatic bans with discouragement filter | Pieter Wuille |
2020-06-10 | Make GetWarnings() return bilingual_str | Hennadii Stepanov |
2020-05-13 | scripted-diff: Remove g_rpc_node references | Russell Yanofsky |
2020-05-13 | refactor: Pass NodeContext to RPC and REST methods through util::Ref | Russell Yanofsky |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-06 | rpc: Avoid initialization-order-fiasco on static CRPCCommand tables | MarcoFalke |
2020-03-25 | Merge #18134: Replace std::to_string with locale-independent alternative | Wladimir J. van der Laan |
2020-03-14 | Replace std::to_string with locale-independent alternative | Ben Woosley |
2020-03-13 | rpc: Document an RPCResult for all calls; Enforce at compile time | MarcoFalke |
2020-03-05 | Merge #18260: refactor: Fix implicit value conversion in formatPingTime | MarcoFalke |
2020-03-05 | refactor: Cast ping values to double before output | Ben Woosley |
2020-03-04 | refactor: Convert ping wait time from double to int64_t | Ben Woosley |
2020-03-04 | refactor: Convert min ping time from double to int64_t | Ben Woosley |
2020-03-04 | refactor: Convert ping time from double to int64_t | Ben Woosley |
2020-03-04 | rpc: fix getpeerinfo RPCResult `mapped_as` type | Jon Atack |
2020-02-25 | rpc: Auto-format RPCResult | MarcoFalke |
2020-02-09 | scripted-diff: Add missing spaces in RPCResult, Fix type names | MarcoFalke |
2020-02-05 | Merge #17804: doc: Misc RPC help fixes | Wladimir J. van der Laan |