core-lightning/lightningd
Christian Decker b41d71da30 Makefile: Making sure header vars are populated correctly
The problem with wire headers not being generated in time before stuff
depended on it turns out to be related with inclusion order of
sub-makefiles. The inclusions must preceed the use of
LIGHTNINGD_HEADERS since they append to that variable.
2017-01-13 10:50:07 +10:30
..
gossip Makefile: Making sure header vars are populated correctly 2017-01-13 10:50:07 +10:30
handshake lightningd/Makefile: combine all headers (wire/gen was missing) 2017-01-11 10:15:27 +10:30
hsm Makefile: Making sure header vars are populated correctly 2017-01-13 10:50:07 +10:30
test libsodium: use our local submodule. 2017-01-11 10:04:26 +10:30
.gitignore lightningd/hsm: simple daemon to control the keys. 2017-01-10 15:38:33 +10:30
cryptomsg.c cryptomsg: add towire/fromwire for crypto state. 2017-01-10 15:38:33 +10:30
cryptomsg.h cryptomsg: add towire/fromwire for crypto state. 2017-01-10 15:38:33 +10:30
gossip_control.c lightningd/lightningd: maintain "condition" for each peer. 2017-01-10 15:38:33 +10:30
gossip_control.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
hsm_control.c subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30
hsm_control.h lightningd/lightningd: start HSM at initialization time. 2017-01-10 15:38:33 +10:30
lightningd.c lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
lightningd.h lightningd/lightningd: wire up lightningd_gossip. 2017-01-10 15:38:33 +10:30
Makefile Makefile: Making sure header vars are populated correctly 2017-01-13 10:50:07 +10:30
peer_control.c lightningd/lightningd: add getpeers command. 2017-01-10 15:38:34 +10:30
peer_control.h lightningd/lightningd: maintain a per-peer log. 2017-01-10 15:38:33 +10:30
subdaemon.c subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30
subdaemon.h subdaemon: callback to handle subdaemon status updates. 2017-01-10 15:38:33 +10:30