| Commit message (Expand) | Author | Age |
* | Create routerparse.h | Sebastian Hahn | 2010-07-27 |
* | Create rephist.h | Sebastian Hahn | 2010-07-27 |
* | Create policies.h | Sebastian Hahn | 2010-07-27 |
* | Create onion.h | Sebastian Hahn | 2010-07-27 |
* | Create connection_edge.h | Sebastian Hahn | 2010-07-27 |
* | Create config.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitbuild.h | Sebastian Hahn | 2010-07-27 |
* | Create buffers.h | Sebastian Hahn | 2010-07-27 |
* | Create rendcommon.h | Sebastian Hahn | 2010-07-27 |
* | Create geoip.h | Sebastian Hahn | 2010-07-27 |
* | Fix unittest failure in bug 1660.•••We now record large times as abandoned, to prevent a filter step from
happening and skewing our results.
Also, issue a warn for a rare case that can happen for funky values of Xm or
too many abandoned circuits. Can happen (very rarely) during unit tests, but
should not be possble during live operation, due to network liveness filters
and discard logic.
| Mike Perry | 2010-07-06 |
* | Split the circuit timeout and close codepaths.•••We need to record different statistics at point of timeout, vs the point
of forcible closing.
Also, give some better names to constants and state file variables
to indicate they are not dealing with timeouts, but abandoned circuits.
| Mike Perry | 2010-06-15 |
* | Address some issues with unit tests.•••Histogram conversion causes accuracy loss, and there are some
boundary conditions when we hit 1000 circuits that cause
false negative test results.
| Mike Perry | 2010-06-09 |
* | Fix CBT unit tests. | Mike Perry | 2010-05-12 |
* | Update copyright dates for files not in maint-0.2.1 | Nick Mathewson | 2010-02-27 |
* | Remove misc unnecessary newlines found by new check. | Mike Perry | 2010-02-22 |
* | Move CBT params into consensus. | Mike Perry | 2010-02-18 |
* | Another unit test for exit_policy_is_general_exit() | Sebastian Hahn | 2010-02-09 |
* | Another unit test for exit_policy_is_general_exit() | Sebastian Hahn | 2010-02-04 |
* | New unit test, testing for b0red's exit policy | Sebastian Hahn | 2010-02-04 |
* | Another new test for exit_policy_is_general_exit() | Sebastian Hahn | 2010-02-03 |
* | New testcase for exit_policy_is_general_exit | Sebastian Hahn | 2010-02-03 |
* | Fix bug 1113.•••Bridges do not use the default exit policy, but reject *:* by default.
| Karsten Loesing | 2009-10-27 |
* | Fix testsuite call.•••tinytest_main() returns 0 on success, -1 on errors and 1 on test
failures. So test.c should check on !=0 instead of <0.
| Peter Palfrader | 2009-10-10 |
* | Split directory tests into their own module.•••(Also, clean up some whitespace.)
| Nick Mathewson | 2009-09-23 |
* | Split general util and address tests into their own files. | Nick Mathewson | 2009-09-23 |
* | Split container tests into their own module | Nick Mathewson | 2009-09-23 |
* | Split crypto tests into a separate module. | Nick Mathewson | 2009-09-23 |
* | Move testing code into new src/test directory. | Nick Mathewson | 2009-09-23 |