Age | Commit message (Expand) | Author |
---|---|---|
2019-10-26 | Rename confparse.[ch] to confmgt.[ch] | Nick Mathewson |
2019-10-26 | Move config_format_t and allied definitions into conftypes.h | Nick Mathewson |
2019-10-25 | confparse: Add a function to check the magic of a toplevel object. | Nick Mathewson |
2019-10-24 | Write a new set of config validation callbacks. | Nick Mathewson |
2019-10-24 | Add a config_validate() function to invoke verify callbacks. | Nick Mathewson |
2019-10-24 | Rename validate_fn{,_t} to start with "legacy_". | Nick Mathewson |
2019-10-22 | config validation: make the "old_options" argument const. | Nick Mathewson |
2019-10-22 | validate_fn(): remove now-unused defaults and from_setconf. | Nick Mathewson |
2019-09-16 | Run "make autostyle" and fix wide lines. | Nick Mathewson |
2019-09-11 | Move confparse.[ch] into src/lib/confmgt/ | Nick Mathewson |