aboutsummaryrefslogtreecommitdiff
path: root/src/lib/confmgt/structvar.c
AgeCommit message (Expand)Author
2019-12-16Fix formatting in tor_assertf() message in struct_check_magic().Nick Mathewson
2019-09-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Replace low-level {var_type,struct_var}_is_*() with flag inspectionNick Mathewson
2019-09-11struct_var: refactor struct_var_is*() functions to delegateNick Mathewson
2019-09-05Remove unused struct_var_* functions.Nick Mathewson
2019-09-04Remove _ex suffix from typed_var_*_ex() functions.Nick Mathewson
2019-06-25Turn several properties of types or variables into flags.Nick Mathewson
2019-06-25Use structvar to find the types for config vars.Nick Mathewson
2019-06-25Add new "struct_var_" functions to manipulate struct fields.Nick Mathewson