Commit History

Author SHA1 Message Date
  Nick Mathewson 7171ce2a2a config: make config_var_is_dumpable static. 4 years ago
  Nick Mathewson 8d685aee7c config: rename "contained" to "derived", and explain it better. 4 years ago
  Nick Mathewson 16cf9424c1 config: Invert sense of _is_invisible, and rename to is_listable() 4 years ago
  Nick Mathewson 22e7d33735 config: replace config_var_is_cumulative with is_replaced_on_set() 4 years ago
  George Kadianakis ddd01541b9 Merge branch 'tor-github/pr/1294' 4 years ago
  Nick Mathewson 39dd2e2aa8 Document validate_fn_t as it stands. 4 years ago
  Nick Mathewson aeda598fd5 config_assign: Document CAL_* options. 4 years ago
  Nick Mathewson 577ea20b3a Document configuration and abbreviation types. 4 years ago
  Nick Mathewson 539158f2be config: use ptrdiff_t for all field-offset members. 4 years ago
  Nick Mathewson c281fa0da2 Describe clear_cfg_fn_t better. 4 years ago
  Nick Mathewson b1d7ddfb02 Merge branch 'ticket31240v2' into ticket31240v2_merged_2 4 years ago
  Nick Mathewson 8db3859cc6 Simple tests for nested configuration formats 4 years ago
  Nick Mathewson 380d3ee168 Better explain config_clear_fn_t 4 years ago
  Nick Mathewson 638e58379a Partial support for multiplicity in configuration objects 4 years ago
  Nick Mathewson 38b770bbbb Make a config_suite_t type to hold multiple config sub-objects 4 years ago
  Nick Mathewson 47654d3249 Refactor config free logic to use a single path. 4 years ago
  Nick Mathewson 078ba326a1 Make a function for NODUMP. 4 years ago
  Nick Mathewson eb54fe8f97 Make config_var_is_invisible a function. 4 years ago
  Nick Mathewson c32d485942 Remove src/core/ and src/feature dependencies from confparse.c 4 years ago
  Nick Mathewson f8b193a74a Make config_var and config_fmt const. 4 years ago
  Nick Mathewson dde091ebc7 Add a "freeze" function for config_mgr_t objects. 4 years ago
  Nick Mathewson 7abd43ac5f Change CONFIG_CHECK() macro to not need a config_format_t 4 years ago
  Nick Mathewson 627ab9dba3 Fix every place in config.c that knew about option_vars_. 4 years ago
  Nick Mathewson 89a3051365 Lower responsibility for listing changed options into confparse.c 4 years ago
  Nick Mathewson 7e91d4f572 Replace config_find_option with a variant that exposes less 4 years ago
  Nick Mathewson e8dc513bd0 Add a config_mgr_t type to wrap config_format_t 4 years ago
  Nick Mathewson a7835202cf Turn several properties of types or variables into flags. 4 years ago
  Nick Mathewson c553750e32 Move responsibility for config var macros 4 years ago
  Nick Mathewson 4d101b39d7 Move config_var_t info conftypes.h 4 years ago
  Nick Mathewson a114df9a04 Add a function to make sure all values in a config object are ok 5 years ago