| .. |
|
test
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
bech32.c
|
|
|
|
bech32.h
|
|
|
|
bip32.c
|
|
|
|
bip32.h
|
|
|
|
bolt11.c
|
Use pointer to const where possible
|
2018-03-16 01:17:40 +00:00 |
|
bolt11.h
|
|
|
|
channel_config.c
|
|
|
|
channel_config.h
|
|
|
|
close_tx.c
|
|
|
|
close_tx.h
|
|
|
|
configdir.c
|
|
|
|
configdir.h
|
|
|
|
crypto_state.c
|
|
|
|
crypto_state.h
|
|
|
|
crypto_sync.c
|
common: add logging for peer packets, with status_io.
|
2018-02-07 00:46:49 +00:00 |
|
crypto_sync.h
|
|
|
|
cryptomsg.c
|
gossipd: fix race where we can handoff peer with bad cryptostate.
|
2018-02-13 12:10:35 +01:00 |
|
cryptomsg.h
|
gossipd: fix race where we can handoff peer with bad cryptostate.
|
2018-02-13 12:10:35 +01:00 |
|
daemon_conn.c
|
daemon_conn: simplify msg_queue_cleared_cb.
|
2018-03-14 02:19:37 +00:00 |
|
daemon_conn.h
|
daemon_conn: simplify msg_queue_cleared_cb.
|
2018-03-14 02:19:37 +00:00 |
|
derive_basepoints.c
|
|
|
|
derive_basepoints.h
|
|
|
|
dev_disconnect.c
|
|
|
|
dev_disconnect.h
|
|
|
|
features.c
|
features: more general accessor functions.
|
2018-03-14 02:19:37 +00:00 |
|
features.h
|
features: more general accessor functions.
|
2018-03-14 02:19:37 +00:00 |
|
funding_tx.c
|
|
|
|
funding_tx.h
|
|
|
|
hash_u5.c
|
|
|
|
hash_u5.h
|
|
|
|
htlc_state.c
|
|
|
|
htlc_state.h
|
Fix a-vs-an typos
|
2018-02-08 22:49:34 +01:00 |
|
htlc_tx.c
|
|
|
|
htlc_tx.h
|
|
|
|
htlc_wire.c
|
tools/generate_wire.py: make varlen structs self-allocate.
|
2018-02-08 19:07:12 +01:00 |
|
htlc_wire.h
|
tools/generate_wire.py: make varlen structs self-allocate.
|
2018-02-08 19:07:12 +01:00 |
|
htlc.h
|
|
|
|
initial_channel.c
|
|
|
|
initial_channel.h
|
|
|
|
initial_commit_tx.c
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
initial_commit_tx.h
|
|
|
|
io_debug.c
|
utils: add a global tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
io_debug.h
|
|
|
|
json.c
|
common/json: Add json_add_double.
|
2018-02-09 12:44:33 +01:00 |
|
json.h
|
common/json: Add json_add_double.
|
2018-02-09 12:44:33 +01:00 |
|
key_derive.c
|
|
|
|
key_derive.h
|
|
|
|
keyset.c
|
|
|
|
keyset.h
|
|
|
|
Makefile
|
common: peer_billboard() helper for updating the billboard.
|
2018-02-23 18:02:00 +01:00 |
|
memleak.c
|
memleak: ignore tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
memleak.h
|
|
|
|
msg_queue.c
|
|
|
|
msg_queue.h
|
|
|
|
overflows.h
|
|
|
|
peer_billboard.c
|
common: peer_billboard() helper for updating the billboard.
|
2018-02-23 18:02:00 +01:00 |
|
peer_billboard.h
|
common: peer_billboard() helper for updating the billboard.
|
2018-02-23 18:02:00 +01:00 |
|
peer_failed.c
|
peer_failed: set permanent slot when we fail the peer.
|
2018-02-23 18:02:00 +01:00 |
|
peer_failed.h
|
status: split off error messages into a new 'peer_status' type.
|
2018-02-19 02:56:51 +00:00 |
|
peer_status_wire.csv
|
status: split off error messages into a new 'peer_status' type.
|
2018-02-19 02:56:51 +00:00 |
|
permute_tx.c
|
|
|
|
permute_tx.h
|
|
|
|
ping.c
|
pong: embed version string into ping replies if DEVELOPER=1.
|
2018-02-22 12:24:26 +01:00 |
|
ping.h
|
pong: embed version string into ping replies if DEVELOPER=1.
|
2018-02-22 12:24:26 +01:00 |
|
pseudorand.c
|
|
|
|
pseudorand.h
|
|
|
|
read_peer_msg.c
|
take: allocate temporary variables off NULL.
|
2018-03-16 00:16:10 +00:00 |
|
read_peer_msg.h
|
openingd: use peer_failed like normal instead of boutique negotiation_failed.
|
2018-02-19 02:56:51 +00:00 |
|
sphinx.c
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
sphinx.h
|
|
|
|
status_levels.h
|
status: separate types for peer failure vs "impossible" failures.
|
2018-02-08 19:07:12 +01:00 |
|
status_wire.c
|
status: generate messages rather than marshal/unmarshal manually.
|
2018-02-08 19:07:12 +01:00 |
|
status_wire.csv
|
subd: handle status_peer_billboard messages from subdaemons.
|
2018-02-23 18:02:00 +01:00 |
|
status_wire.h
|
status: generate messages rather than marshal/unmarshal manually.
|
2018-02-08 19:07:12 +01:00 |
|
status.c
|
status: remove trc context now we have tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
status.h
|
status: remove trc context now we have tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
subdaemon.c
|
utils: add a global tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
subdaemon.h
|
|
|
|
timeout.c
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
timeout.h
|
|
|
|
type_to_string.c
|
Fix order of includes
|
2018-03-06 19:26:21 +01:00 |
|
type_to_string.h
|
type_to_string: support sha256_double.
|
2018-03-13 16:34:55 +01:00 |
|
utils.c
|
memleak: ignore tmpctx.
|
2018-03-16 00:16:10 +00:00 |
|
utils.h
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
utxo.c
|
tools/generate_wire.py: generate varlen arrays properly.
|
2018-02-08 19:07:12 +01:00 |
|
utxo.h
|
utxo: Add blockheight and spendheight to outputs to track state
|
2018-03-06 18:59:27 +01:00 |
|
version.c
|
Mark intentionally unused parameters as such (with "UNUSED")
|
2018-02-22 01:09:12 +00:00 |
|
version.h
|
|
|
|
wire_error.c
|
Remove duplicate va_end(...) call. va_end(...) is the responsibility of the caller.
|
2018-03-16 01:17:40 +00:00 |
|
wire_error.h
|
|
|
|
wireaddr.c
|
utils: remove tal_tmpctx altogether, use global.
|
2018-03-16 00:16:10 +00:00 |
|
wireaddr.h
|
wireaddr: Do hostname resolution in parse_wireaddr.
|
2018-02-26 03:13:55 +00:00 |
|
withdraw_tx.c
|
|
|
|
withdraw_tx.h
|
|
|