chiark / gitweb /
Do address-family dispatch with lots of switchy functions.
[adns] / src /
2014-05-25 Mark WoodingDo address-family dispatch with lots of switchy functions. wip.base.getaddrinfo
2014-05-25 Mark Woodingsrc/setup.c, src/transmit.c: New function finds udpsock...
2014-05-25 Mark Woodingquery.c: Use a null `zone' pointer for `_submit_reverse...
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-20 Mark Woodingsrc/query.c: Remove flag hacking from adns_submit.
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-17 Mark WoodingMake adns__sockaddr_ntop use a caller-supplied buffer.
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-14 Mark Woodingsrc/query.c: Handle the magic zero-byte-allocation...
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 transport over IPv6.
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'.
2014-05-03 Mark Woodingsrc/setup.c: Check netmask more carefully.
2014-05-03 Mark WoodingHacking to make out-of-tree builds work properly.
2006-08-09 ian@@ -1,3 +1,14 @@
2006-06-06 ian@@ -10,6 +10,9 @@
2006-05-10 ian@@ -1,13 +1,15 @@
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-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...
2006-04-04 ianinitial SRV WIP - adns.h
2006-04-03 ian*** empty log message ***
2006-04-03 ian@@ -2,6 +2,9 @@
2006-04-03 ian@@ -3,10 +3,12 @@
2006-04-03 ianCorrect type of various printf arguments: ptrdiff_t...
2006-01-07 ian@@ -1,4 +1,4 @@
2005-04-05 ian@@ -9,6 +9,7 @@
2004-07-10 ian@@ -3,8 +3,9 @@
2004-05-04 ian@@ -1,3 +1,9 @@
2003-06-22 ianimprove wrapping in adns.h
2003-06-22 ian@@ -4,9 +4,12 @@
2003-06-22 ian@@ -1,6 +1,7 @@
2003-06-22 ian@@ -10,6 +10,7 @@
2002-11-24 ian@@ -6,6 +6,7 @@
2002-04-09 ian@@ -5,6 +5,7 @@
2001-12-18 ian@@ -3,6 +3,8 @@
2001-03-10 ian@@ -1,3 +1,11 @@
2000-09-17 ianFix typos.
2000-09-17 ian@@ -1,6 +1,7 @@
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-16 ian@@ -1,6 +1,7 @@
2000-09-16 ian@@ -3,6 +3,11 @@
2000-09-14 ian@@ -1,10 +1,24 @@
2000-06-28 ian@@ -23,6 +23,8 @@
2000-06-27 ian@@ -10,6 +10,7 @@
2000-06-27 ian@@ -1,4 +1,4 @@
2000-05-21 ian@@ -9,6 +9,9 @@
2000-05-21 ian@@ -1,8 +1,13 @@
2000-05-09 ian@@ -1,6 +1,8 @@
2000-05-09 ian@@ -1,3 +1,9 @@
2000-05-07 ian@@ -23,12 +23,13 @@
2000-05-07 ian@@ -1,6 +1,4 @@
2000-05-07 ian@@ -1,18 +1,20 @@
2000-05-07 ian@@ -3,6 +3,8 @@
2000-03-28 ian@@ -10,6 +10,7 @@
2000-03-26 ian@@ -1,5 +1,7 @@
2000-03-26 iancompiles
2000-03-26 ian@@ -1,13 +1,26 @@
2000-03-26 ian@@ -1,4 +1,4 @@
2000-03-20 ian@@ -4,6 +4,9 @@
2000-03-20 ian@@ -1,3 +1,9 @@
2000-03-02 ian@@ -9,6 +9,7 @@
2000-03-02 ian@@ -1,11 +1,14 @@
2000-03-02 ian@@ -4,6 +4,8 @@
2000-03-02 ianTry again if we get query domain too long and are searc...
2000-03-01 ian@@ -2,6 +2,8 @@
2000-03-01 ian@@ -1,6 +1,7 @@
1999-11-07 ian@@ -22,6 +22,7 @@
1999-11-07 ianNew properly-asynchronous adnsresfilter seems to work.
1999-11-07 iantvarith.h in right place.
1999-11-07 ianNew improved adnsfilter, but not yet debugged.
1999-11-02 ian@@ -4,14 +4,15 @@
1999-11-02 ian@@ -1,12 +1,15 @@
1999-11-02 ian@@ -14,6 +14,7 @@
1999-10-16 ian@@ -3,6 +3,7 @@
1999-10-16 ianRemove __checkqueues; improve some comments.
next