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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2010-02-27
Update copyright dates for files not in maint-0.2.1
Nick Mathewson
2010-02-27
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-22
Remove misc unnecessary newlines found by new check.
Mike Perry
2010-02-18
Move CBT params into consensus.
Mike Perry
2010-02-09
Another unit test for exit_policy_is_general_exit()
Sebastian Hahn
2010-02-04
Another unit test for exit_policy_is_general_exit()
Sebastian Hahn
2010-02-04
New unit test, testing for b0red's exit policy
Sebastian Hahn
2010-02-03
Another new test for exit_policy_is_general_exit()
Sebastian Hahn
2010-02-03
New testcase for exit_policy_is_general_exit
Sebastian Hahn
2010-01-25
Rearrange _thread_test_func to please Coverity Scan
Nick Mathewson
2010-01-24
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-12-18
Merge branch 'ewma'
Nick Mathewson
2009-12-18
Remove duplicate words and a duplicate newline.
Karsten Loesing
2009-12-17
Refactor out the 'find string at start of any line' logic.
Nick Mathewson
2009-12-12
Enhance pqueue so we can remove items from the middle.
Nick Mathewson
2009-11-08
Fix building from a separate build directory.
Nick Mathewson
2009-10-27
Fix bug 1113.
Karsten Loesing
2009-10-26
Fix the very noisy unit test memory leak of CID 420-421.
Nick Mathewson
2009-10-26
Fix a very stupid coverity complaint (CID 416).
Nick Mathewson
2009-10-26
Fix CID 409: check return value of base64_encode in tests
Nick Mathewson
2009-10-25
Reduce log level for someone else sending us weak DH keys.
Karsten Loesing
2009-10-18
Add functions to serve microdescs and flavored consensuses.
Nick Mathewson
2009-10-15
Parse detached signatures and microdesc networkstatuses correctly.
Nick Mathewson
2009-10-15
Implement signatures for microdesc consensuses right.
Nick Mathewson
2009-10-15
Refactor consensus signature storage for multiple digests and flavors.
Nick Mathewson
2009-10-15
Code to generate, store, and parse microdescriptors and consensuses.
Nick Mathewson
2009-10-15
Support for encoding and decoding 256-bit digests in base64
Nick Mathewson
2009-10-11
Ship test.h in release
Peter Palfrader
2009-10-10
Fix testsuite call.
tor-0.2.2.4-alpha
Peter Palfrader
2009-09-27
Improved fix for test_memeq_hex leak.
Nick Mathewson
2009-09-27
Fix a memleak
Sebastian Hahn
2009-09-27
Make a NULL check in test_dir.c non-redundant.
Nick Mathewson
2009-09-23
Do not distribute tinytest_demo.c in the tarball
Nick Mathewson
2009-09-23
Carve out unrelated parts of test_dir_formats
Nick Mathewson
2009-09-23
Split directory tests into their own module.
Nick Mathewson
2009-09-23
Split test_util() into smaller functions.
Nick Mathewson
2009-09-23
Split general util and address tests into their own files.
Nick Mathewson
2009-09-23
Split container tests into their own module
Nick Mathewson
2009-09-23
Split crypto tests into a separate module.
Nick Mathewson
2009-09-23
Remove a warning on ./autogen.sh
Sebastian Hahn
2009-09-23
Move testing code into new src/test directory.
Nick Mathewson