summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2010-12-03Write bidirectional connection stats in single line.Karsten Loesing
2010-12-03Refactor conn stats and add unit tests.Karsten Loesing
2010-11-29Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-24Report only the top 10 ports in exit-port stats.Karsten Loesing
2010-11-19Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-19Fix a unit test broken by fix for 2195Nick Mathewson
2010-11-11Split long lines in configure.in and Makefile.am filesNick Mathewson
2010-10-14Make check-spaces happySebastian Hahn
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-11Fix running unit tests from outside of the build directory (fixes bug #2051)Steven Murdoch
2010-10-11Merge remote branch 'sjmurdoch/bug1903'Nick Mathewson
2010-10-11Skip running fgets_eagain test until we fix itSteven Murdoch
2010-10-11Make tor_sscanf handle %xNick Mathewson
2010-10-10Add a unit test for tor_spawn_backgroundSteven Murdoch
2010-10-10Add a unit test for fgets (currently fails)Steven Murdoch
2010-10-07Actually add test_microdesc.c file.Nick Mathewson
2010-10-07Unit tests for microdescriptor cacheNick Mathewson
2010-10-04Fix issues in nickm's review of format_helper_exit_status for bug #1903Steven Murdoch
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-30Merge branch 'maint-0.2.2'Roger Dingledine
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 branch 'bufferevent5'Nick Mathewson
2010-09-27Merge remote branch 'public/bug1954' into maint-0.2.2Nick Mathewson
2010-09-27Fix build with automake 1.6Nick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick 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
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn