chiark / gitweb /
src/types.c: Support multiple address families in adns_rr_addr lookups.
[adns] / src / reply.c
2014-05-10 Mark Woodingsrc/types.c: Support multiple address families in adns_...
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2003-06-22 ian@@ -10,6 +10,7 @@
2001-03-10 ian@@ -1,3 +1,11 @@
2000-09-17 ianUpdate copyright dates and documentation.
2000-06-28 ian@@ -23,6 +23,8 @@
2000-05-07 ian@@ -23,12 +23,13 @@
2000-03-28 ian@@ -10,6 +10,7 @@
2000-03-20 ian@@ -1,3 +1,9 @@
2000-03-02 ian@@ -4,6 +4,8 @@
2000-03-01 ian@@ -1,6 +1,7 @@
1999-10-16 ian@@ -3,6 +3,7 @@
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianCorrect error messages for qname CNAME foo, foo CNAME...
1999-08-14 ianIncompatible changes:
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-29 ianOnly accept a reply from the subset of servers we sent...
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-07-28 ianmake _qf_owner work if _qf_search not specified, and...
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianqf_cname_forbid _is_ implemented.
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-12-05 iancname_loose/cname_forbid implemented; production timeout
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-14 ianCan get addresses from Additional and Authority section...
1998-11-14 ianGeneral improvements; add cancel routine.
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-10 ianImport changes from chiark: cvs rdiff -u -r tochiark...
1998-11-08 ianAdd fixme.
1998-11-08 ianBugfixes.
1998-11-08 ianCompiles but does not link.
1998-11-08 ianRearrangement more or less sorted, back to trying to...
1998-11-08 ianNew memory management arrangements pretty much finished...
1998-11-07 ianParsing code revamped, not compiled yet.
1998-11-07 ianImproving parsing code, and changing memory management...
1998-10-04 ianAll except rrtype-specific stuff complete but largely...
1998-10-04 ianMore reply stuff.
1998-10-04 ianMuch decoding of incoming packets.
1998-10-04 ianMiddle of parsing incoming datagrams.
1998-10-04 ianCompiles again.