aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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-07test/parseconf: Update config parsing tests for 32410teor
2019-11-07Run "make autostyle"teor
2019-11-06Merge branch 'tor-github/pr/1491'David Goulet
2019-11-06test: Fix DoS heartbeat unit test after adding INTRO2David Goulet
2019-11-06test/parseconf: Add support for optional library variantsteor
2019-11-06shellcheck: Fix minor issues in some scriptsteor
2019-11-05test: Handle NULL circuit pointer in new_fake_orcircDavid Goulet
2019-11-05Merge remote-tracking branch 'tor-github/pr/1477'teor
2019-11-05config: Run "make autostyle"teor
2019-11-05config: Rename new global functions with a prefixteor
2019-11-05test/parseconf: Add conf_examples for relaysteor
2019-11-05test/parseconf: Add conf_examples for PTsteor
2019-11-05test/parseconf: Always show the result file name on failureteor
2019-11-05test/parseconf: Run all the tests, even if one failsteor
2019-11-05test/parseconf: Consistenly use FAILteor
2019-11-05test/parseconf: Don't specify a path for 'true'teor
2019-11-05test/parseconf: Send all errors to stderrteor
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-11-01Merge remote-tracking branch 'tor-github/pr/1480'Nick Mathewson
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-28ewma: Implement unit testsDavid Goulet
2019-10-28test: Implement unit tests for circuitmux.cDavid Goulet
2019-10-28test: Add fakecircs.{h|c} helperDavid Goulet
2019-10-28test: Implement cmux allocate unit testDavid Goulet
2019-10-28test: Remove circuitmux/destroy_cell_queue code duplicationDavid Goulet
2019-10-28test: Add testcase setup object for test_cmuxDavid Goulet
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