You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christian Decker e04619457b master: Don't crash if peer reconnects before we activate it 7 years ago
..
test common: add logging for peer packets, with status_io. 7 years ago
.gitignore handshaked: remove. 7 years ago
Makefile status: add multiple levels of logging. 7 years ago
bitcoind.c bitcoind: trivial cleanups. 7 years ago
bitcoind.h bitcoind: Disentangle gettxout from the scid verification 7 years ago
build_utxos.c wallet: Use newindex primitive to generate change key index 7 years ago
build_utxos.h build_utxos: fix weight calculation, and make more accurate. 7 years ago
chaintopology.c Onboarding: tweak grammar conventions for RPC responses 7 years ago
chaintopology.h update references to sat/kb to sat/kw 7 years ago
dev_ping.c jsonprc: make json_get_params() fail the command, for better error reporting. 7 years ago
gossip_control.c gossipd: Implement gossip_mark_channel_unroutable. 7 years ago
gossip_control.h gossipd: rewrite to do the handshake internally. 7 years ago
gossip_msg.c JSONRPC listnodes: return timestamp, alias and color. 7 years ago
gossip_msg.h JSONRPC listnodes: return timestamp, alias and color. 7 years ago
hsm_control.c hsm: give it its own log, so it has unique prefix. 7 years ago
hsm_control.h lightningd/hsm_control: use a simple fd for HSM. 7 years ago
htlc_end.c pay: remove cmd pointer from htlc_out. 7 years ago
htlc_end.h pay: remove cmd pointer from htlc_out. 7 years ago
invoice.c invoice: Return the invoice as a detailed error on expiration 7 years ago
invoice.h invoices: Extensive reorganization of invoice system. 7 years ago
jsonrpc.c log: separate levels for IO directions, allow msg + io data. 7 years ago
jsonrpc.h jsonprc: make json_get_params() fail the command, for better error reporting. 7 years ago
jsonrpc_errors.h pay: Provide detailed errors on `sendpay` or `pay` failure. 7 years ago
lightningd.c common: only log io if they set --debug-subdaemon-io=<daemon> or with SIGUSR1. 7 years ago
lightningd.h common: only log io if they set --debug-subdaemon-io=<daemon> or with SIGUSR1. 7 years ago
log.c Use common loglevel JSON parser. 7 years ago
log.h Use common loglevel JSON parser. 7 years ago
log_status.c log: separate levels for IO directions, allow msg + io data. 7 years ago
log_status.h status: add multiple levels of logging. 7 years ago
memdump.c Start all command descriptions with a verb ("Show", "Set", etc.). Remove unused help texts. 7 years ago
netaddress.c wireaddr: add ip[:port] parsing 7 years ago
netaddress.h wireaddr: add ip[:port] parsing 7 years ago
opt_time.c common: absorb remaining files from daemon/ 7 years ago
opt_time.h headers: fix up header idempotent lines. 7 years ago
options.c common: only log io if they set --debug-subdaemon-io=<daemon> or with SIGUSR1. 7 years ago
options.h lightningd: --deprecated-api option to turn off deprecated APIs. 7 years ago
pay.c pay: Recover from unparseable routing failures by random disabling of channels. 7 years ago
pay.h lightningd: unify pay vs forward path when handling failures. 7 years ago
peer_control.c master: Don't crash if peer reconnects before we activate it 7 years ago
peer_control.h gossip: Implement connection failed handler in lightningd 7 years ago
peer_htlcs.c wallet: Make first_blocknum a field of wallet_channel 7 years ago
peer_htlcs.h pay: remove cmd pointer from htlc_out. 7 years ago
peer_state.h gossipd: rewrite to do the handshake internally. 7 years ago
subd.c common: only log io if they set --debug-subdaemon-io=<daemon> or with SIGUSR1. 7 years ago
subd.h subd: wrap all message callbacks in a transaction. 7 years ago
txfilter.c txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
txfilter.h txfilter: Expose the txfilter_add_scriptpubkey function 7 years ago
watch.c lightningd: actually unwatch txs when onchaind says we should. 7 years ago
watch.h lightningd: actually unwatch txs when onchaind says we should. 7 years ago