Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Convert connection_free to a nulling macro. | Nick Mathewson | |
2017-10-27 | Make sure all C files have copyright/license notices | Nick Mathewson | |
2017-08-24 | Fix operator usage in src/test/*.c | Alexander Færøy | |
This patch fixes the operator usage in src/test/*.c to use the symbolic operators instead of the normal C comparison operators. This patch was generated using: ./scripts/coccinelle/test-operator-cleanup src/test/*.[ch] | |||
2017-01-18 | DefecTor countermeasure: change server- and client-side DNS TTL clipping | Nick Mathewson | |
The server-side clipping now clamps to one of two values, both for what to report, and how long to cache. Additionally, we move some defines to dns.h, and give them better names. | |||
2016-07-28 | Fix all -Wshadow warnings on Linux | Nick Mathewson | |
This is a partial fix for 18902. | |||
2016-02-04 | Fix two problems in the 0.2.8.x unit tests | Nick Mathewson | |
1. We were sometimes using libevent uninitialized, which is Not Allowed. 2. The malformed-PTR dns test was supposed to get a -1 output... but the test was wrong, since it forgot that in-addr.arpa addresses are in reverse order. Bugs not in any released tor. | |||
2015-12-18 | Fix a coverity NULL-pointer deref warning in the DNS tests. | Nick Mathewson | |
This is CID 1340251 | |||
2015-12-15 | Fix some memory leaks in the unit tests | Nick Mathewson | |
2015-10-29 | Fix GCC warnings. | rl1987 | |
2015-10-24 | Seventh test case for dns_resolve_impl(). | rl1987 | |
2015-10-24 | Sixth test case for dns_resolve_impl. | rl1987 | |
2015-10-24 | Add a fifth unit test. | rl1987 | |
2015-10-24 | Whitespace fixes. | rl1987 | |
2015-10-24 | Add a fourth test case. | rl1987 | |
2015-10-24 | Third test case for dns_resolve_impl. | rl1987 | |
2015-10-24 | A second test case for dns_resolve_impl. | rl1987 | |
2015-10-24 | Making it slightly cleaner. | rl1987 | |
2015-10-24 | First test case for dns_resolve_impl(). | rl1987 | |
2015-10-24 | Using namespace macros for mock functions in test_dns.c | rl1987 | |
2015-10-24 | Use NS_SUBMODULEs in test_dns.c | rl1987 | |
2015-08-26 | Fix some memory issues in test_dns.c | Nick Mathewson | |
2015-08-26 | Resolve check-spaces in test_dns.c | Nick Mathewson | |
2015-08-26 | fix compilation warnings in test_dns.c | Nick Mathewson | |
2015-08-23 | Unit test dns_resolve(), dns_clip_ttl(), dns_get_expiry_ttl(). | rl1987 | |