aboutsummaryrefslogtreecommitdiff
path: root/src/lib/confmgt
AgeCommit message (Expand)Author
2019-09-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Extract common list of flags to use for obsolete variables.Nick Mathewson
2019-09-11Remove all VTFLAG_* usage.Nick Mathewson
2019-09-11Replace low-level {var_type,struct_var}_is_*() with flag inspectionNick Mathewson
2019-09-11Move VTFLAG_* declarations to conftypes.hNick Mathewson
2019-09-11typed_var: Make flags into an unsigned OR of bits.Nick Mathewson
2019-09-11struct_var: refactor struct_var_is*() functions to delegateNick Mathewson
2019-09-10Use strtod, not atof, for parsing doubles in the configuration.Nick Mathewson
2019-09-05Remove unused struct_var_* functions.Nick Mathewson
2019-09-04Remove _ex suffix from typed_var_*_ex() functions.Nick Mathewson
2019-09-04typedvar: remove now-unused functions taking config_type_t.Nick Mathewson
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick Mathewson
2019-07-03Fix @file directive in var_type_def_st.hNick Mathewson
2019-06-25A few more test cases and unreachable linesNick 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
2019-06-24Add unit tests for the unitparse.c module.Nick Mathewson
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-06-24Move unit-parsing code to src/lib/confmgtNick Mathewson