aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-05-16Fix month check in parse_http_time, add testSebastian Hahn
2012-05-16Reject an additional type of bad date in parse_http_timeNick Mathewson
2012-05-16Fix parse_http_time and add testsEsteban Manchado Velázquez
2012-05-07Handle out-of-range values in tor_parse_* integer functionsNick Mathewson
2012-02-22Add a sha256 hmac function, with testsNick Mathewson
2012-01-08tell me who votes are actually for, not just where they're fromRoger Dingledine
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-06-22Fix minor comment issuesRobert Ransom
2011-06-22Fix comment typoRobert Ransom
2011-06-08Check some more return values in unit testsSebastian Hahn
2011-06-03Reject 128-byte keys that are not 1024-bitNick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-15Add a function to pull off the final component of a pathNick Mathewson
2011-05-11fwd-port test_util_di_ops into tinytest formatNick Mathewson
2011-04-19Standardize our printf code on %d, not %i.Nick Mathewson
2011-04-07Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem
2011-03-16Clean up whitespaceNick Mathewson
2011-01-24Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson
2011-01-15Sanity-check consensus param valuesSebastian Hahn
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-12-27Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn
2010-11-24Report only the top 10 ports in exit-port stats.Karsten Loesing
2010-11-19Fix a unit test broken by fix for 2195Nick Mathewson
2010-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29Do away with the complexity of the network liveness detection.Mike Perry
2010-09-27Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-23Add new torrc line continuation unit testsSebastian Hahn
2010-09-21New function to load windows system librariesNick Mathewson
2010-09-11Allow comments for multi-line torrc optionsSebastian Hahn
2010-09-10Support mutli-line torrc options via the usual backslash syntaxNick Mathewson
2010-09-09Update to the latest tinytest versionNick Mathewson
2010-08-20Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson
2010-08-20Add unit test for tor_listdir.Nick Mathewson
2010-08-17Remove unused function declarationsSebastian Hahn
2010-08-16Fix compilation with --with-dmallocKarsten Loesing
2010-08-15Merge commit 'sebastian/bug1831'Nick Mathewson
2010-08-15Make unit tests work when tests get run in subprocesses.Nick Mathewson
2010-08-15Rename rep_hist_exit_stats_history in test.c tooNick Mathewson
2010-08-16Fix misplaced labelsSebastian Hahn
2010-08-16Refactor circuit_build_times_parse_stateSebastian Hahn
2010-08-15Run test_stats in a subprocess.Karsten Loesing
2010-08-11Refactor exit port statistics code and add unit tests.Karsten Loesing
2010-08-07Fix a rare bug in rend_fn tests when the randomly generated port is 0Nick Mathewson
2010-08-05Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing
2010-07-31Fix up geoip unit tests to know about ??Nick Mathewson