Age | Commit message (Expand) | Author |
---|---|---|
2019-10-26 | Rename confparse.[ch] to confmgt.[ch] | 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 | Make foo_validate() functions call config_validate(). | 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 | validate_fn(): remove now-unused defaults and from_setconf. | Nick Mathewson |
2019-09-11 | Update #includes to point to confparse.h in its new location. | Nick Mathewson |
2019-09-11 | Move confparse.[ch] into src/lib/confmgt/ | Nick Mathewson |