tor/src/app
Nick Mathewson e0ae137df5 Write a new set of config validation callbacks.
Unlike legacy_validate_fn_t, these callbacks have separation of
duties, into:

    * early normalization and computation.
    * validation
    * transition checking
    * late normalization and computation

Only the first and last steps get mutable objects.  Only the
transition-checking step gets to see the previous values of this
object.
2019-10-24 20:30:32 -04:00
..
config Write a new set of config validation callbacks. 2019-10-24 20:30:32 -04:00
main Move code to add default log into quiet_level.c 2019-10-17 12:48:39 -04:00
include.am Make our crypto library symbolic in the makefiles. 2018-07-11 12:51:36 -04:00