rgb-cln/wire
Rusty Russell 9768e4c907 tools/generate-wire.py: open-code array handling for non-u8.
Except for the trivial case of u8 arrays, have the generator create
the loop code for the array iteration.

This removes some trivial helpers, and avoids us having to write more.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-16 14:35:23 +10:30
..
test Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
Makefile Makefile: fix distclean, clean targets. 2017-03-02 22:51:39 +10:30
fromwire.c tools/generate-wire.py: open-code array handling for non-u8. 2017-03-16 14:35:23 +10:30
gen_onion_wire_csv wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
gen_peer_wire_csv Update to new spec: differentiate channel_id and short_channel_id. 2017-03-02 22:51:49 +10:30
onion_defs.h wire: split onion messages from peer wire messages. 2017-01-06 13:40:35 +10:30
towire.c tools/generate-wire.py: open-code array handling for non-u8. 2017-03-16 14:35:23 +10:30
wire.h tools/generate-wire.py: open-code array handling for non-u8. 2017-03-16 14:35:23 +10:30
wire_io.c wire/wire_io: support take() arg to io_write_wire(). 2017-03-10 21:45:55 +10:30
wire_io.h wire/wire_io: support take() arg to io_write_wire(). 2017-03-10 21:45:55 +10:30
wire_sync.c wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30
wire_sync.h wire/wire_sync: helper routines for direct read/write of messages. 2017-01-10 15:21:20 +10:30