chiark / gitweb /
Support v6-mapping IPv4 addresses found doing addr lookups.
[adns.git] / src / adns.h
2014-10-19 Mark WoodingSupport v6-mapping IPv4 addresses found doing addr...
2014-10-19 Mark Woodingsrc/: Support for transport over IPv6 (and other protoc...
2014-10-19 Mark Woodingsrc/, client/: Support for AAAA lookups.
2014-10-19 Ian JacksonNew public-facing functions for address/text conversions.
2014-10-12 Mark Woodingsrc/adns.h, src/types.c: Now adns_rr_addr can hold...
2014-10-12 Mark Woodingsrc/: Carve out a `representation' subfield of adns_rrtype.
2014-05-05 Ian JacksonCVS to git conversion cvs-to-git-conversion
2006-08-09 ian+ Improvements for multithreaded programs:
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2006-04-06 ianspec for adns_r_unknown
2006-04-04 iansrv processing written (except for sorting); now to...
2006-04-04 ianfurther wip on SRV - need per-type functions now includ...
2006-04-04 ianinitial SRV WIP - adns.h
2006-04-03 ian+ * Document in adns.h EINVAL from adns_init meaning... before-srv-2006-04-04
2006-04-03 ian+ Fixes from or suggested by Bernd Eckenfels, the...
2006-01-07 ian+ * New adns_init_logfn etc. for having logging done...
2005-04-05 ian+ * Add documentation comment by definition of adns_r_...
2004-12-19 iandocument log message format
2004-12-19 iandocument the fact that you have to reassemble the messages
2004-12-15 ian+ * New adns_init_logfn etc. for having logging done...
2003-06-22 ianimprove wrapping in adns.h
2002-11-24 ian+ * Always #include <sys/types.h> before <sys/socket...
2000-09-17 ianFix typos.
2000-09-17 ian+ * Treat 8-bit characters in email addrs as RFC822...
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-05-09 ian+ * Move `extern "C" {' to after #include <...>'s.
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian+ * Race near adns_beforeselect which could cause...
2000-03-20 ian+ * Documented that adns_rr_info _rr_hostaddr ( )...
2000-03-02 ian+ * New adns_submit_reverse_any for eg RBL lookups...
2000-03-02 ian+ * In answers, quote everything except alphanums...
2000-03-01 ian+ * Better checking of long domain names and labels...
1999-11-07 ian+ * Reads /etc/resolv-adns.conf if it exists.
1999-11-02 ian+ * Declare flags parameters as enums again, not ints.
1999-10-15 ian+ * New adns_if_logpid option (functionality suggested...
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-13 ianadns_reverse_submit function for easy in-addr queries.
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-12 ianSay that we should quote owner in master file format.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-10-09 ian+ * New adnshost utility - currently only a usage...
1999-10-09 ian+ * New comment in adns_processany and return 0 (not...
1999-10-09 ianFixed typo in adns.h.
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-26 ianPromise not to change fds in adns_beforepoll (if now...
1999-09-25 ianAlso check specific query where applicable.
1999-09-25 ianNew internal consistency checking with assert if right...
1999-08-15 ianPrint error message string in hostaddr.
1999-08-14 ianIncompatible changes:
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-14 ianAdd extern "C" for C++.
1999-07-14 ianSupport and test iteration; test return in different...
1999-07-14 ianNew spec for iterator functions.
1999-07-11 ianBugfixes; adnstest has ability to use poll(2), and...
1999-07-05 ianNew poll(2) stuff etc. Does not work yet, but compiles.
1999-06-17 ianadns_errabbrev; regress/checkall prints summary list...
1999-04-17 ianDon't do caching in this release.
1999-04-17 ianReturn owner if caller asks.
1999-04-17 ianSearch list seems to work
1999-04-11 ianSIGPIPE protection available.
1999-04-11 ianMailbox quoting seems to work.
1999-04-11 ianDefer adns_pollfds (remove fixme).
1999-04-11 ianadns_pollfds and struct pollfd support - on branch...
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
1999-04-11 ianFIXMEs for multithreading and IPv6 - deferred.
1999-04-10 ianUpdate wishlist items and add purpose comment to adns.h.
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-22 ianAllow configuration entirely by text file.
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-15 ianDoes further A lookups and uses answers.
1998-11-15 ianNemesis fixme wishlist item.
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 ianRemove NULL queries. Remove _mf queries (master file...
1998-11-10 ianImport changes from chiark: cvs rdiff -u -r tochiark...
1998-11-08 ianCompiles but does not link.
1998-11-08 ianRearrangement more or less sorted, back to trying to...
1998-11-08 ianAdd A record parsing.
1998-11-08 ianNew memory management arrangements pretty much finished...
1998-11-07 ianParsing code revamped, not compiled yet.
1998-10-07 ianClarify.
1998-10-07 ianAdd RCSid.
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.
1998-10-04 ianEvent loop stuff complete ?
1998-10-04 ianVarious improvements and more code; post-crash.
1998-10-03 ianSome more fiddlings.
next