summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-08-26 11:32:40 -0400
committerNick Mathewson <nickm@torproject.org>2015-08-26 11:32:40 -0400
commite8675dc7fc7475804ca23916f18d9438bd0fe84a (patch)
tree42b61d93ec700d9f825af06745db59161a36751a /changes
parent1eb210637539ce71794ff49fc462c35511b8a141 (diff)
parent99a03b2389f9b57084c8f616b8252fbb671275cf (diff)
downloadtor-e8675dc7fc7475804ca23916f18d9438bd0fe84a.tar.gz
tor-e8675dc7fc7475804ca23916f18d9438bd0fe84a.zip
Merge remote-tracking branch 'rl1987/test_dns_resolve_rebased'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket16831_part13
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.