chiark / gitweb /
Support IPv6 in addr queries.
[adns.git] / src / setup.c
2014-10-19 Mark WoodingSupport IPv6 in addr queries.
2014-10-19 Ian JacksonReentrancy: Avoid reentrant callbacks
2014-10-19 Ian JacksonReentrancy: Introduce adns__cancel
2014-10-19 Mark Woodingsrc/: Support for transport over IPv6 (and other protoc...
2014-10-19 Mark Woodingsrc/, client/: Use the new adns_text2addr/addr2text...
2014-10-12 Mark Woodingsrc/addrfam.c, src/...: Abstract out address-family...
2014-10-12 Mark Woodingsrc/: Fix internals to carry around address families.
2014-06-09 Mark Woodingsrc/setup.c: Check netmask more carefully.
2014-06-09 Mark Woodingsrc/setup.c: Insert missing parentheses.
2014-05-05 Ian JacksonCVS to git conversion cvs-to-git-conversion
2006-04-08 ianupdate copyright dates
2006-04-06 iansrv with postsort seems to work
2006-04-03 ianCorrect type of various printf arguments: ptrdiff_t...
2006-01-07 ian+ * New adns_init_logfn etc. for having logging done...
2004-12-15 ian+ * New adns_init_logfn etc. for having logging done...
2004-07-10 ian+ * Allow `;'-comments in resolv.conf (report from...
2003-06-22 ian+ * Some better source code formatting/wrapping in...
2002-11-24 ian+ * Always #include <sys/types.h> before <sys/socket...
2002-04-09 ian+ * Understand and sort of check OpenBSD `lookup'...
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian- * bug_if_query_done feature for debugging (SHOULD...
2000-03-26 ian+ * bug_if_query_done feature for debugging (SHOULD... privaterel-1999-03-26-head
1999-11-07 ian+ * Reads /etc/resolv-adns.conf if it exists.
1999-11-02 ian+ * Many memory leaks fixed.
1999-11-02 ian+ * Declare flags parameters as enums again, not ints.
1999-10-16 ian+ * TCP handling revamped (avoids recursive-invocation...
1999-10-16 ianRemove __checkqueues; improve some comments.
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-25 ianAlso check specific query where applicable.
1999-09-25 ianNew internal consistency checking with assert if right...
1999-08-14 ianIncompatible changes:
1999-07-29 ianadns__checkqueues fix for large queues
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-07-28 ianads->configerrno now initialised (in setup.c). timercm...
1999-07-14 ianSupport and test iteration; test return in different...
1999-07-05 ianNew poll(2) stuff etc. Does not work yet, but compiles.
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianWe do do searchlist now - remove fixme.
1999-04-17 ianoption debug and option ndots implemented
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianParse searchlist; beginnings of paying attention.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-11-28 iansortlist; init supplying text of config file; env vars...
1998-11-22 ianAllow configuration entirely by text file.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-08 ianCompiles but does not link.
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-07 ianParsing code revamped, not compiled yet.
1998-10-04 ianRetransmission and timeout work now !
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.
1998-10-03 ianMore rearrangements and code.
1998-10-03 ianShuffle stuff around.