aboutsummaryrefslogtreecommitdiff
path: root/src/lib/confmgt
AgeCommit message (Expand)Author
2019-12-16Fix formatting in tor_assertf() message in struct_check_magic().Nick Mathewson
2019-11-12config: Log the option name when skipping an obsolete optionteor
2019-10-01Add comments to try to prevent recurrence of #31495.Nick Mathewson
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1316'George Kadianakis
2019-09-13Detect overflow or underflow on double config values.Nick Mathewson
2019-09-11Update include.am files to refer to new location of confparse.[ch]Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson
2019-09-11Add new entries to lib/confmgt ".may_include" fileNick Mathewson
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