2014-10-12 |
Ian Jackson | Reentrancy: Introduce adns__cancel |
blob | commitdiff | raw |
2014-10-12 |
Mark Wooding | src/: Support for transport over IPv6 (and other protoc... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/, client/: Use the new adns_text2addr/addr2text... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/addrfam.c, src/...: Abstract out address-family... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/: Fix internals to carry around address families. |
blob | commitdiff | raw | diff to current |
2014-06-09 |
Mark Wooding | src/setup.c: Check netmask more carefully. |
blob | commitdiff | raw | diff to current |
2014-06-09 |
Mark Wooding | src/setup.c: Insert missing parentheses. |
blob | commitdiff | raw | diff to current |
2014-05-05 |
Ian Jackson | CVS to git conversion cvs-to-git-conversion |
blob | commitdiff | raw | diff to current |
2006-04-08 |
ian | update copyright dates |
blob | commitdiff | raw | diff to current |
2006-04-06 |
ian | srv with postsort seems to work |
blob | commitdiff | raw | diff to current |
2006-04-03 |
ian | Correct type of various printf arguments: ptrdiff_t... |
blob | commitdiff | raw | diff to current |
2006-01-07 |
ian | + * New adns_init_logfn etc. for having logging done... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
ian | + * New adns_init_logfn etc. for having logging done... |
blob | commitdiff | raw | diff to current |
2004-07-10 |
ian | + * Allow `;'-comments in resolv.conf (report from... |
blob | commitdiff | raw | diff to current |
2003-06-22 |
ian | + * Some better source code formatting/wrapping in... |
blob | commitdiff | raw | diff to current |
2002-11-24 |
ian | + * Always #include <sys/types.h> before <sys/socket... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
ian | + * Understand and sort of check OpenBSD `lookup'... |
blob | commitdiff | raw | diff to current |
2000-09-17 |
ian | + * Documentation improved somewhat, including new... |
blob | commitdiff | raw | diff to current |
2000-09-17 |
ian | Update copyright dates and documentation. |
blob | commitdiff | raw | diff to current |
2000-05-07 |
ian | + * Copyright notices updated. rel-adns-0-8 |
blob | commitdiff | raw | diff to current |
2000-05-07 |
ian | - * bug_if_query_done feature for debugging (SHOULD... |
blob | commitdiff | raw | diff to current |
2000-03-26 |
ian | + * bug_if_query_done feature for debugging (SHOULD... privaterel-1999-03-26-head |
blob | commitdiff | raw | diff to current |
1999-11-07 |
ian | + * Reads /etc/resolv-adns.conf if it exists. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
ian | + * Many memory leaks fixed. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
ian | + * Declare flags parameters as enums again, not ints. |
blob | commitdiff | raw | diff to current |
1999-10-16 |
ian | + * TCP handling revamped (avoids recursive-invocation... |
blob | commitdiff | raw | diff to current |
1999-10-16 |
ian | Remove __checkqueues; improve some comments. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
ian | + * Declare flags parameters as ints not enums because... |
blob | commitdiff | raw | diff to current |
1999-10-12 |
ian | Do not invoke __autosys indirectly from __procdgram. |
blob | commitdiff | raw | diff to current |
1999-10-10 |
ian | Copyrights now acknowledge fanf for adns. Individual... |
blob | commitdiff | raw | diff to current |
1999-09-25 |
ian | Also check specific query where applicable. |
blob | commitdiff | raw | diff to current |
1999-09-25 |
ian | New internal consistency checking with assert if right... |
blob | commitdiff | raw | diff to current |
1999-08-14 |
ian | Incompatible changes: |
blob | commitdiff | raw | diff to current |
1999-07-29 |
ian | adns__checkqueues fix for large queues |
blob | commitdiff | raw | diff to current |
1999-07-29 |
ian | Changed memory semantics of internal queries to fix... |
blob | commitdiff | raw | diff to current |
1999-07-28 |
ian | ads->configerrno now initialised (in setup.c). timercm... |
blob | commitdiff | raw | diff to current |
1999-07-14 |
ian | Support and test iteration; test return in different... |
blob | commitdiff | raw | diff to current |
1999-07-05 |
ian | New poll(2) stuff etc. Does not work yet, but compiles. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
ian | Portability fixes (missing struct in_addr, INADDR_LOOPB... |
blob | commitdiff | raw | diff to current |
1999-04-17 |
ian | We do do searchlist now - remove fixme. |
blob | commitdiff | raw | diff to current |
1999-04-17 |
ian | option debug and option ndots implemented |
blob | commitdiff | raw | diff to current |
1999-04-17 |
ian | Search list implementation compiles, but not tested. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
ian | Parse searchlist; beginnings of paying attention. |
blob | commitdiff | raw | diff to current |
1999-03-30 |
ian | Copyright dates fixed; various TODOs added. |
blob | commitdiff | raw | diff to current |
1998-11-28 |
ian | sortlist; init supplying text of config file; env vars... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
ian | Allow configuration entirely by text file. |
blob | commitdiff | raw | diff to current |
1998-11-16 |
ian | Implement SOA, RP, HINFO (but no mailbox quoting).... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
ian | Compiles but does not link. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
ian | Rearrangement more or less sorted, back to trying to... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
ian | Halfway through getting it to compile; about to move... |
blob | commitdiff | raw | diff to current |
1998-11-07 |
ian | Parsing code revamped, not compiled yet. |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | Retransmission and timeout work now ! |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | Compiles again. |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | Event loop stuff complete ? |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | Various improvements and more code; post-crash. |
blob | commitdiff | raw | diff to current |
1998-10-03 |
ian | Some more fiddlings. |
blob | commitdiff | raw | diff to current |
1998-10-03 |
ian | More rearrangements and code. |
blob | commitdiff | raw | diff to current |
1998-10-03 |
ian | Shuffle stuff around. |
blob | commitdiff | raw | diff to current |
|