chiark / gitweb /
@@ -1,4 +1,4 @@
authorian <ian>
Tue, 27 Jun 2000 23:01:42 +0000 (23:01 +0000)
committerian <ian>
Tue, 27 Jun 2000 23:01:42 +0000 (23:01 +0000)
commit486ee6b1951bfe518aa51be2370dec7488750d06
tree05a6176e9bc7e55cc7f5e6b171a9399d9f1d6034
parentc0bc6aa8282efabbaf5045f9bf0cfa5b958218aa
@@ -1,4 +1,4 @@
-adns (0.9) unstable; urgency=low
+adns (0.9) unstable; urgency=high

   Bug fixes:
   * Don't make _processany always kill the TCP connection with the message
@@ -7,6 +7,9 @@
     `qu->interim_allocd>=0' on some platforms eg 64 bit).
   * adnsresfilter doesn't resolve textual prefixes of addresses (eg,
     10.0.0.1 out of 10.0.0.123) if input happens to block at that point.
+  * Do not spin if TCP connection blocks for writing (and add test case).
+  * Fail queries if TCP dies repeatedly, rather than retrying many times.
+  * Do not abort in a couple of places if TCP unexpectedly broken.

   Portability/compilation fixes:
   * Move `extern "C" {' to after #include <...>'s.
17 files changed:
changelog
client/adnstest.c
regress/case-tcpallfail.err [new file with mode: 0644]
regress/case-tcpallfail.out [new file with mode: 0644]
regress/case-tcpallfail.sys [new file with mode: 0644]
regress/case-tcpblock.err [new file with mode: 0644]
regress/case-tcpblock.out [new file with mode: 0644]
regress/case-tcpblock.sys [new file with mode: 0644]
regress/case-tcpblockbrk.err [new file with mode: 0644]
regress/case-tcpblockbrk.out [new file with mode: 0644]
regress/case-tcpblockbrk.sys [new file with mode: 0644]
regress/case-tcpblockwr.err [new file with mode: 0644]
regress/case-tcpblockwr.out [new file with mode: 0644]
regress/case-tcpblockwr.sys [new file with mode: 0644]
regress/hcommon.c.m4
regress/init-anarres.text [new file with mode: 0644]
src/event.c