chiark / gitweb /
Support transport over IPv6.
[adns.git] / src / transmit.c
2014-05-10 Mark WoodingSupport transport over IPv6.
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2006-04-04 ianfurther wip on SRV - need per-type functions now includ...
2003-06-22 ian@@ -4,9 +4,12 @@
2003-06-22 ian@@ -10,6 +10,7 @@
2000-09-17 ianUpdate copyright dates and documentation.
2000-05-21 ian@@ -9,6 +9,9 @@
2000-05-07 ian@@ -23,12 +23,13 @@
2000-03-02 ian@@ -9,6 +9,7 @@
2000-03-01 ian@@ -2,6 +2,8 @@
1999-11-07 ianNew improved adnsfilter, but not yet debugged.
1999-11-02 ian@@ -4,14 +4,15 @@
1999-10-16 ian@@ -3,6 +3,7 @@
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-08-14 ianIncompatible changes:
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianRoot queries work better now.
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianSIGPIPE protection available.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-14 ianUse struct sockaddr in several places; distinguish...
1998-11-14 ianMerge changes from chiark: cvs rdiff -u -r tochiark...
1998-11-10 ianRemove NULL queries. Remove _mf queries (master file...
1998-11-08 ianCompiles but does not link.
1998-11-08 ianRearrangement more or less sorted, back to trying to...