Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
036c1ea
tlv: add tlv field's type enums to header file
niftynei Apr 3, 2019
e3db317
tlv: add tlv fields to enum declarations in implementation file
niftynei Mar 28, 2019
5b89270
tlv: parse fields for tlv messages
niftynei Mar 12, 2019
ac951a6
tlv: add tlv messages to general message set
niftynei Mar 28, 2019
cdcb9ff
tlv: add structs for message types to wire format .h's (header files)
niftynei Mar 28, 2019
ea5182b
tlv: build tlv top-level structs
niftynei Mar 28, 2019
63275ef
tlv: add fromwire_ methods for TLV structs
niftynei Mar 28, 2019
0e9ad07
tlv: consolidate basetype parsing
niftynei Mar 20, 2019
ea9c800
tlv: calculate sizeof by measuring message length
niftynei Mar 28, 2019
a9dee94
tlv: remove leading '_' from things
niftynei Mar 28, 2019
2c698de
tlv: make message sizes u8 not u16
niftynei Mar 26, 2019
d8171e1
tlv: allocate tlv structs from within
niftynei Mar 28, 2019
e161106
tlv: it's ok to be odd
niftynei Mar 24, 2019
c06f2a7
tlv: don't crash when you fail to parse the TLV
niftynei Mar 28, 2019
2302e43
tlv: fail if parsed length doesn't match packet length
niftynei Mar 25, 2019
3f711af
tlv: fixup parsing for multi-message tlv's
niftynei Mar 28, 2019
c8bc0a0
tlv: free intermediate messages when they're created
niftynei Mar 26, 2019
a889c6a
tlv: fixup FIXME -- remove comments + use includes
niftynei Mar 9, 2019
73e0518
tlv: adapt to work with new output format
niftynei Apr 3, 2019
2cd37fa
wire: add var_int parsing functions
niftynei Apr 3, 2019
b58df84
tlv: use `var_int`s for size of messages
niftynei Apr 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading