index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
testing_common.c
Age
Commit message (
Expand
)
Author
2016-11-02
Make sure passthrough_test_setup doesn't inadvertently fail or skip tests
teor
2016-11-02
Add get_fname_rnd for unit tests that want a unique path every time
teor
2016-11-02
Create get_fname_suffix, and refactor get_fname to use it
teor
2016-09-09
make check-spaces
Nick Mathewson
2016-09-09
Chop another ~93 RSA key generations out of the unit tests
Nick Mathewson
2016-09-09
Move the donna-fuzzing tests into test_slow.
Nick Mathewson
2016-09-09
Re-enable RSA cacheing in tests, with a better design.
Nick Mathewson
2016-09-08
Treat all nonfatal assertion failures as unit test failures.
Nick Mathewson
2016-08-31
Actually, always monotime_init() in the unit tests.
Nick Mathewson
2016-08-31
Always log [bug] warnings from the unit tests.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-05-16
Initialize networking _before_ initializing libevent in the tests
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-11
Merge branch 'check_log_mutex_uncherrypicked'
Nick Mathewson
2016-02-11
Initialise logging before trying to use it in unit tests
teor (Tim Wilson-Brown)
2016-02-04
Fix two problems in the 0.2.8.x unit tests
Nick Mathewson
2015-12-15
Fix some memory leaks in the unit tests
Nick Mathewson
2015-11-25
Make crypto_seed_rng() and crypto_rand() less scary.
Nick Mathewson
2015-08-18
Refactor initialization logic for control-event-queue
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-03-14
Remove DynamicDHGroups as obsoleted by PluggableTransports or P256.
Nick Mathewson
2015-03-09
testing_common.c: avoid side-effects of tor_assert
Tom van der Woerdt
2015-01-23
Split the slow unit tests into their own binary
Nick Mathewson