aboutsummaryrefslogtreecommitdiff
path: root/src/test/testing_common.c
AgeCommit message (Expand)Author
2022-04-28test: Re-init pregenerated RSA keys for NSS onlyAlex Xu (Hello71)
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-08-19Merge branch 'maint-0.4.4'George Kadianakis
2020-08-19Merge branch 'mr/124' into maint-0.4.4George Kadianakis
2020-08-19Parallelize src/test/test into chunks.Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-03-20Merge branch 'maint-0.4.3'teor
2020-03-20Merge branch 'maint-0.4.2' into maint-0.4.3teor
2020-03-20Merge branch 'maint-0.4.1' into maint-0.4.2teor
2020-03-19Merge branch 'ticket33643_skip_035' into ticket33643_skip_041Nick Mathewson
2020-03-19Add a TOR_SKIP_TESTCASES environment variable for suppressing tests.Nick Mathewson
2020-02-24Initialize all subsystems during the unit testsNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-20Run "make autostyle"teor
2019-12-10set up tmp dir for test suite to run on AndroidHans-Christoph Steiner
2019-11-07Make all our struct names end with "_t".Nick Mathewson
2019-10-24tests: set DataDirectory_option as well as DataDirectory.Nick Mathewson
2019-10-22Update tests to handle new interpretation of quiet_level.Nick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-25test: Use SEVERITY_MASK_IDX() to find the LOG_* mask indexesteor
2019-07-08Adjust log callback type to use log_domain_mask_tNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-01-16Merge branch 'ticket28668_035' into ticket28668_040Nick Mathewson
2019-01-16Fail any unit test that causes an unhandled LD_BUG or LOG_ERRNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-11-05Turn "compress" into a subsystem.Nick Mathewson
2018-11-05Move monotonic time setup into a subsystemNick Mathewson
2018-11-05Move prefork, postfork, and thread-exit hooks into subsysNick Mathewson
2018-11-05Add crypto module as a subsystem.Nick Mathewson
2018-11-05Move networking startup/cleanup logic into a subsystem.Nick Mathewson
2018-11-05Use subsystems manager for subsystems used in tests.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-07Merge remote-tracking branch 'dgoulet/ticket20700_035_03'Nick Mathewson
2018-09-07bug: Use PATH_SEPARATOR instead of slashSuphanat Chunhapanya
2018-09-04Update prefork and postfork NSS code for unit tests.Nick Mathewson
2018-08-21Also reinitialize the pregenerated keys postfork.Nick Mathewson
2018-07-31Implement DH in NSS.Nick Mathewson
2018-07-13Add postfork support for nssNick Mathewson
2018-07-11Move the initialization and cleanup parts of crypto.cNick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-07-01Remove needless includes from or.hNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Remove dmalloc support; closes #26426Nick Mathewson