core-lightning/common
Rusty Russell 1ab9a5def6 wireaddr: fix parsing of empty address with no port.
Port should become the default in not specified.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-11 09:15:54 +00:00
..
test Tor: don't do seed queries if we're supposed to always use proxy. 2018-05-10 02:28:44 +00:00
base32.c common/base32: make this a simple tal-wrapper around ccan/base32. 2018-05-10 02:28:44 +00:00
base32.h common/base32: make this a simple tal-wrapper around ccan/base32. 2018-05-10 02:28:44 +00:00
bech32_util.c common: Moving some bech32 related utilities to bech32_util 2018-04-25 12:34:55 +02:00
bech32_util.h common: Moving some bech32 related utilities to bech32_util 2018-04-25 12:34:55 +02:00
bech32.c
bech32.h
bip32.c
bip32.h
bolt11.c common: Moving some bech32 related utilities to bech32_util 2018-04-25 12:34:55 +02:00
bolt11.h bolt11: allow multiple fallback addresses. 2018-04-06 14:26:53 +02:00
channel_config.c
channel_config.h
close_tx.c
close_tx.h
configdir.c lightningd: fix double-specified args. 2018-05-05 17:55:10 +02:00
configdir.h
crypto_state.c
crypto_state.h
crypto_sync.c status: make status_io a more generic mechanism. 2018-05-10 02:28:44 +00:00
crypto_sync.h
cryptomsg.c status: make status_io a more generic mechanism. 2018-05-10 02:28:44 +00:00
cryptomsg.h
daemon_conn.c
daemon_conn.h
daemon.c bt_print and bt_exit is enclosed in the conditional 2018-04-05 18:17:55 +02:00
daemon.h common/daemon: common routines for all daemons. 2018-04-03 14:03:28 +02:00
derive_basepoints.c
derive_basepoints.h
dev_disconnect.c
dev_disconnect.h
features.c
features.h
funding_tx.c
funding_tx.h
hash_u5.c
hash_u5.h
htlc_state.c
htlc_state.h
htlc_tx.c
htlc_tx.h
htlc_wire.c
htlc_wire.h
htlc.h Remove unused functions not covered by unit tests 2018-03-28 11:22:05 +02:00
initial_channel.c openingd: ensure that initial channel can cover fees and reserve. 2018-04-05 19:07:23 +02:00
initial_channel.h openingd: ensure that initial channel can cover fees and reserve. 2018-04-05 19:07:23 +02:00
initial_commit_tx.c openingd: ensure that initial channel can cover fees and reserve. 2018-04-05 19:07:23 +02:00
initial_commit_tx.h openingd: ensure that initial channel can cover fees and reserve. 2018-04-05 19:07:23 +02:00
json_escaped.c Remove unused functions not covered by unit tests 2018-03-28 11:22:05 +02:00
json_escaped.h Remove unused functions not covered by unit tests 2018-03-28 11:22:05 +02:00
json.c jsonrpc: Pretty-print the json results 2018-04-08 08:26:00 +00:00
json.h Remove unused functions not covered by unit tests 2018-03-26 23:35:56 +00:00
key_derive.c
key_derive.h
keyset.c
keyset.h
Makefile common/tor: move into lightningd. 2018-05-10 02:28:44 +00:00
memleak.c
memleak.h
msg_queue.c
msg_queue.h
overflows.h The overflow check mul_overflows_s64(int64_t, int64_t) overflows and triggers UB :-) Remove it 2018-03-27 23:18:48 +00:00
peer_billboard.c
peer_billboard.h
peer_failed.c gossipd: drain fd instead of passing around gossip index. 2018-04-26 05:47:57 +00:00
peer_failed.h gossipd: drain fd instead of passing around gossip index. 2018-04-26 05:47:57 +00:00
peer_status_wire.csv gossipd: drain fd instead of passing around gossip index. 2018-04-26 05:47:57 +00:00
permute_tx.c
permute_tx.h
ping.c
ping.h
pseudorand.c
pseudorand.h
read_peer_msg.c common: typo fix. 2018-04-26 05:47:57 +00:00
read_peer_msg.h read_peer_msg: handle incoming gossip from gossipd. 2018-04-26 05:47:57 +00:00
socket_close.c closingd: Ensure proper closing of TCP socket. 2018-05-09 04:43:21 +00:00
socket_close.h closingd: Ensure proper closing of TCP socket. 2018-05-09 04:43:21 +00:00
sphinx.c
sphinx.h
status_levels.h
status_wire.c
status_wire.csv status: make status_io a more generic mechanism. 2018-05-10 02:28:44 +00:00
status_wire.h
status.c status: make status_io a more generic mechanism. 2018-05-10 02:28:44 +00:00
status.h status: make status_io a more generic mechanism. 2018-05-10 02:28:44 +00:00
subdaemon.c common/daemon: common routines for all daemons. 2018-04-03 14:03:28 +02:00
subdaemon.h common/daemon: common routines for all daemons. 2018-04-03 14:03:28 +02:00
timeout.c
timeout.h
type_to_string.c
type_to_string.h wireaddr_internal: new type for where we can also use a local socket. 2018-05-07 22:37:28 +02:00
utils.c Force the use of the POSIX C locale for all commands and their subprocesses 2018-04-27 14:02:59 +02:00
utils.h Force the use of the POSIX C locale for all commands and their subprocesses 2018-04-27 14:02:59 +02:00
utxo.c
utxo.h cleanup: Make blockheights unsigned 2018-03-27 23:17:17 +00:00
version.c Make version output simpler/more user-friendly 2018-04-04 02:32:44 +00:00
version.h
wallet_tx.c Removed redundancies in withdraw and fundchannel. 2018-05-03 18:20:20 +02:00
wallet_tx.h Removed redundancies in withdraw and fundchannel. 2018-05-03 18:20:20 +02:00
wire_error.c
wire_error.h
wireaddr.c wireaddr: fix parsing of empty address with no port. 2018-05-11 09:15:54 +00:00
wireaddr.h Move always-use-proxy auto-override to master daemon. 2018-05-10 02:28:44 +00:00
withdraw_tx.c
withdraw_tx.h