aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/confparse.h
AgeCommit message (Expand)Author
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson
2019-09-11config: make config_var_is_dumpable static.Nick Mathewson
2019-09-11config: rename "contained" to "derived", and explain it better.Nick Mathewson
2019-09-05config: Invert sense of _is_invisible, and rename to is_listable()Nick Mathewson
2019-09-05config: replace config_var_is_cumulative with is_replaced_on_set()Nick Mathewson
2019-09-05Merge branch 'tor-github/pr/1294'George Kadianakis
2019-09-04Document validate_fn_t as it stands.Nick Mathewson
2019-09-04config_assign: Document CAL_* options.Nick Mathewson
2019-09-04Document configuration and abbreviation types.Nick Mathewson
2019-09-04config: use ptrdiff_t for all field-offset members.Nick Mathewson
2019-08-29Describe clear_cfg_fn_t better.Nick Mathewson
2019-08-28Merge branch 'ticket31240v2' into ticket31240v2_merged_2Nick Mathewson
2019-08-28Simple tests for nested configuration formatsNick Mathewson
2019-08-28Better explain config_clear_fn_tNick Mathewson
2019-08-28Partial support for multiplicity in configuration objectsNick Mathewson
2019-08-28Make a config_suite_t type to hold multiple config sub-objectsNick Mathewson
2019-08-28Refactor config free logic to use a single path.Nick Mathewson
2019-08-24Make a function for NODUMP.Nick Mathewson
2019-08-24Make config_var_is_invisible a function.Nick Mathewson
2019-07-24Remove src/core/ and src/feature dependencies from confparse.cNick Mathewson
2019-07-24Make config_var and config_fmt const.Nick Mathewson
2019-07-24Add a "freeze" function for config_mgr_t objects.Nick Mathewson
2019-07-24Change CONFIG_CHECK() macro to not need a config_format_tNick Mathewson
2019-07-24Fix every place in config.c that knew about option_vars_.Nick Mathewson
2019-07-24Lower responsibility for listing changed options into confparse.cNick Mathewson
2019-07-24Replace config_find_option with a variant that exposes lessNick Mathewson
2019-07-24Add a config_mgr_t type to wrap config_format_tNick Mathewson
2019-06-25Turn several properties of types or variables into flags.Nick Mathewson
2019-06-25Move responsibility for config var macrosNick Mathewson
2019-06-25Move config_var_t info conftypes.hNick Mathewson
2019-06-25Add a function to make sure all values in a config object are okNick Mathewson
2019-06-25Use struct_magic_decl to verify magic numbers in config objectsNick Mathewson
2019-06-25Port confparse to use struct_var in place of typed_var.Nick Mathewson
2019-06-24Start moving types that will be used for config vars to lib/confNick Mathewson
2019-06-15Add more unit tests for confparse.c, so we can refactor.Nick Mathewson
2019-06-15Remove the PORT configuration type: nothing uses it.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-27Fix a memory leak in --dump-configNick Mathewson
2018-08-01Convert __OwningControllerFD to a 64-bit valueNick Mathewson
2018-07-10Document the headers in src/app/config/Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson