chiark / gitweb /
More progress on addr support.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 May 2014 15:36:46 +0000 (16:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 May 2014 15:36:46 +0000 (16:36 +0100)
commitbcfd6f1382ec08a59f1c058e318e5948def9ce23
tree0f2e57f206fcd760422d11c341d1b38261a52e22
parent5f8085b735dac86cc516b40bf5b8bc57763ab360
More progress on addr support.

Fix a bunch of bugs to do with merging query results: in particular,
coping with NODATA responses.

Handle hostaddr correctly, working out which address families I didn't
get from the additional section and submitting queries for them.

Handle (and support in adnshost) the various address family flags
properly.
client/adh-opts.c
client/adh-query.c
client/adnshost.h
src/addrfam.c
src/adns.h
src/internal.h
src/query.c
src/types.c