Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | trunnel: Rename sendme.trunnel to sendme_cell.trunnel | David Goulet | |
This is to avoid having two sendme.{c|h} in the repository since the subsystem is implemented in src/core/or/sendme.{c|h}. Fixes #30769 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-12-18 | Actually allow unrecognized address types in NETINFO cell | rl1987 | |
Ignore the address value instead of failing with error condition in case unrecognized address type is found. | |||
2018-12-16 | Refrain from hardcoding address length and type in netinfo.trunnel | rl1987 | |
2018-10-26 | Add trunnel spec and impl for NETINFO cells | rl1987 | |