aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Upgrade to the latest version of tinytestNick Mathewson2011-06-09
* Prefer tt_assert in unit tests, not tor_assertNick Mathewson2011-06-08
* Fix a minor coverity-found bug in testsSebastian Hahn2011-06-08
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-03
|\
| * Reject 128-byte keys that are not 1024-bitNick Mathewson2011-06-03
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-28
|\|
| * Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\|
| * Add a function to pull off the final component of a pathNick Mathewson2011-05-15
* | Fixup whitespace issues from 3122 commit in 0.2.3Nick Mathewson2011-05-15
* | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
|\|
| * fwd-port test_util_di_ops into tinytest formatNick Mathewson2011-05-11
* | Link to libevent_openssl statically when requestedSebastian Hahn2011-05-06
* | Use read_all() to read messages from spawn_backgroundNick Mathewson2011-05-04
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-03
|\|
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-19
|\|
| * Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-04-07
|\|
| * Use GetTempDir instead of hardcoded path to c:\windows\tmp for unittestsGisle Vanem2011-04-07
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\|
| * Clean up whitespaceNick Mathewson2011-03-16
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-24
|\|
| * Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-01-15
|\|
| * Sanity-check consensus param valuesSebastian Hahn2011-01-15
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-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.2'Nick Mathewson2011-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.2'Nick Mathewson2011-01-03
|\|
| * 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 (master)Nick Mathewson2011-01-03
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\| |
| * | 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
| |/
* | Write bidirectional connection stats in single line.Karsten Loesing2010-12-03
* | Refactor conn stats and add unit tests.Karsten Loesing2010-12-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-29
|\|
| * Report only the top 10 ports in exit-port stats.Karsten Loesing2010-11-24
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-11-19
|\|
| * Fix a unit test broken by fix for 2195Nick Mathewson2010-11-19
* | Split long lines in configure.in and Makefile.am filesNick Mathewson2010-11-11
* | Make check-spaces happySebastian Hahn2010-10-14
* | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \
| * | Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
| * | Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson2010-10-01
* | | Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch2010-10-11
* | | Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson2010-10-11
|\ \ \
| * | | Skip running fgets_eagain test until we fix itSteven Murdoch2010-10-11