core-lightning/connectd
Rusty Russell fe17acf07b TAGS: reformat to fix when PRINTF_FMT() used.
I was wondering why TAGS was missing some functions, and finally
tracked it down: PRINTF_FMT() confuses etags if it's at the start
of a function, and it ignores the rest of the file.

So we put PRINTF_FMT at the end, but that doesn't work for
*definitions*, only *declarations*.  So we remove it from definitions
and add gratuitous declarations in the few static places.1

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-11-01 17:27:20 -05:00
..
test elements: Add amount_asset to support more than just plain satoshis 2019-10-03 04:32:57 +00:00
connect_gossip_wire.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
connect_wire.csv common/features: only support a single feature bitset. 2019-10-11 02:52:04 +00:00
connectd.c TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
connectd.h common/features: only support a single feature bitset. 2019-10-11 02:52:04 +00:00
handshake.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
handshake.h channeld: use pointer for shared secret. 2019-01-08 19:20:28 +01:00
Makefile per-peer-daemons: tie in gossip filter. 2019-09-06 14:35:01 +02:00
netaddress.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
netaddress.h gossipd: move files into connectd. 2018-07-25 02:13:52 +00:00
peer_exchange_initmsg.c common/features: only support a single feature bitset. 2019-10-11 02:52:04 +00:00
peer_exchange_initmsg.h Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00
tor_autoservice.c Add enable-autotor-v2 config variable 2019-09-28 00:31:02 +02:00
tor_autoservice.h Add enable-autotor-v2 config variable 2019-09-28 00:31:02 +02:00
tor.c transition from status_trace() to status_debug 2019-09-10 02:02:51 +00:00
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00