chiark / gitweb /
src/types.c: Use the new `checklabel' machinery for PTR queries.
[adns.git] / src / types.c
2014-05-21 Mark Woodingsrc/types.c: Use the new `checklabel' machinery for...
2014-05-21 Mark WoodingTurn query domain parsing upside-down.
2014-05-17 Mark WoodingChange how addr queries track which subqueries to make.
2014-05-17 Mark Woodingsrc/types.c: Fix obvious stupid mistake.
2014-05-17 Mark WoodingIntroduce custom typeinfo for addr subqueries; kill...
2014-05-17 Mark WoodingReinstate avoidance of pointless zero-length allocation.
2014-05-17 Mark WoodingMove type-specific state into the query context structure.
2014-05-17 Mark WoodingDon't use adns__must_gettimeofday in callbacks.
2014-05-14 Mark WoodingAdd a type hook for reporting the output record size.
2014-05-14 Mark Woodingsrc/types.c (addr_submit): Make child queries from...
2014-05-14 Mark Woodingsrc/types.c (append_addrs): Skip allocation and copying...
2014-05-14 Mark Woodingsrc/types.c (icb_hostaddr): Report correct output statu...
2014-05-13 Mark WoodingNew init flags and options to influence address family...
2014-05-13 Mark WoodingFix CNAME hack.
2014-05-13 Mark WoodingFinished CNAME handling. Except that there's no testin...
2014-05-12 Mark WoodingStart work on handling inconsistent CNAMEs in addr...
2014-05-12 Mark WoodingFold expiry-time tracking into append_addrs.
2014-05-11 Mark WoodingMore progress on addr support.
2014-05-10 Mark Woodingsrc/types.c: Support multiple address families in adns_...
2014-05-10 Mark WoodingSupport IPv6 PTR lookups.
2014-05-10 Mark Woodingsrc/types.c: IPv4 networks match IPv6-mapped IPv4 addre...
2014-05-10 Mark Woodingsrc/: Support IPv6 addresses in `sortlist'.
2006-08-09 ian@@ -1,3 +1,14 @@
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2006-04-06 ianremove debugging from srv with postsort
2006-04-06 iansrv with postsort seems to work
2006-04-05 ianrevert: put back postsort - the RFC doesn't say that...
2006-04-05 iando away with postsort - the server does that for us
2006-04-05 ianfix parsing of SRVs
2006-04-04 iansrv processing written (except for sorting); now to...
2006-04-04 ianfurther wip on SRV - need per-type functions now includ...
2003-06-22 ian@@ -10,6 +10,7 @@
2000-09-17 ian@@ -1,6 +1,7 @@
2000-09-17 ianUpdate copyright dates and documentation.
2000-05-07 ian@@ -23,12 +23,13 @@
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-08-15 ianPrint error message string in hostaddr.
1999-08-14 ianIncompatible changes:
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-06-17 ianadns_errabbrev; regress/checkall prints summary list...
1999-05-12 ianLDLIBS removed from dependency lists (some makes don...
1999-05-08 ianInclude <sys/times.h> in a few more files. Include...
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianMailbox quoting seems to work.
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-28 iansortlist; init supplying text of config file; env vars...
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-15 ianDo PTR checking (multiple PTRs allowed).
1998-11-15 ianDoes further A lookups and uses answers.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-15 ianReorganise types.c
1998-11-14 ianCan get addresses from Additional and Authority section...
1998-11-14 ianHalfway through A lookups; need to restructure pa_...
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 ianProper spec. of NULL handling.
1998-11-10 ianAbortive TXT handling.
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 ianCompiles and links.
1998-11-08 ianRearrangement more or less sorted, back to trying to...
1998-11-08 ianHalfway through getting it to compile; about to move...
1998-11-08 ianAdd A record parsing.
1998-10-04 ianAll except rrtype-specific stuff complete but largely...