core-lightning/gossipd
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 gossipd: fix false-positive memleak detection in pending_node_map. 2019-10-21 14:08:05 +02:00
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c gossipd: push our own gossip messages harder. 2019-10-14 15:00:37 -05:00
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_peerd_wire.csv gossipd: push our own gossip messages harder. 2019-10-14 15:00:37 -05:00
gossip_store.c seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
gossip_store.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
gossip_store.h gossipd: have gossip_store_load() return a timestamp. 2019-10-10 21:48:52 -05:00
gossip_wire.csv elements: Move from a global is_elements to a global chainparams 2019-10-03 04:32:57 +00:00
gossipd.c gossipd: fix memleak when we getnodes has no nodes. 2019-10-14 18:58:44 -05:00
gossipd.h gossipd: push our own gossip messages harder. 2019-10-14 15:00:37 -05:00
Makefile gossipd: move gossip seeking routines into new file seeker.c 2019-10-10 21:48:52 -05:00
queries.c Revert "gossipd: query_messages: fail the connection if peer says it does not have up-to-date infos" 2019-10-21 15:28:42 +02:00
queries.h gossipd: hand (any) timestamps through to callback for query_channel_range. 2019-10-10 21:48:52 -05:00
routing.c Fix build fail on 32bit OS. 2019-10-23 07:23:33 +11:00
routing.h seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
seeker.c TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00