aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_options.c
AgeCommit message (Expand)Author
2020-01-17Merge branch 'ticket32806'Nick Mathewson
2020-01-17Remove some dead checksNick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Always define NS_MODULE and NS_SUBMODULE when NS is used.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Merge branch 'haxxpop/tcp_proxy_squashed' into tcp_proxy_squshed_and_mergedNick Mathewson
2019-12-19Mark TestingEstimatedDescriptorPropagationTime as obsolete.Nick Mathewson
2019-12-19Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth moduleNick Mathewson
2019-12-19Move TestingDirAuthTimeToLearnReachability into dirauth module.Nick Mathewson
2019-12-19Move MinUptimeHidServDirectoryV2 to dirauth module.Nick Mathewson
2019-12-19Move get_foo_options() test helpers into a new test module.Nick Mathewson
2019-12-19Dirauth options: move versioning options to dirauth moduleNick Mathewson
2019-11-15Remove the extra whitespace around the DARWIN #definesNeel Chauhan
2019-11-07crypto config: do not change the user's value of HardwareAccel.Nick Mathewson
2019-11-07Use new configuration architecture for crypto optionsNick Mathewson
2019-11-05config: Run "make autostyle"teor
2019-11-05relay: Refactor tests, and add extra options teststeor
2019-11-04dirauth: Refactor some code and teststeor
2019-10-31config: Move relay config checks into the relay moduleteor
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-25Merge branch 'ticket31241_v3'Nick Mathewson
2019-10-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-10-24test_options: add a test for options_trial_assign()Nick Mathewson
2019-10-24test_options: stop generating old_data entirely.Nick Mathewson
2019-10-24test_options: don't pass an old_options argument to options_validate()Nick Mathewson
2019-10-24test_options: Use 64-bit comparisons when checking domain masks.Nick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1447'teor
2019-10-22test_options: remove def_opt member of test data.Nick Mathewson
2019-10-22test_options: remove "dflt" part of setup_options().Nick Mathewson
2019-10-22test_options: Fix options_validate() calls in macros.Nick Mathewson
2019-10-22Use coccinelle to fix most options_validate() call sites.Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22test: Hide some test-declaration macro definitions to COCCI.Nick Mathewson
2019-10-22Merge branch 'bug32175'Nick Mathewson
2019-10-22Add tests for options_init_logs()Nick Mathewson
2019-10-22Update tests to handle new interpretation of quiet_level.Nick Mathewson
2019-10-21Fix a memory leak introduced by changes to test_options.cNick Mathewson
2019-10-21Fix up some Windows CI issues.Nick Mathewson
2019-10-21test_options.c: Remove TEST_OPTIONS_DEFAULT_VALUESNick Mathewson
2019-10-21Stop overriding ConnLimit in tests.Nick Mathewson
2019-10-21test_options.c: remove weird usage of ConnLimitNick Mathewson
2019-10-21Stop overriding MaxClientCircuitsPending in tests.Nick Mathewson
2019-10-21test_options.c: remove weird usage of MaxClientCircuitsPendingNick Mathewson
2019-10-21Stop overriding KeepalivePeriod in tests.Nick Mathewson
2019-10-21test_options.c: remove weird usage of KeepalivePeriod.Nick Mathewson
2019-10-21Remove a lot of cruft from TEST_OPTIONS_DEFAULT_VALUES.Nick Mathewson
2019-10-21test_options: use testing options with (almost) real defaults.Nick Mathewson
2019-10-17config: Add TCPProxy option for haproxy protocolSuphanat Chunhapanya
2019-10-14Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2Nick Mathewson