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
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-04-26
Fix a test assertion failure due to uninitialized mainloop events
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-02-20
Remove a bunch of other redundant #includes
Nick Mathewson
2018-01-31
Use thread-safe types to store the LOG_PROTOCOL_WARN severity
Nick Mathewson
2017-12-05
Implement the various get_foodir_*() functions.
Nick Mathewson
2017-10-18
Move tor_git_revision into a new module.
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-05-08
Merge branch 'netflow_padding-v6-rebased2-squashed'
Nick Mathewson
2017-05-08
Cache netflow-related consensus parameters.
Mike Perry
2017-05-08
Bug 17592: Clean up connection timeout logic.
Mike Perry
2017-04-25
Use atomic counters for compressor allocation.
Nick Mathewson
2017-03-31
Isolate dmalloc/openssl bridge code to crypto.c
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-11-07
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-11-03
Move unittests' RSA pregen code into a new file, and improve.
Nick Mathewson
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