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-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
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-15
Remove unused includes
practicalswift
2019-09-05
rpc/net: decode the services flags in a new entry
darosior
2019-08-11
Replace the use of fWhitelisted by permission checks
nicolas.dorier
2019-08-11
Make whitebind/whitelist permissions more flexible
nicolas.dorier
2019-07-08
rpc: switch to using RPCHelpMan.Check()
Karl-Johan Alm
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-09
net: Rename ::fRelayTxes to ::g_relay_txes
MarcoFalke
2019-04-09
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-02-20
rpc: Actually throw help when passed invalid number of params
MarcoFalke
2019-02-11
RPCHelpMan: Check default values are given at compile-time
MarcoFalke
[prev]
[next]