chiark / gitweb /
+ * Do not spin if TCP connection blocks for writing (and add test case).
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)
commitfb901bf5198d9d29014068dcd8a29c72d90f5eac
tree6b5c9d5a7d6adb4b87848f0f7b0bcc78f1b78fd1
parentfc938da641728e9730c30ffd2a52876df75eb5ee
+  * Do not spin if TCP connection blocks for writing (and add test case).

@@ -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