summaryrefslogtreecommitdiff
path: root/src/or/parsecommon.c
AgeCommit message (Collapse)Author
2018-05-01Make find_opt_by_keyword() take a const smartlistDavid Goulet
Part of #25988 Signed-off-by: David Goulet <dgoulet@torproject.org>
2017-09-12Fix warnings about passing uninitialized buffers into functionsNick Mathewson
Most of these buffers were never actually inspected, but it's still bad style.
2017-08-08Extract intro point onion key even with multiple types.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2016-12-19Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-04Make check-spaces happy :)George Kadianakis
Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net>
2016-11-04Move token parsing code to parsecommon.{c|h}David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org> Signed-off-by: George Kadianakis <desnacked@riseup.net>