summaryrefslogtreecommitdiff
path: root/src/test/test_options.c
AgeCommit message (Expand)Author
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-14Merge remote-tracking branch 'tor-github/pr/1393' into maint-0.4.2Nick Mathewson
2019-10-04Use {mock,unmock}_hostname_resolver() in relevant testsNick Mathewson
2019-10-03Merge branch 'tor-github/pr/1377'George Kadianakis
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-30log: When initialising log domain masks, only set known log domainsteor
2019-09-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-08-28Merge branch 'ticket31240v2' into ticket31240v2_merged_2Nick Mathewson
2019-07-25Merge branch 'maint-0.4.1'David Goulet
2019-07-24Add a config_mgr_t type to wrap config_format_tNick Mathewson
2019-07-24Fix clang-detected errors related to log_domain_mask_tNick Mathewson
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-06-24Add a "typed_var" abstraction to implement lvalue access in C.Nick Mathewson
2019-05-16Prop 301: No longer vote on RecommendedPackagesIain R. Learmonth
2019-05-13Tests for bugs 28683, 30173, and 29203.Mike Perry
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-09Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-09Fix (and make consistent) the use of OpenBSD preprocessor macro testsKris Katterjohn
2018-11-26Add options to control dormant-client feature.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-08-28Merge branch 'bug26367_035_01'Nick Mathewson