..
test
lightningd: hang up on clients if they make us run out of memory.
6 years ago
.gitignore
handshaked: remove.
7 years ago
Makefile
lightningd: group crypto_state and fds into a convenient structure.
6 years ago
bitcoind.c
Remove Sensitive RPC Data from Logs (#2520)
6 years ago
bitcoind.h
lightningd: allow more than one bitcoind request at once, run multiple queues.
6 years ago
chaintopology.c
chaintopology: add log line when we remove stale block from topo->tip
6 years ago
chaintopology.h
openingd/json_fund_channel:
6 years ago
channel.c
openingd: check with lightningd when we receive an offer.
6 years ago
channel.h
db: add support for remote end specify option_upfront_shutdown_script.
6 years ago
channel_control.c
Channeld: init channel with remote announcement info when restart
6 years ago
channel_control.h
lightningd: group crypto_state and fds into a convenient structure.
6 years ago
channel_state.h
lightningd: new state AWAITING_UNILATERAL.
6 years ago
closing_control.c
gossipd: hand a gossip_store_fd to all subdaemons.
6 years ago
closing_control.h
lightningd: group crypto_state and fds into a convenient structure.
6 years ago
connect_control.c
gossipd: hand a gossip_store_fd to all subdaemons.
6 years ago
connect_control.h
Use node_id everywhere for nodes.
6 years ago
gossip_control.c
gossipd: reply to large listchannels in parts.
6 years ago
gossip_control.h
connectd: wean off gossip_wire message types, use our own.
7 years ago
gossip_msg.c
gossipd: make more compact getchannels entries.
6 years ago
gossip_msg.h
gossipd: make more compact getchannels entries.
6 years ago
hsm_control.c
Use node_id everywhere for nodes.
6 years ago
hsm_control.h
Use node_id everywhere for nodes.
6 years ago
htlc_end.c
wallet: Add `received_time` to `htlc_in` for forwarding times
6 years ago
htlc_end.h
wallet: Add `received_time` to `htlc_in` for forwarding times
6 years ago
invoice.c
autoclean: make this a plugin.
6 years ago
invoice.h
lightningd: move local invoice resolution into invoice.c function.
6 years ago
json.c
json: rename json_add_amount_sat to json_add_amount_sat_compat.
6 years ago
json.h
json: rename json_add_amount_sat to json_add_amount_sat_compat.
6 years ago
json_stream.c
lightningd: suppress IO_OUT logging for getlog command
6 years ago
json_stream.h
lightningd: suppress IO_OUT logging for getlog command
6 years ago
jsonrpc.c
lightningd: suppress IO_OUT logging for getlog command
6 years ago
jsonrpc.h
lightningd: suppress IO_OUT logging for getlog command
6 years ago
lightningd.c
gossipd: remove unnecessary dev_unknown_channel_satoshis arg.
6 years ago
lightningd.h
lightningd: hang up on clients if they make us run out of memory.
6 years ago
log.c
lightningd: suppress IO_OUT logging for getlog command
6 years ago
log.h
log: truncate giant IO logging.
6 years ago
log_status.c
Remove tal_len, use tal_count() or tal_bytelen().
7 years ago
log_status.h
status: add multiple levels of logging.
7 years ago
memdump.c
jsonrpc: probe sites for usage information once, at start.
6 years ago
memdump.h
lightningd: add code to search strmaps for memleak detection.
6 years ago
notification.c
Use node_id everywhere for nodes.
6 years ago
notification.h
Use node_id everywhere for nodes.
6 years ago
onchain_control.c
lightningd: group crypto_state and fds into a convenient structure.
6 years ago
onchain_control.h
onchaind: Replay stored channeltxs to restore onchaind state
7 years ago
opening_control.c
openingd: add openchannel hook.
6 years ago
opening_control.h
openingd: check with lightningd when we receive an offer.
6 years ago
options.c
gossipd: remove unnecessary dev_unknown_channel_satoshis arg.
6 years ago
options.h
opts: Split early from non-early args so plugins can register theirs
6 years ago
pay.c
json: rename json_add_amount_sat to json_add_amount_sat_compat.
6 years ago
pay.h
lightningd: move pay internals back into pay.c
6 years ago
peer_comms.c
gossipd: hand a gossip_store_fd to all subdaemons.
6 years ago
peer_comms.h
gossipd: hand a gossip_store_fd to all subdaemons.
6 years ago
peer_control.c
lightningd: funding_lockin_cb, handle reorgs that change short_channel_id
6 years ago
peer_control.h
gossipd: hand a gossip_store_fd to all subdaemons.
6 years ago
peer_htlcs.c
json: rename json_add_amount_sat to json_add_amount_sat_compat.
6 years ago
peer_htlcs.h
lightningd: move local invoice resolution into invoice.c function.
6 years ago
ping.c
Use node_id everywhere for nodes.
6 years ago
ping.h
ping: complete JSON RPC ping commands even if one ping gets no response.
6 years ago
plugin.c
lightningd/plugin.c: Do not call `closedir` with NULL DIR*.
6 years ago
plugin.h
Add a default 'plugins' directory in the lightning dir
6 years ago
plugin_hook.c
lightningd: remove deserialize step for plugin hooks.
6 years ago
plugin_hook.h
lightningd: remove deserialize step for plugin hooks.
6 years ago
subd.c
subd: Remove overly verbose log when receiving a message
6 years ago
subd.h
lightningd: group crypto_state and fds into a convenient structure.
6 years ago
watch.c
chaintopology: add REORG to logline when tx watch is fired after reorg
6 years ago
watch.h
txwatch: hand ld to callback, don't assume channel is non-NULL.
6 years ago