41 Commits (38d2899fbba115f659e1a27c3684d75730e102b4)

Author SHA1 Message Date
darosior b1bbafb19c cli: Sort human_readable output by categories 5 years ago
Rusty Russell 4ea1d13077 cli: handle OOM by directly streaming output. 5 years ago
GreenAddress fb07265663 remove libbase58, use base58 from libwally (#2594) 6 years ago
Rusty Russell 77b859eaec lightning-cli: don't produce bad JSON if fields contain ". 6 years ago
Rusty Russell 5009d628a3 lightning-cli: do pretty-printing. 6 years ago
Rusty Russell 948ca470ad bitcoin: use amount_sat/amount_msat. 6 years ago
Rusty Russell 7fad7bccba common/amount: new types struct amount_msat and struct amount_sat. 6 years ago
William Casarin 41468fb607 cli: source help from local docs when not installed 6 years ago
lisa neigut b2ee53fd89 lightning-cli: add jsonrpc version to cmd json packet 6 years ago
Rusty Russell 12731c4a60 json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full 6 years ago
Rusty Russell 8238fe6acf common/json: only maintain array of nested types if DEVELOPER mode. 6 years ago
Rusty Russell 305795b01e common/json: move JSON creation routines into lightningd/ 6 years ago
William Casarin 8f405ca9a7 cli: fix human help output for the new jsonrpc help response 6 years ago
William Casarin d23a0e8adc cli: handle missing manpages gracefully 6 years ago
Corné Plooy f1df9dfa4d lightning-cli: consider empty inputs to be strings 6 years ago
practicalswift 9d9a9523d0 Use snprintf(...) instead of sprintf(...) 6 years ago
Rusty Russell 337075dc8c tal: don't access low-level tal functions. 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
William Casarin a9cf73380a cli: launch a manpage when help is passed an argument 6 years ago
William Casarin a88ab1634f cli: add manpage hint at the end of human help output 6 years ago
Rusty Russell 666e1b320f lightningd: fix double-specified args. 7 years ago
practicalswift abf510740d Force the use of the POSIX C locale for all commands and their subprocesses 7 years ago
practicalswift 6269a4c55d Remove unused functions not covered by unit tests 7 years ago
Rusty Russell 7ae013202f json: make json_add_string do partial escapes. 7 years ago
practicalswift 98f49c0837 Remove include in file foo.c that is already included in foo.h 7 years ago
Mark Beckwith 38e94e883f Improved display of lightning-cli help for humans 7 years ago
ZmnSCPxj cabeef2d88 lightning-cli: Be more discerning about literals. 7 years ago
practicalswift 91a9c2923f Mark intentionally unused parameters as such (with "UNUSED") 7 years ago
Rusty Russell 8be1c1df32 Updates for changed external/jsmn API change. 7 years ago
Rusty Russell c3bd78433f lightning-cli: keyword mode. 7 years ago
Rusty Russell 7d18ef9ecf lightning-cli: human-readable printing for help. 7 years ago
practicalswift 2c17546cbd Onboarding: Make "lightning-cli" (without arguments) output the equivalent of "lightning-cli --help; lightning-cli help" 7 years ago
ZmnSCPxj 940819567d lightning-cli: Add support for null argument. 7 years ago
Rusty Russell 1bd40a8da6 lightning-cli: make valgrind happy by freeing opt table. 7 years ago
Rusty Russell aa34ad30d9 lighting-cli: do incremental parsing. 7 years ago
Rusty Russell 61cff03465 lightning-cli: test for amazingly slow getlogs speed. 7 years ago
renepickhardt 69260adb38 quickfixing issue #662 to make CLI more userfriendly for inexperienced users (#663) 7 years ago
Rusty Russell 739b163f8b Makefiles: simplify dependencies. 7 years ago
Rusty Russell f42f34b82d external: new subdirectory for all external libraries and submodules. 7 years ago
Rusty Russell a37c165cb9 common: move some files out of lightningd/ 7 years ago
Rusty Russell 8375857116 common: absorb remaining files from daemon/ 7 years ago