Do address-family dispatch with lots of switchy functions.
[adns] / src / event.c
2014-05-25 Mark WoodingDo address-family dispatch with lots of switchy functions. wip.base.getaddrinfo
2014-05-17 Mark WoodingMake adns__sockaddr_ntop use a caller-supplied buffer.
2014-05-10 Mark WoodingSupport transport over IPv6.
2006-04-08 ianupdate copyright dates
2003-06-22 ian@@ -1,6 +1,7 @@
2003-06-22 ian@@ -10,6 +10,7 @@
2000-09-17 ianUpdate copyright dates and documentation.
2000-09-14 ian@@ -1,10 +1,24 @@
2000-06-27 ian@@ -1,4 +1,4 @@
2000-05-21 ian@@ -1,8 +1,13 @@
2000-05-07 ian@@ -23,12 +23,13 @@
2000-05-07 ian@@ -1,6 +1,4 @@
2000-05-07 ian@@ -1,18 +1,20 @@
2000-05-07 ian@@ -3,6 +3,8 @@
2000-03-26 ian@@ -1,5 +1,7 @@
2000-03-26 iancompiles
2000-03-26 ian@@ -1,13 +1,26 @@
2000-03-26 ian@@ -1,4 +1,4 @@
1999-11-07 ianNew improved adnsfilter, but not yet debugged.
1999-10-16 ian@@ -3,6 +3,7 @@
1999-10-15 ianCorrect fix for infinite timeouts.
1999-10-15 ian@@ -2,6 +2,7 @@
1999-10-12 ian@@ -19,6 +19,7 @@
1999-10-12 ianReturn EAGAIN from _check instead of EWOULDBLOCK.
1999-10-12 ianDo not get EBADF.
1999-10-12 ian@@ -20,6 +20,7 @@
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
1999-10-10 ianExplain adns_processany better.
1999-10-10 ianReturn 0, not r, from processany.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianChanges from Tony Finch: poll-using option and bugfix...
1999-09-25 ianAlso check specific query where applicable.
1999-09-25 ianNew internal consistency checking with assert if right...
1999-08-14 ianIncompatible changes:
1999-07-29 ianOnly accept a reply from the subset of servers we sent...
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-28 ianads->configerrno now initialised (in setup.c). timercm...
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.
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-11 ianSIGPIPE protection available.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-12-05 iancname_loose/cname_forbid implemented; production timeout
1998-11-15 ianDo PTR checking (multiple PTRs allowed).
1998-11-14 ianGeneral improvements; add cancel routine.
1998-11-14 ianMerge changes from chiark: cvs rdiff -u -r tochiark...
1998-11-10 ianRemove NULL queries. Remove _mf queries (master file...
1998-11-08 ianCompiles but does not link.
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 ianNew memory management arrangements pretty much finished...
1998-11-07 ianImproving parsing code, and changing memory management...
1998-10-04 ianAll except rrtype-specific stuff complete but largely...
1998-10-04 ianRetransmission and timeout work now !
1998-10-04 ianCompiles again.
1998-10-04 ianEvent loop stuff complete ?
1998-10-03 ianSome more fiddlings.
1998-10-03 ianMore rearrangements and code.
1998-10-03 ianShuffle stuff around.