index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
net.cpp
Age
Commit message (
Expand
)
Author
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
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
2020-01-29
Merge #16702: p2p: supplying and using asmap to improve IP bucketing in addrman
Wladimir J. van der Laan
2020-01-23
Return mapped AS in RPC call getpeerinfo
Gleb Naumenko
2020-01-23
doc: Properly document proxy_randomize_credentials as bool in getnetworkinfo
MarcoFalke
2020-01-08
net: Avoid using C-style NUL-terminated strings as arguments in the netbase i...
practicalswift
2019-12-15
util: change GetWarnings parameter to bool
John Newbery
2019-12-13
qa: unify unix epoch time descriptions
Jon Atack
2019-11-04
Merge #17297: refactor: Remove addrdb.h dependency from node.h
Wladimir J. van der Laan
2019-10-29
refactor: Remove addrdb.h dependency from node.h
Hennadii Stepanov
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
[prev]
[next]