chiark / gitweb /
Documentation and webpage updates
[adns.git] / regress /
2014-10-19 Ian Jacksonregress/: Replace PF_ with AF_
2014-10-19 Ian Jacksonregress/Makefile.in: Declare <client>_c.o as .SECONDARY
2014-10-19 Ian Jacksonreverse parsing: New test cases
2014-10-19 Ian Jacksonregress/gdbwrap: Provide a convenience script
2014-10-19 Ian Jacksonregress: New test bogus-sortlist
2014-10-19 Mark WoodingSupport IPv6 in addr queries.
2014-10-19 Mark WoodingSupport v6-mapping IPv4 addresses found doing addr...
2014-10-19 Mark Woodingsrc/types.c: Start on IPv6 support in adns_r_addr queries.
2014-10-19 Ian JacksonReentrancy: Avoid reentrant callbacks
2014-10-19 Mark Woodingsrc/: Support for transport over IPv6 (and other protoc...
2014-10-19 Mark Woodingregress/: Include the protocol family in socket(2)...
2014-10-19 Mark Woodingregress/: Use adns_addr2text/text2addr instead of inet_...
2014-10-19 Mark Woodingsrc/: Support IPv6 reverse queries.
2014-10-19 Mark Woodingsrc/, client/: Support for AAAA lookups.
2014-10-12 Mark Woodingsrc/adns.h, src/types.c: Now adns_rr_addr can hold...
2014-10-12 Mark WoodingBodge adns_r_addr query-id selection and fix regression...
2014-10-12 Mark Woodingsrc/, regress/: Prepare for early failures in PTR queries.
2014-10-12 Mark Woodingregress/r1test: Support an `ADNS_TEST_DEBUG' env var.
2014-06-13 Mark Woodingregress/: Don't track the size of the socket-address...
2014-06-09 Mark WoodingRemove unused variables.
2014-06-09 Mark WoodingHacking to make out-of-tree builds work properly.
2014-05-05 Ian Jackson.gitignore: Add subdirectories' .cvsignores
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-06 ianregression tests for srv, part 2
2006-04-06 ianregression tests for srv, part 1
2006-04-06 iansrv with postsort seems to work
2006-04-03 ian * adnstest converts some errno values to EFOOBAR...
2006-04-03 ianDo not print size of leaked blocks of memory (this...
2006-01-07 ian+ * New adns_init_logfn etc. for having logging done...
2005-10-15 ian+ * Call Tensurerecordfile in Hgettimeofday (Tensurere...
2003-06-22 ian+ * Fix bogus multiple updates to p in transmit.c (!)
2003-06-22 ian+ * Do not spin if connect() fails immediately (!)
2003-06-22 ianfix test cases for CNAME search list bugfix
2002-11-24 ian+ * Always #include <sys/types.h> before <sys/socket...
2000-09-17 ianInclude standard CFLAGS in regress/ builds of other... rel-adns-1-0
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-16 ianUse `...` instead of POSIX $(...) to pander to stupid...
2000-09-16 ianWork around stupid sh versions which need 4<&4.
2000-09-16 ianAdd <stdarg.h>.
2000-09-16 ianDo not run tests of executables not built. Do not...
2000-09-16 ian+ * Add pre-generated versions of m4-generated files...
2000-09-16 ian+ * Regression tests now include adnshost, adnslogres...
2000-09-16 ianTurn on debug for adnshost regression.
2000-09-16 ianNew test case for cancel of a query with a subquery.
2000-09-16 ianUnderstand empty fd sets properly !
2000-09-16 ianUpdate copyright dates to 2000.
2000-09-16 ian+ General Improvements:
2000-09-14 ian+ Bugfixes:
2000-09-13 ian+ * Kill bogus warning, adh-main.c: `arg2' might be...
2000-06-27 ian+ * Do not spin if TCP connection blocks for writing...
2000-06-27 ian+ * regress/output-<case>.report file contains more...
2000-06-27 ian+ * m1test script can invoke `hrecord' differently.
2000-05-21 ian+ Bug fixes:
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian+ * Fixed infrequent race causing assertion failure...
2000-05-07 ianEBADF in list of errno values.
2000-05-07 ian+ * Race near adns_beforeselect which could cause...
2000-03-26 ian+ Bugfixes:
2000-03-02 ian+ * Add test case for recursion (infinite loop) domain...
2000-03-02 ian+ * New adns_submit_reverse_any for eg RBL lookups...
2000-03-02 ian+ * In answers, quote everything except alphanums...
2000-03-02 ianTest case for format error.
2000-03-02 ianTest cases for long domain names.
2000-03-02 ianTest cases for long labels and domains.
1999-11-02 ian+ * Many memory leaks fixed.
1999-10-16 ianSensible handling of empty reads. privaterel-1999-10-16-fanf
1999-10-16 ianNew TCP tests.
1999-10-16 ianAdd EHOSTUNREACH ECONNREFUSED EPIPE.
1999-10-15 ianTest case for infinite timeouts.
1999-10-13 ianRegression test scripts set EF_DISABLE_BANNER (for...
1999-10-13 ianadns_rr_info on _r_mx etc. shows status type abbrev...
1999-10-12 ianDo not get EBADF. privaterel-1999-10-12-fanf-dustman
1999-10-12 ianDisallow unknown errnos (abort).
1999-10-12 ianAbort on EBADF, EFAULT. Correctly parse numeric errnos.
1999-10-12 ianReally make norecurse tests work.
1999-10-12 ianReally make norecurse tests work.
1999-10-12 ianFix up norecurse tests for event.c autosys patch.
1999-10-12 ianDo not show banner.
1999-10-12 ianCheck for recursion via adns__autosys (which is forbidden).
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianCorrect error messages for qname CNAME foo, foo CNAME...
1999-09-26 ianImproved textual error string for _s_prohibitedcname.
1999-09-26 ianAdd test for TCP responses which end up in several...
1999-08-15 ianDon't complain so much about poll(2) tests if not avail...
1999-08-15 ianPrint error message string in hostaddr.
1999-08-14 ianIncompatible changes:
1999-08-05 ianRegression tests compile on systems without poll(2...
1999-07-29 iandebug message about unexpected server removed.
1999-07-29 ianOnly accept a reply from the subset of servers we sent... privaterel-1999-07-29-fanf
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-07-28 ianmake _qf_owner work if _qf_search not specified, and... privaterel-1999-07-28-fanf
1999-07-14 ianRemove "junk".
1999-07-14 ianSupport and test iteration; test return in different...
1999-07-11 ianRegression for poll(2).
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.
next