diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-26 11:32:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-26 11:32:40 -0400 |
commit | e8675dc7fc7475804ca23916f18d9438bd0fe84a (patch) | |
tree | 42b61d93ec700d9f825af06745db59161a36751a /changes | |
parent | 1eb210637539ce71794ff49fc462c35511b8a141 (diff) | |
parent | 99a03b2389f9b57084c8f616b8252fbb671275cf (diff) | |
download | tor-e8675dc7fc7475804ca23916f18d9438bd0fe84a.tar.gz tor-e8675dc7fc7475804ca23916f18d9438bd0fe84a.zip |
Merge remote-tracking branch 'rl1987/test_dns_resolve_rebased'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket16831_part1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket16831_part1 b/changes/ticket16831_part1 new file mode 100644 index 0000000000..3ced089144 --- /dev/null +++ b/changes/ticket16831_part1 @@ -0,0 +1,3 @@ + o Testing: + - Unit test dns_resolve(), dns_clip_ttl() and dns_get_expiry_ttl() + functions in dns.c. Implements a portion of ticket 16831. |