aboutsummaryrefslogtreecommitdiff
path: root/src/lib/confmgt/confparse.h
AgeCommit message (Expand)Author
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-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-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson