chiark / gitweb /
changelog: Document changes in 1.6.0 and finalise version number
[adns.git] / client / adnstest.c
2020-06-11 Ian JacksonUpdate copyright dates everywhere
2016-08-12 Ian JacksonUpdate copyright dates
2016-08-12 Ian JacksonProperly include harness.h in adnstest.c in regress/.
2015-02-21 Ian Jacksonregression tests: Properly handle adnshost et al exit...
2014-10-24 Ian Jacksonadnstest: Support typenum being 0xXX|DDD
2014-10-19 Ian JacksonLicensing: Add copyright for Mark Wooding
2014-10-19 Ian JacksonLicensing: Update copyright dates for Ian Jackson
2014-10-19 Ian JacksonLicensing: Delete FSF street address
2014-10-19 Ian JacksonLicensing: Update version in file header comments
2014-10-19 Mark WoodingSupport IPv6 in addr queries.
2014-10-12 Mark Woodingsrc/: Carve out a `representation' subfield of adns_rrtype.
2014-05-05 Ian JacksonCVS to git conversion cvs-to-git-conversion
2006-04-08 ianupdate copyright dates
2006-04-07 ianfix up adnstest for r_unknown; tests for r_unknown
2006-04-07 ianunknown rr types seem to work
2006-04-05 ianno, do not add new types to adnstest - it breaks regres...
2006-04-04 iansrv processing written (except for sorting); now to...
2006-04-03 ian * adnstest converts some errno values to EFOOBAR...
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-16 ian+ General Improvements:
2000-09-14 ian+ Bugfixes:
2000-06-27 ian+ * Do not spin if TCP connection blocks for writing...
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
1999-11-02 ian+ * Many memory leaks fixed.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianRemove unused variables relating to poll.
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-25 ianNew internal consistency checking with assert if right...
1999-08-15 ianNew adnshost utility - currently only a usage message...
1999-08-15 ianBetter usage messages (and no default query domain...
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-14 ianCompile without HAVE_POLL ?
1999-07-14 ianSupport and test iteration; test return in different...
1999-07-14 ianIndent following new testing of forallqueries.
1999-07-14 ianSort out testing of forallqueries.
1999-07-14 ianMade adnstest.c test context pointers.
1999-07-11 ianBugfixes; adnstest has ability to use poll(2), and...
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-06-16 ianIn adnstest, allocate enough space for, and terminate...
1999-04-17 ianRegression tests pass with new owner and flags stuff...
1999-04-17 ianReturn owner if caller asks.
1999-04-17 ianCan set query flags, and static version.
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-11-29 ianInitial testing stuff; want to rearrange.
1998-11-28 ianTest harness - recording seems to work, sort of.
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-14 ianCan get addresses from Additional and Authority section...
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 ianChange domain for test program.
1998-11-08 ianRearrangement more or less sorted, back to trying to...
1998-10-04 ianAll except rrtype-specific stuff complete but largely...
1998-10-04 ianCompiles again.
1998-09-27 ianMakes up queries.
1998-09-27 ianReads some config file directives; simple test program...