aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2019-11-05test/scripts: Use the same code to find the tor binaryteor
2019-11-05test/stats: Add minimal tests for rephist mtbfteor
2019-11-05test: Split stats into its own fileteor
2019-11-05relay: Refactor tests, and add extra options teststeor
2019-11-04relay: Disable relay config when the module is disabledteor
2019-11-04relay: Make a transport_config function privateteor
2019-11-04dirauth: Refactor some code and teststeor
2019-10-31config: Move relay config actions 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-31dirauth: Disable dirauth config when the module is disabledteor
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-29Merge branch 'tor-github/pr/1456'George Kadianakis
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-24tests: set DataDirectory_option as well as DataDirectory.Nick Mathewson
2019-10-24Extend confmgr tests to handle validation callbacks.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".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-24Use named-member syntax for initializing config_format_t objectsNick 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-23hs-v3: Remove the circuit_established intro flagDavid Goulet
2019-10-23Merge remote-tracking branch 'tor-github/pr/1449'teor
2019-10-23Tidy whitespace around some STMT_BEGINs and STMT_ENDsteor
2019-10-22config validation: make the "old_options" argument const.Nick Mathewson
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-22Remove a pair of now-unused default-options arguments.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-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22test_addr.c: use COCCI to suppress macros coccinelle cannot parse.Nick Mathewson
2019-10-22test.h: Use COCCI to suppress macros Coccinelle does not understand.Nick Mathewson
2019-10-22test: Hide some test-declaration macro definitions to COCCI.Nick Mathewson
2019-10-22With coccinelle, avoid includes in the middle of an expression.Nick Mathewson
2019-10-22Merge branch 'bug32175'Nick Mathewson
2019-10-22Merge branch 'from_setconf_removal_squashed'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