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
/
bitcoin-cli.cpp
Age
Commit message (
Expand
)
Author
2023-05-20
refactor: Move system from util to common library
TheCharlatan
2023-05-10
Merge bitcoin/bitcoin#27605: refactor: Replace global find_value function wit...
Andrew Chow
2023-05-10
refactor: Use ChainType enum exhaustively
TheCharlatan
2023-05-09
scripted-diff: Use UniValue::find_value method
MarcoFalke
2023-05-09
refactor: Replace string chain name constants with ChainTypes
TheCharlatan
2023-04-19
move-only: Extract common/args and common/config.cpp from util/system
TheCharlatan
2023-03-26
clang-tidy: Add `performance-inefficient-vector-operation` check
Hennadii Stepanov
2023-03-13
refactor: Extract util/exception from util/system
Ben Woosley
2023-02-27
refactor: Stop using gArgs global in system.cpp
Ryan Ofsky
2023-02-27
refactor: Use new GetConfigFilePath function
Ryan Ofsky
2023-02-02
cli: include local ("unreachable") peers in -netinfo table
Matthew Zipkin
2023-01-11
Merge bitcoin/bitcoin#26328: doc: fix -netinfo relaytxes help
fanquake
2023-01-10
doc: fix up -netinfo relaytxes help
Jon Atack
2022-12-27
clang-tidy: Add `performance-no-automatic-move` check
Hennadii Stepanov
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-15
src/bitcoin-cli.cpp: -getinfo help - grammar correction
@RandyMcMillan
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-09-22
Update getpeerinfo/-netinfo/TxRelay#m_relay_txs relaytxes docs (for v24 backp...
Jon Atack
2022-08-19
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unneces...
MacroFake
2022-08-04
Merge bitcoin/bitcoin#24675: util: Use ArgsManager::GetPathArg more widely
fanquake
2022-07-27
refactor: Make const refs vars where applicable
Aurèle Oulès
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-06-11
compat: Consolidate mingw-w64 ASLR workaround for upstream libsecp changes
fanquake
2022-05-20
Rename NetinfoRequestHandler::is_block_relay data member to is_tx_relay
Jon Atack
2022-05-20
Fix frequent -netinfo JSON errors from null getpeerinfo#relaytxes
Jon Atack
2022-05-20
Merge bitcoin/bitcoin#25101: Add mockable clock type
fanquake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Add mockable clock type and TicksSinceEpoch helper
MarcoFalke
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
Use steady_clock in ConnectAndCallRPC and inline time call in loop conditional
Jon Atack
2022-05-17
Fix -rpcwait with -netinfo printing negative time durations
Jon Atack
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-04-21
util, refactor: Use GetPathArg to read "-conf" value
Hennadii Stepanov
2022-04-13
Merge bitcoin/bitcoin#24632: add `(none)` in -getinfo `Warnings:` if no warni...
laanwj
2022-04-08
print `(none)` if no warnings in -getinfo
/dev/fd0
2022-03-30
refactor: account for requiring libevent 2.1.8+
fanquake
2022-02-22
Output license info when binaries are passed -version
fanquake
2022-02-21
cli: describe quality/recency filtering in -addrinfo
Jon Atack
2022-02-21
doc: Rework generate* doc
MarcoFalke
2022-02-16
Improve -netinfo help based on feedback from users and devs
Jon Atack
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-11-11
cli: hoist networks class data members to a constant
Jon Atack
2021-11-11
cli: add cjdns network to -addrinfo and -netinfo
Jon Atack
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-20
netinfo: print peer counts for all reachable networks
Jon Atack
2021-10-05
refactor: Block unsafe fs::path std::string conversion calls
Russell Yanofsky
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-20
cli: Display all proxies in -getinfo
klementtan
[next]