aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-10-31config: Move relay config actions into the relay moduleteor
2019-10-31config: Move server transport actions into the relay moduleteor
2019-10-31config: Move bw & other configs into the dirauth moduleteor
2019-10-31config: Move accounting/bandwidth config into the relay moduleteor
2019-10-31config: Move server transport config into the relay moduleteor
2019-10-31config: Move relay config checks into the relay moduleteor
2019-10-31config: Move relay port parsing into the relay moduleteor
2019-10-31dirauth: Remove some outdated config commentsteor
2019-10-31dirauth: Refactor some config checksteor
2019-10-31dirauth: Disable dirauth config when the module is disabledteor
2019-10-31config: Move dirauth config into the dirauth moduleteor
2019-10-31config: Improve some function commentsteor
2019-10-31config: Give warn_about_relative_paths() const argsteor
2019-10-30Merge remote-tracking branch 'tor-github/pr/1485'Nick Mathewson
2019-10-30circ: Add an handle to circuit_tDavid Goulet
2019-10-30Fix 32167: comment in config.cNick Mathewson
2019-10-31test: Fix a comment typo in src/test/test_hs_ntor.shteor
2019-10-31test: Fix a loop variable bug in test_parseconf.shteor
2019-10-30fs: Clarify an ambiguous comment about string/pointer equalityteor
2019-10-29Merge branch 'tor-github/pr/1456'George Kadianakis
2019-10-29app/config: Fix a comment typo in config.cteor
2019-10-28nodelist: fix a comment typo in routerset.hteor
2019-10-28Merge branch 'tor-github/pr/1476'David Goulet
2019-10-28add missing docs in crypto_digest*Nick Mathewson
2019-10-26Documentation cleanup in confmacros.hNick Mathewson
2019-10-26Fix doxygen HTML warnings in src/feature.Nick Mathewson
2019-10-26doxygen: add @file declarations for src/feature/Nick Mathewson
2019-10-26doxygen: add @file declarations for src/appNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/cryptoNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/orNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/mainloopNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/protoNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
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-25Merge branch 'ticket31241_v3'Nick Mathewson
2019-10-25config,state: check magic in all callbacks.Nick Mathewson
2019-10-25confparse: Add a function to check the magic of a toplevel object.Nick Mathewson
2019-10-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-10-25Merge remote-tracking branch 'tor-github/pr/1467'teor
2019-10-25Merge branch 'maint-0.4.2'teor
2019-10-24test_options: add a test for options_trial_assign()Nick Mathewson
2019-10-24tests: set DataDirectory_option as well as DataDirectory.Nick Mathewson
2019-10-24config: make options_act*() mockable.Nick Mathewson
2019-10-25Merge remote-tracking branch 'tor-github/pr/1466' into maint-0.4.2teor
2019-10-24Extend confmgr tests to handle validation callbacks.Nick Mathewson
2019-10-24config.c: Turn options_transition_allowed() into a proper callbackNick Mathewson
2019-10-24config.c: extract validate, check-transition, and set into a functionNick Mathewson
2019-10-24Write a new set of config validation callbacks.Nick Mathewson