Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-09 | test: DoS test to make sure we exclude known relays | David Goulet | |
Part of #25193 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-02-06 | remove a redundant semicolon | Nick Mathewson | |
2018-02-02 | Use tt_u64_op() for uint64_t inputs. | Nick Mathewson | |
2018-01-31 | test: Add unit tests for overflows and underflows in cc_stats_refill_bucket | teor | |
Closes #25094. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-01-31 | dos: Make sure cc_stats_refill_bucket can't overflow while calculating | teor | |
Debug log the elapsed time in cc_stats_refill_bucket Part of #25094. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-01-31 | test: Remove a redundant round from test_dos_bucket_refill | teor | |
This round is left over from the tenths of a second code. Part of #25094. | |||
2018-01-30 | test: Add unit tests for the DoS subsystem | George Kadianakis | |
Signed-off-by: David Goulet <dgoulet@torproject.org> |