chiark / gitweb /
+ * TODO list updated somewhat.
[adns.git] / changelog
2000-06-27 ian+ * TODO list updated somewhat.
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+ * Pass LDFLAGS from configure on to ld via settings...
2000-05-21 ian+ * adnsresfilter doesn't resolve textual prefixes...
2000-05-21 ian+ Minor improvements:
2000-05-21 ian+ Bug fixes:
2000-05-09 ian+ * Call MEM_ROUND in __transfer_interim (avoids asser...
2000-05-09 ian+ * Move `extern "C" {' to after #include <...>'s.
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian+ -- Ian Jackson <ian@davenant.greenend.org.uk> Sun...
2000-05-07 ian- * bug_if_query_done feature for debugging (SHOULD...
2000-05-07 ian+ * Fixed infrequent race causing assertion failure...
2000-05-07 ian+ * Race near adns_beforeselect which could cause...
2000-04-11 ian+ * adnslogres: do not call equivalent of printf(...
2000-03-28 ian+ * If we get a referral, don't also always complain...
2000-03-26 ian+ * bug_if_query_done feature for debugging (SHOULD... privaterel-1999-03-26-head
2000-03-26 ian+ Bugfixes:
2000-03-26 ian+ * In _beforeselect, global system failure now produc...
2000-03-20 ian+ * Documented that adns_rr_info _rr_hostaddr ( )...
2000-03-20 ian+ * Security/performance note added, about local names...
2000-03-20 ian+ * adnslogres: cast chars to unsigned char before...
2000-03-20 ian+ * Spurious `server failure on unidentifiable query...
2000-03-02 ian+ -- Ian Jackson <ian@davenant.greenend.org.uk> Thu...
2000-03-02 ian+ -- Ian Jackson <ian@davenant.greenend.org.uk> Thu...
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-01 ian+ * Better checking of long domain names and labels...
2000-03-01 ian+ * Better reporting of unexpected or weird replies...
1999-11-24 ian+ * README updated (from www home page).
1999-11-24 ian+ -- Ian Jackson <ian@davenant.greenend.org.uk> Wed...
1999-11-24 ian+ Cool new utility:
1999-11-24 ian+ * Do not fail assertion if _qf_owner, _qf_search...
1999-11-07 ian+ * Reads /etc/resolv-adns.conf if it exists.
1999-11-03 ian+ * New fanftest test program from Tony Finch (ignored... privaterel-1999-11-02-wolff
1999-11-02 ianDocument a few more of tonight's changes. privaterel-1999-11-02-fanf
1999-11-02 ian+ * Many memory leaks fixed.
1999-11-02 ian+ Core library bugfixes:
1999-11-02 ian+ * Declare flags parameters as enums again, not ints.
1999-10-16 ianSensible handling of empty reads. privaterel-1999-10-16-fanf
1999-10-16 ian+ * TCP handling revamped (avoids recursive-invocation...
1999-10-15 ian+ * New fanftest test program from Tony Finch.
1999-10-15 ian+ * adnslogres: parsing and error checking improved...
1999-10-15 ian+ * Better control of adnshost output and error messag...
1999-10-15 ian+ * Avoid infinite timeouts, causing lockup, when...
1999-10-15 ian+ * New adns_if_logpid option (functionality suggested...
1999-10-15 ian+ * Include stdlib.h in adnshost.h.
1999-10-13 ian+ * adnshost prints somewhat better messages about...
1999-10-13 ian+ * Dynamic library building works properly.
1999-10-13 ian+ Bugfixes:
1999-10-13 ianfinalise 0.5
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-13 ian+ * Dynamically linked clients now made with -l, so...
1999-10-13 ianurgency high
1999-10-13 ianadns_reverse_submit function for easy in-addr queries.
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 ian+ * Give ESRCH, not EAGAIN, if _check called with...
1999-10-12 ianadnshost improvements - now runs for at least one query.
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-12 ianFix typo.
1999-10-12 ianDo not get EBADF. privaterel-1999-10-12-fanf-dustman
1999-10-12 ian+ * ands_processany actually does something.
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
1999-10-09 ian+ * New adnshost utility - currently only a usage...
1999-10-09 ian+ * New comment in adns_processany and return 0 (not...
1999-10-09 ianFixed typo in adns.h.
1999-09-26 ianDo not remove top-level Makefile on `make clean'.
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-26 ianCorrect error messages for qname CNAME foo, foo CNAME...
1999-09-26 ianPromise not to change fds in adns_beforepoll (if now...
1999-09-25 ianDo not scramble innards when a query on the output... privaterel-1999-09-25-egnor
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 ianNew features:
1999-08-15 ianDon't complain so much about poll(2) tests if not avail...
1999-08-14 ianIncompatible changes:
1999-08-13 ianUpdate urgency.
1999-08-11 ianGive install the '-c' flag (otherwise some delete the...
1999-08-05 ianUrgency high. rel-adns-0-4
1999-08-05 ianDo distclean so it works; finalise version 0.4.
1999-08-05 ianDo not ship config.cache (run distclean from make dist...
1999-08-05 ianRegression tests compile on systems without poll(2...
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-28 ianads->configerrno now initialised (in setup.c). timercm...
1999-07-28 ianImprovements to install instructions.
1999-07-28 ian* adns_s_systemfail is in table of errors (for eg adns_...
1999-07-14 ianNow version 0.3. rel-adns-0-3
1999-07-14 ianSupport and test iteration - in changelog.
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 ianClean up parents from adns->childw (otherwise would...
1999-05-19 ianchangelog finalised for 0.2.
next