chiark / gitweb /
src/: Clarify logic in clk_srv (style)
[adns.git] / src / types.c
2014-10-19 Ian Jacksonsrc/: Clarify logic in clk_srv (style)
2014-10-19 Ian Jacksonreverse parsing: Make adns__revparse_* return bool
2014-10-19 Ian Jacksonreverse parsing: Pass dgram and labstart instead of...
2014-10-19 Ian Jacksonaddrfam: New arrangements for protocol address types
2014-10-19 Mark WoodingSupport IPv6 in addr queries.
2014-10-19 Mark Woodingsrc/types.c: Handle inconsistent CNAME records between...
2014-10-19 Mark WoodingSupport v6-mapping IPv4 addresses found doing addr...
2014-10-19 Mark Woodingsrc/types.c: Cope with multiple address families when...
2014-10-19 Mark Woodingsrc/types.c: Better record parsing for addr queries.
2014-10-19 Mark Woodingsrc/types.c: Start on IPv6 support in adns_r_addr queries.
2014-10-19 Ian JacksonReentrancy: adns__internal_submit does list handling
2014-10-19 Mark Woodingsrc/types.c: When sorting, IPv4 prefixes match v6-mappe...
2014-10-19 Mark Woodingsrc/: New type hook `query_send'.
2014-10-19 Mark Woodingsrc/: Track sizes of interim-allocated blocks.
2014-10-19 Mark Woodingsrc/: Support IPv6 reverse queries.
2014-10-19 Mark Woodingsrc/, client/: Support for AAAA lookups.
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-10-12 Mark Woodingsrc/adns.h, src/types.c: Now adns_rr_addr can hold...
2014-10-12 Mark Woodingsrc/: Lay the groundwork for variably-sized record...
2014-10-12 Mark Woodingsrc/: Pass the wanted query's type code to adns__intern...
2014-10-12 Mark Woodingsrc/: Carve out a `representation' subfield of adns_rrtype.
2014-10-12 Mark Woodingsrc/: PTR queries now submit A subqueries, not `addr'.
2014-10-12 Mark Woodingsrc/types.c, regress/: Use checklabel hook to parse...
2014-06-13 Mark Woodingsrc/: Change how query domain names are checked.
2014-06-13 Mark Woodingsrc/types.c: Rearrange the main typeinfo table.
2014-06-13 Mark Woodingsrc/: Separate context state into parts for the type...
2014-06-13 Mark Woodingsrc/types.c: Fix up the table-of-contents comments.
2014-06-13 Mark Woodingsrc/types.c: Remove some unused macros.
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 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...
2003-06-22 ian+ * Some better source code formatting/wrapping in...
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-07 ian+ * Copyright notices updated. rel-adns-0-8
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-08-15 ianPrint error message string in hostaddr.
1999-08-14 ianIncompatible changes:
1999-07-29 ianChanged memory semantics of internal queries to fix...
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-05-12 ianLDLIBS removed from dependency lists (some makes don...
1999-05-08 ianInclude <sys/times.h> in a few more files. Include...
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianMailbox quoting seems to work.
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
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-16 ianImproved error discrimination / set of errors.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-15 ianDo PTR checking (multiple PTRs allowed).
1998-11-15 ianDoes further A lookups and uses answers.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-15 ianReorganise types.c
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 ianAbortive TXT 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 and links.
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-08 ianAdd A record parsing.
1998-10-04 ianAll except rrtype-specific stuff complete but largely...