aboutsummaryrefslogtreecommitdiff
path: root/src/test/testing_common.c
AgeCommit message (Expand)Author
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-26Fix a test assertion failure due to uninitialized mainloop eventsNick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-01-31Use thread-safe types to store the LOG_PROTOCOL_WARN severityNick Mathewson
2017-12-05Implement the various get_foodir_*() functions.Nick Mathewson
2017-10-18Move tor_git_revision into a new module.Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Cache netflow-related consensus parameters.Mike Perry
2017-05-08Bug 17592: Clean up connection timeout logic.Mike Perry
2017-04-25Use atomic counters for compressor allocation.Nick Mathewson
2017-03-31Isolate dmalloc/openssl bridge code to crypto.cNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-03Move unittests' RSA pregen code into a new file, and improve.Nick Mathewson
2016-11-02Make sure passthrough_test_setup doesn't inadvertently fail or skip teststeor
2016-11-02Add get_fname_rnd for unit tests that want a unique path every timeteor
2016-11-02Create get_fname_suffix, and refactor get_fname to use itteor
2016-09-09make check-spacesNick Mathewson
2016-09-09Chop another ~93 RSA key generations out of the unit testsNick Mathewson
2016-09-09Move the donna-fuzzing tests into test_slow.Nick Mathewson
2016-09-09Re-enable RSA cacheing in tests, with a better design.Nick Mathewson
2016-09-08Treat all nonfatal assertion failures as unit test failures.Nick Mathewson
2016-08-31Actually, always monotime_init() in the unit tests.Nick Mathewson
2016-08-31Always log [bug] warnings from the unit tests.Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-05-16Initialize networking _before_ initializing libevent in the testsNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-11Merge branch 'check_log_mutex_uncherrypicked'Nick Mathewson
2016-02-11Initialise logging before trying to use it in unit teststeor (Tim Wilson-Brown)
2016-02-04Fix two problems in the 0.2.8.x unit testsNick Mathewson
2015-12-15Fix some memory leaks in the unit testsNick Mathewson
2015-11-25Make crypto_seed_rng() and crypto_rand() less scary.Nick Mathewson
2015-08-18Refactor initialization logic for control-event-queueNick Mathewson
2015-05-20Merge branch 'bug16034_no_more_openssl_098_squashed'Nick Mathewson
2015-05-20Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no argsNick Mathewson
2015-03-14Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.Nick Mathewson
2015-03-09testing_common.c: avoid side-effects of tor_assertTom van der Woerdt
2015-01-23Split the slow unit tests into their own binaryNick Mathewson