aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Use %f with printf-style formatting, not %lfNick Mathewson2011-08-30
* Fix minor comment issuesRobert Ransom2011-06-22
* Fix comment typoRobert Ransom2011-06-22
* Check some more return values in unit testsSebastian Hahn2011-06-08
* Reject 128-byte keys that are not 1024-bitNick Mathewson2011-06-03
* Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
* Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* fwd-port test_util_di_ops into tinytest formatNick Mathewson2011-05-11
* Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
* Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem2011-04-07
* Clean up whitespaceNick Mathewson2011-03-16
* Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* Sanity-check consensus param valuesSebastian Hahn2011-01-15
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
* Merge remote branch 'sebastian/bug2314' into maint-0.2.2Nick Mathewson2011-01-03
|\
| * Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn2010-12-27
* | Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|/
* Report only the top 10 ports in exit-port stats.Karsten Loesing2010-11-24
* Fix a unit test broken by fix for 2195Nick Mathewson2010-11-19
* Merge branch 'bug1772' into maint-0.2.2Roger Dingledine2010-09-29
|\
| * Do away with the complexity of the network liveness detection.Mike Perry2010-09-29
* | Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson2010-09-27
|\ \
| * | New function to load windows system librariesNick Mathewson2010-09-21
| |/
* | Merge remote branch 'sebastian/continuation'Nick Mathewson2010-09-24
|\ \ | |/ |/|
| * Add new torrc line continuation unit testsSebastian Hahn2010-09-23
| * Allow comments for multi-line torrc optionsSebastian Hahn2010-09-11
| * Support mutli-line torrc options via the usual backslash syntaxNick Mathewson2010-09-10
* | Update to the latest tinytest versionNick Mathewson2010-09-09
|/
* Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
* Add unit test for tor_listdir.Nick Mathewson2010-08-20
* Remove unused function declarationsSebastian Hahn2010-08-17
* Fix compilation with --with-dmallocKarsten Loesing2010-08-16
* Merge commit 'sebastian/bug1831'Nick Mathewson2010-08-15
|\
| * Fix misplaced labelsSebastian Hahn2010-08-16
| * Refactor circuit_build_times_parse_stateSebastian Hahn2010-08-16
* | Make unit tests work when tests get run in subprocesses.Nick Mathewson2010-08-15
* | Rename rep_hist_exit_stats_history in test.c tooNick Mathewson2010-08-15
* | Run test_stats in a subprocess.Karsten Loesing2010-08-15
* | Refactor exit port statistics code and add unit tests.Karsten Loesing2010-08-11
|/
* Fix a rare bug in rend_fn tests when the randomly generated port is 0Nick Mathewson2010-08-07
* Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing2010-08-05
* Fix up geoip unit tests to know about ??Nick Mathewson2010-07-31
* Create routerparse.hSebastian Hahn2010-07-27
* Create rephist.hSebastian Hahn2010-07-27
* Create policies.hSebastian Hahn2010-07-27
* Create onion.hSebastian Hahn2010-07-27
* Create networkstatus.hSebastian Hahn2010-07-27
* Create dirvote.hSebastian Hahn2010-07-27