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-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
2019-01-25
RPCHelpMan: Pass through Result and Examples
MarcoFalke
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
net: Break disconnecting out of Ban()
Cory Fields
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-03
rpc: Document bytessent_per_msg and bytesrecv_per_msg
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-11-27
rpc: Pass argument descriptions to RPCHelpMan
MarcoFalke
2018-11-14
Use RPCHelpMan for all RPCs
MarcoFalke
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-11-09
rpc: Include rpc/util.h where needed for RPCHelpMan
MarcoFalke
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-17
[rpc] Add getnodeaddresses RPC command
chris-belcher
2018-09-10
Merge #14008: Preserve a format of RPC command definitions
Wladimir J. van der Laan
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
Report minfeefilter value in getpeerinfo rpc
Anthony Towns
2018-08-20
Preserve a format of RPC command definitions
Kostiantyn Stepaniuk
[next]