chiark / gitweb /
adns.git
2014-06-02 Ian Jacksonipv4 quadonly, make test program compile wip.getaddrinfo
2014-06-01 Ian Jacksonrename variables, make it compile, fix error handling...
2014-06-01 Ian Jacksonimplement scope flags
2014-06-01 Ian Jacksonaddrmask flags but no impl yet
2014-05-31 Ian Jacksonfix and more debug
2014-05-28 Ian Jacksonfix name conditionality
2014-05-28 Ian Jacksontolerate libc giving NONAME when we have more subtle...
2014-05-28 Ian Jacksontest cases notes comment
2014-05-28 Ian Jacksonscope if index to name conversion
2014-05-28 Ian Jacksoninterface index >= (comment from mdw)
2014-05-28 Ian Jacksonrescope AFCORE (comment from mdw)
2014-05-27 Ian JacksonWIP fix comment
2014-05-27 Ian JacksonAlso: try ./addrtext_s 12345 - getaddrinfo likes it
2014-05-27 Ian JacksonWIP mostly works, need to convert if index to name
2014-05-26 Ian Jacksonswap addr2text and text2addr
2014-05-26 Ian JacksonWIP compiles
2014-05-26 Ian JacksonWIP before no debug log
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-14 Mark Woodingregress/Makefile.in: More out-of-tree build hacking.
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.
2014-04-16 ianFOUND on davenant
2014-04-16 ianFOUND on davenant
2006-10-17 ianfinalise version 1.4
2006-08-09 ian@@ -1,3 +1,14 @@
2006-06-06 ianMINOR=3
2006-06-06 ianget rid of junk file x.gdb
2006-06-06 ianDISTVERSION 1.3
2006-06-06 ianfinalise adns 1.3
2006-06-06 ian@@ -10,6 +10,9 @@
2006-05-10 ian@@ -1,13 +1,15 @@
2006-05-09 ian@@ -5,6 +5,9 @@
2006-05-09 ian@@ -3,6 +3,8 @@
2006-05-09 ian@@ -1,3 +1,11 @@
2006-04-08 ianchangelog version finalised, 1.2
2006-04-08 ianupdate DISTVERSION
2006-04-08 ianupdate copyright dates
2006-04-08 ianupdate copyright dates and ADNS_VERSION_STRING
2006-04-08 ianrestructured and improved changelog
2006-04-08 ianA few more links for the README.
2006-04-08 ianlicence waiver section improved
2006-04-07 ianfix up adnstest for r_unknown; tests for r_unknown
2006-04-07 ianunknown rr types seem to work
2006-04-06 ianspec for adns_r_unknown
2006-04-06 ianSRV supported
2006-04-06 ianSERVFAIL is definitely not conclusive. Eg, recursive...
2006-04-06 iansemicolon _is_ comment in resolv.conf now
2006-04-06 ianSRV is now supported
2006-04-06 ianregression tests for srv, part 2
2006-04-06 ianregression tests for srv, part 1
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 ianno, do not add new types to adnstest - it breaks regres...
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 * adnstest converts some errno values to EFOOBAR...
2006-04-03 ian@@ -5,6 +5,7 @@
2006-04-03 ian@@ -2,6 +2,9 @@
2006-04-03 ianInclude reference to Peter Simons's Haskell bindings
2006-04-03 ian@@ -3,10 +3,12 @@
2006-04-03 ianDo not print size of leaked blocks of memory (this...
2006-04-03 ianCorrect type of various printf arguments: ptrdiff_t...
2006-04-03 ian@@ -1,3 +1,10 @@
2006-01-07 ianfinalise
2006-01-07 ian@@ -1,4 +1,4 @@
2005-10-15 ian@@ -11,6 +11,11 @@
2005-10-15 ian@@ -10,6 +10,7 @@
next