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
/
or
/
test.c
Age
Commit message (
Expand
)
Author
2011-10-26
manually backport a5232e0c4c
Roger Dingledine
2011-05-11
Add a data-independent variant of memcmp and a d-i memeq function.
Nick Mathewson
2011-02-10
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-01-15
Merge branch 'bug2352_obsize' into maint-0.2.1
Nick Mathewson
2011-01-15
Fix a heap overflow found by debuger, and make it harder to make that mistake...
Nick Mathewson
2011-01-10
Add logic in routerparse to not read overlong private keys
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-04-12
testsuite: Prevent the main thread from starving the worker threads
Peter Palfrader
2010-04-12
testsuite: Only free the main mutex when and if all the worker threads are done
Peter Palfrader
2010-03-02
Backport fix for time-goes-forward test. Fix bug 1267
Nick Mathewson
2010-02-27
Update Tor Project copyright years
Nick Mathewson
2009-09-01
Fix compile warnings on Snow Leopard
Sebastian Hahn
2009-05-27
Fix unit tests that were broken after last fix of #932.
Karsten Loesing
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-04-01
log more verbosely when we accept or decline a router descriptor,
Roger Dingledine
2009-03-03
Actually use tor_sscanf() to parse untrusted input.
Nick Mathewson
2009-03-03
Add a simple locale-independent no-surprises sscanf replacement.
Nick Mathewson
2009-01-13
True, 17 is greater than 0. But this applies to 4111 as well.
Karsten Loesing
2009-01-13
Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...
Nick Mathewson
2009-01-13
Do the tor_assert hack everywhere in test_crypto_aes_iv.
Nick Mathewson
2009-01-04
Another round of downgrading removing or postponing XXXX021 issues. Some rem...
Nick Mathewson
2009-01-04
Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...
Nick Mathewson
2009-01-04
Remove svn $Id$s from our source, and remove tor --version --version.
Nick Mathewson
2008-12-26
Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...
Nick Mathewson
2008-12-25
some fixes i found in my sandbox
Roger Dingledine
2008-12-23
Remove bogus extern declaration for unused (and nonexistant) field from test.c
Nick Mathewson
2008-12-23
Document most undocumented variables.
Nick Mathewson
2008-12-22
Make freelist_len in memarea.c static; document a few variables.
Nick Mathewson
2008-12-22
Expose bench_* functions via test cli
Nick Mathewson
2008-12-22
Add DOCDOC entries for undocumented static and global variables.
Nick Mathewson
2008-12-22
Fix most DOCDOCs remaining and/or added by redox.
Nick Mathewson
2008-12-22
Add DOCDOC comments for all undocumented functions. Add missing *s to other ...
Nick Mathewson
2008-12-22
Fix all of the doxygen warnings not pertaining to missing documentation.
Nick Mathewson
2008-12-19
Move in-addr.arpa parsing and generation into address.c, and simplify the cod...
Nick Mathewson
2008-12-18
Replace calls to time(NULL) that occur on the order of once per read, one per...
Nick Mathewson
2008-12-18
whitespace fixes.
Nick Mathewson
2008-12-18
Make unit tests slower but more reliable by disabling an old optimization.
Nick Mathewson
2008-12-18
Fix more leaks in unit tests.
Nick Mathewson
2008-12-18
Fix bug 889: share deep-copied keys between threads to avoid races in referen...
Nick Mathewson
2008-12-18
Massage a little code to hopfully please coverity.
Nick Mathewson
2008-12-17
Make return code from router_add_to_routerlist a nice sensible enum. Based o...
Nick Mathewson
2008-12-12
Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...
Nick Mathewson
2008-12-12
Add cross-certification to authority key certificates. Partial implementatio...
Nick Mathewson
2008-12-11
Do not discard sign on return values of iv crypto functions in tests. May fi...
Nick Mathewson
2008-12-11
Fix two more unit-test bugs (deadcode this time) spotted by Coverity run 7.
Nick Mathewson
2008-12-11
Fix error in last unit test mem-leak-fixing.
Nick Mathewson
2008-12-11
Fix memory leaks in test_util_smartlist_* functions.
Nick Mathewson
2008-12-11
Fix memory leaks in test_v3_networkstatus.
Nick Mathewson
2008-12-11
Fix memory leaks in test_dir_format
Nick Mathewson
[next]