Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-27 | Split geoip from geoip-related stats. | Nick Mathewson | |
This commit just moves the code to two separate files. The geoip code still has a few needless dependencies on core/* and features/*. | |||
2018-07-05 | Fix every include path changed in the previous commit (automated) | Nick Mathewson | |
I am very glad to have written this script. | |||
2018-06-21 | Rectify include paths (automated) | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-06-15 | Extract routerstatus_t into its own header. | Nick Mathewson | |
2018-06-15 | Extract networkstatus_t and ..sr_info_t into their own headers | Nick Mathewson | |
2018-06-15 | Move or_connection_t to its own header. | Nick Mathewson | |
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft | |
* ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains the memwipe() function, since all crypto_* modules need this). * FIXES part of #24658: https://bugs.torproject.org/24658 | |||
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> |