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
/
test.c
Age
Commit message (
Expand
)
Author
2011-04-07
Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittests
Gisle Vanem
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-11-24
Report only the top 10 ports in exit-port stats.
Karsten Loesing
2010-09-29
Do away with the complexity of the network liveness detection.
Mike Perry
2010-08-20
Add unit test for tor_listdir.
Nick Mathewson
2010-08-17
Remove unused function declarations
Sebastian Hahn
2010-08-16
Fix compilation with --with-dmalloc
Karsten Loesing
2010-08-15
Merge commit 'sebastian/bug1831'
Nick Mathewson
2010-08-15
Make unit tests work when tests get run in subprocesses.
Nick Mathewson
2010-08-15
Rename rep_hist_exit_stats_history in test.c too
Nick Mathewson
2010-08-16
Fix misplaced labels
Sebastian Hahn
2010-08-16
Refactor circuit_build_times_parse_state
Sebastian Hahn
2010-08-15
Run test_stats in a subprocess.
Karsten Loesing
2010-08-11
Refactor exit port statistics code and add unit tests.
Karsten Loesing
2010-08-07
Fix a rare bug in rend_fn tests when the randomly generated port is 0
Nick Mathewson
2010-08-05
Allow enabling or disabling *Statistics while Tor is running.
Karsten Loesing
2010-07-31
Fix up geoip unit tests to know about ??
Nick Mathewson
2010-07-27
Create routerparse.h
Sebastian Hahn
2010-07-27
Create rephist.h
Sebastian Hahn
2010-07-27
Create policies.h
Sebastian Hahn
2010-07-27
Create onion.h
Sebastian Hahn
2010-07-27
Create connection_edge.h
Sebastian Hahn
2010-07-27
Create config.h
Sebastian Hahn
2010-07-27
Create circuitbuild.h
Sebastian Hahn
2010-07-27
Create buffers.h
Sebastian Hahn
2010-07-27
Create rendcommon.h
Sebastian Hahn
2010-07-27
Create geoip.h
Sebastian Hahn
2010-07-06
Fix unittest failure in bug 1660.
Mike Perry
2010-06-15
Split the circuit timeout and close codepaths.
Mike Perry
2010-06-09
Address some issues with unit tests.
Mike Perry
2010-05-12
Fix CBT unit tests.
Mike Perry
2010-02-27
Update copyright dates for files not in 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
2009-10-27
Fix bug 1113.
Karsten Loesing
2009-10-10
Fix testsuite call.
tor-0.2.2.4-alpha
Peter Palfrader
2009-09-23
Split directory tests into their own module.
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
Move testing code into new src/test directory.
Nick Mathewson