summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* + Improvements for multithreaded programs:ian2006-08-09
* + * Do away with `mismatch' variable in parse.c:adns__findrr_anychk so thatian2006-06-06
* + Portability fixes:ian2006-05-10
* update copyright datesian2006-04-08
* unknown rr types seem to workian2006-04-07
* spec for adns_r_unknownian2006-04-06
* remove debugging from srv with postsortian2006-04-06
* srv with postsort seems to workian2006-04-06
* revert: put back postsort - the RFC doesn't say that the server doesian2006-04-05
* do away with postsort - the server does that for usian2006-04-05
* fix parsing of SRVsian2006-04-05
* srv processing written (except for sorting); now to be debuggedian2006-04-04
* further wip on SRV - need per-type functions now including postsortian2006-04-04
* initial SRV WIP - adns.hian2006-04-04
* + * Document in adns.h EINVAL from adns_init meaning bad configuration.ian2006-04-03
* + * Create $(bin_dir) and $(lib_dir) on `make install', and alsoian2006-04-03
* + Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:ian2006-04-03
* Correct type of various printf arguments: ptrdiff_t != intian2006-04-03
* + * New adns_init_logfn etc. for having logging done with a callbackian2006-01-07
|\
| * document log message formatian2004-12-19
| * document the fact that you have to reassemble the messagesian2004-12-19
| * + * New adns_init_logfn etc. for having logging done with a callbackian2004-12-15
* | + * Add documentation comment by definition of adns_r_ptr_raw type enum.ian2005-04-05
|/
* + * Allow `;'-comments in resolv.conf (report from Colin Charles).ian2004-07-10
* + * Fix error in prototype in definition of adns__parse_domain.ian2004-05-04
* improve wrapping in adns.hian2003-06-22
* + * Fix bogus multiple updates to p in transmit.c (!)ian2003-06-22
* + * Do not spin if connect() fails immediately (!)ian2003-06-22
* + * Some better source code formatting/wrapping in a few places.ian2003-06-22
* + * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).ian2002-11-24
* + * Understand and sort of check OpenBSD `lookup' resolv.conf directive.ian2002-04-09
* + * Don't use <sys/select.h> any more, it was a mistake made in pre-1.0ian2001-12-18
* + Bugfixes:ian2001-03-10
* Fix typos.ian2000-09-17
* + * Treat 8-bit characters in email addrs as RFC822 `special' (=> quote).ian2000-09-17
* Update copyright dates and documentation.ian2000-09-17
* + * Fix incorrect `compressed datagram contains loop' error.ian2000-09-16
* + General Improvements:ian2000-09-16
* + Bugfixes:ian2000-09-14
* + * Referrals with RD+RA set, or RCODE=Refused, don't generate warnings,ian2000-06-28
* + * Do not free something twice if query fails and is then cancelled.ian2000-06-27
* + * Do not spin if TCP connection blocks for writing (and add test case).ian2000-06-27
* + Minor improvements:ian2000-05-21
* + Bug fixes:ian2000-05-21
* + * Call MEM_ROUND in __transfer_interim (avoids assert failian2000-05-09
* + * Move `extern "C" {' to after #include <...>'s.ian2000-05-09
* + * Copyright notices updated.ian2000-05-07
* - * bug_if_query_done feature for debugging (SHOULD BE TAKEN OUT FOR RELEASE)ian2000-05-07
* + * Fixed infrequent race causing assertion failure in adns__tcp_brokenian2000-05-07
* + * Race near adns_beforeselect which could cause infinite timeout fixedian2000-05-07