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
/
include.am
Age
Commit message (
Expand
)
Author
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2014-04-08
Merge branch 'bug7952_final'
Nick Mathewson
2014-04-08
Making entire exit policy available to Tor controller.
rl1987
2014-04-02
Unit tests for connection_edge_process_resolved_cell
Nick Mathewson
2014-03-04
Merge branch 'bug10169_025_v2'
Nick Mathewson
2014-02-28
Unit tests for test_routerkeys_write_fingerprint
Nick Mathewson
2014-02-12
Initial unit tests for OOM handling
Nick Mathewson
2014-02-06
add test for node_get_verbose_nickname_by_id
Qingping Hou
2014-02-06
remove node_describe_by_id() function
Qingping Hou
2014-02-04
Distcheck repair: add new python testing code to "tarballs"
Nick Mathewson
2014-01-29
add test case for node_describe_by_id
Qingping Hou
2014-01-29
add test case for hidden service async events
Qingping Hou
2013-11-18
Merge branch 'backtrace_squashed'
Nick Mathewson
2013-11-18
Tests for backtrace.c
Nick Mathewson
2013-11-18
Unit tests for new functions in log.c
Nick Mathewson
2013-10-28
Merge branch 'morestats4' into morestats5
Karsten Loesing
2013-10-11
Fix out-of-tree "make check-local"
Nick Mathewson
2013-10-11
When possible, run the ntor python integration tests too
Nick Mathewson
2013-10-11
When python is available, run the commandline unit tests from "make check"
Nick Mathewson
2013-09-18
Fix benchmarks to run without crashing.
Nick Mathewson
2013-08-15
Merge branch 'bug5040_4773_rebase_3'
Nick Mathewson
2013-08-15
Unit tests for ext_or_id_map.
Nick Mathewson
2013-08-15
Split out buffers and socks tests into separate modules.
Nick Mathewson
2013-07-19
Regression test for destroy cell queue
Nick Mathewson
2013-07-18
Start of a unit test for options_validate.
Nick Mathewson
2013-07-18
Unit tests for cell queues.
Nick Mathewson
2013-07-10
Add some basic unit tests for the circuit map data structure.
Nick Mathewson
2013-07-10
Coverage support: build with --enable-coverage to have tests run with gcov
Nick Mathewson
2013-07-10
Start work on fancy compiler tricks to expose extra stuff to our tests
Nick Mathewson
2013-06-12
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...
Marek Majkowski
2013-06-10
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
Marek Majkowski
2013-05-31
Test functions used for TB_EMPTY and CELL_STATS events.
Karsten Loesing
2013-01-16
Actually link against nacl when we want to use it
Nick Mathewson
2013-01-03
Add reference implementation for ntor, plus compatibility test
Nick Mathewson
2013-01-03
Make libcurve25519_donna get built as a .a
Nick Mathewson
2012-11-14
Refactor begin cell parsing into its own function, with tests.
Nick Mathewson
2012-10-11
Move all externally maintained source files into src/ext
Nick Mathewson
2012-08-09
fix TESTS to include full path to src/test/test
Stewart Smith
2012-08-09
Move to non-recursive make
Stewart Smith