aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
Commit message (Expand)AuthorAgeFilesLines
* 1.21 codebase rebrand (#1711)barrystyle2021-02-201-9/+9
* cli -netinfo: print oversized/extreme ping times as "-"Jon Atack2020-10-251-2/+8
* cli -netinfo: handle longer tor v3 local addressesJon Atack2020-10-251-3/+8
* cli -netinfo: make age column variable-widthJon Atack2020-10-251-7/+12
* cli -netinfo: various quick updates and fixesJon Atack2020-10-251-15/+16
* refactor: enable -netinfo to add future networks (i2p, cjdns)Jon Atack2020-10-141-31/+28
* refactor: promote some -netinfo localvars to class membersJon Atack2020-10-141-22/+24
* cli: simplify -netinfo using getpeerinfo network fieldJon Atack2020-10-141-49/+13
* rpc: Set HTTP Content-Type in bitcoin-cliWladimir J. van der Laan2020-10-011-0/+1
* doc: Mention signet in -help outputHennadii Stepanov2020-09-251-1/+2
* doc: Update comments for new chain settings (-signet and -chain=signet)MarcoFalke2020-09-221-9/+1
* Merge #19643: Add -netinfo peer connections dashboardfanquake2020-09-151-0/+211
|\
| * cli -netinfo: display multiple levels of detailsJon Atack2020-09-021-9/+11
| * cli: change -netinfo optional arg from bool to intJon Atack2020-08-311-7/+10
| * cli: add getpeerinfo last_{block,transaction} to -netinfoJon Atack2020-08-311-4/+10
| * cli: add -netinfo server version check and error messageJon Atack2020-08-311-1/+5
| * cli: create peer connections report sorted by dir, minpingJon Atack2020-08-311-0/+35
| * cli: create vector of Peer structs for peers dataJon Atack2020-08-311-1/+30
| * cli: add NetType enum struct and NetTypeEnumToString()Jon Atack2020-08-311-0/+19
| * cli: create local addresses, ports, and scores reportJon Atack2020-08-311-0/+11
| * cli: create inbound/outbound peer connections reportJon Atack2020-08-311-2/+10
| * cli: start dashboard report with chain and version headerJon Atack2020-08-311-1/+10
| * cli: tally peer connections by typeJon Atack2020-08-311-0/+33
| * cli: add ipv6 and onion address type detection helpersJon Atack2020-08-301-0/+17
| * cli: create initial -netinfo option, NetinfoRequestHandler classJon Atack2020-08-301-0/+35
* | Add in/out connections to cli -getinfoJon Atack2020-08-241-1/+7
|/
* scripted-diff: Replace gArgs with local argsmanIvan Metlushko2020-07-291-17/+17
* refactor: add unused ArgsManager to replace gArgsIvan Metlushko2020-07-291-4/+4
* cli: reduce DefaultRequestHandler memory allocationsJon Atack2020-07-051-5/+5
* cli: add multiwallet capability to GetNewAddress and -generateJon Atack2020-06-021-1/+3
* cli: create bitcoin-cli -generate commandJon Atack2020-06-021-0/+30
* cli: extract ParseResult() and ParseError()Jon Atack2020-06-021-32/+42
* cli: create GenerateToAddressRequestHandler classHarris2020-06-021-0/+22
* cli: create GetNewAddress()Jon Atack2020-06-021-0/+10
* Merge #19004: refactor: Replace const char* to std::stringMarcoFalke2020-05-271-1/+2
|\
| * refactor: Replace const char* to std::stringCalvin Kim2020-05-221-1/+2
* | rpc: drop unused JSONRPCProcessBatchReply size arg, refactorJon Atack2020-05-211-1/+1
* | cli: use GetWalletBalances() functionality for -getinfoJon Atack2020-05-211-2/+4
* | cli: create GetWalletBalances() to fetch multiwallet balancesJon Atack2020-05-211-0/+24
* | cli: lift -rpcwallet logic up to CommandLineRPC()Jon Atack2020-05-211-10/+12
* | cli: extract connection exception handler, -rpcwait logicJon Atack2020-05-211-51/+64
|/
* build: fix ASLR for bitcoin-cli on Windowsfanquake2020-04-191-2/+10
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* Merge #18504: build: Drop bitcoin-tx and bitcoin-wallet dependencies on libeventMarcoFalke2020-04-101-0/+2
|\
| * Drop bitcoin-wallet dependency on libeventRussell Yanofsky2020-04-021-0/+2
* | cli -getinfo: use getbalances instead of deprecated getwalletinfo balanceJon Atack2020-04-091-4/+8
|/
* scripted-diff: Replace MilliSleep with UninterruptibleSleepMarcoFalke2020-02-211-1/+1
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* util: remove unwanted fields from bitcoin-cli -getinfomalevolent2019-12-041-3/+0
* cli: fix -getinfo output when compiled with no walletfanquake2019-11-041-1/+1