aboutsummaryrefslogtreecommitdiff
path: root/src/lib/confmgt
AgeCommit message (Expand)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-11-12Fix typos.Samanta Navarro
2020-03-05Merge branch 'maint-0.4.3'Nick Mathewson
2020-02-26In typed_var_kvassign, include config names in error messages.Nick Mathewson
2020-02-26confmgt: when a units value is invalid, include a meaningful error.Nick Mathewson
2020-02-26confmgt: when an int/enum value is invalid, say which values are ok.Nick Mathewson
2020-02-06Wrap columnar tables in "clang-format off/on"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Merge branch 'maint-0.4.2'Nick Mathewson
2019-12-20Code Style: Delete headers that are included twiceteor
2019-12-19Allow struct_magic to be disabled.Nick Mathewson
2019-12-19Support a flag to indicate that a config var is disabledNick Mathewson
2019-12-16Fix formatting in tor_assertf() message in struct_check_magic().Nick Mathewson
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-12config: Log the option name when skipping an obsolete optionteor
2019-11-11Light grammar editsNick Mathewson
2019-11-11Merge remote-tracking branch 'tor-github/pr/1338'Nick Mathewson
2019-11-07Refactor "OBSOLETE" typeNick Mathewson
2019-11-07New configuration flag to warn that a variable is obsolete.Nick Mathewson
2019-11-07Stop using "config_suite_offset=-1" to indicate "no config suite."Nick Mathewson
2019-11-07Expose get_obj() functions from confmgt.c.Nick Mathewson
2019-11-07Add FOO_type_defn globals so that confdecl.h can refer to them.Nick Mathewson
2019-11-06int_type_params_t: add documentation.Nick Mathewson
2019-11-05Merge branch 'doxygen_libs'Nick Mathewson
2019-11-05Merge remote-tracking branch 'tor-github/pr/1486'teor
2019-11-05Merge remote-tracking branch 'tor-github/pr/1477'teor
2019-11-05confmgt: Stop adding a space, when there is no option valueteor
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-30Add a CFLG_IMMUTABLE flag to mark a field as unchangeable.Nick Mathewson
2019-10-28Check memunit parsing for overflow in confparseJosé M. Guisado
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-26Rename confparse.[ch] to confmgt.[ch]Nick Mathewson
2019-10-26Move config_format_t and allied definitions into conftypes.hNick Mathewson
2019-10-25confparse: Add a function to check the magic of a toplevel object.Nick Mathewson
2019-10-24Write a new set of config validation callbacks.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Add a config_validate() function to invoke verify callbacks.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-22config validation: make the "old_options" argument const.Nick Mathewson
2019-10-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
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