|
Tor 0.4.9.3-alpha-dev
|
app/config: Top-level configuration code
More...Files | |
| auth_dirs.inc | |
| config.c | |
| Code to interpret the user's configuration of Tor. | |
| config.h | |
| Header file for config.c. | |
| fallback_dirs.inc | |
| or_options_st.h | |
| The or_options_t structure, which represents Tor's configuration. | |
| or_state_st.h | |
| The or_state_t structure, which represents Tor's state file. | |
| quiet_level.c | |
| Code to handle default logging level (quiet/hush/normal). | |
| quiet_level.h | |
| Declare the quiet_level enumeration and global. | |
| resolve_addr.c | |
| Implement resolving address functions. | |
| resolve_addr.h | |
| Header file for resolve_addr.c. | |
| statefile.c | |
| Handles parsing and encoding the persistent 'state' file that carries miscellaneous persistent state between Tor invocations. | |
| statefile.h | |
| Header for statefile.c. | |
| testnet.inc | |
| tor_cmdline_mode.h | |
| Declare the tor_cmdline_mode_t enumeration. | |
app/config: Top-level configuration code
Refactoring this module is a work in progress, see ticket 29211