2014-10-12 |
Ian Jackson | Reentrancy: Introduce adns__cancel |
blob | commitdiff | raw |
2014-10-12 |
Ian Jackson | Reentrancy: Introduce adns__returning |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ian Jackson | Reentrancy: Add warning comment to adns__must_gettimeofday |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Ian Jackson | Reentrancy: adns__internal_submit does list handling |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/: New type hook `query_send'. |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/query.c: Export adns__cancel_children. |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/query.c: New function `adns__free_interim' for... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/: Track sizes of interim-allocated blocks. |
blob | commitdiff | raw | diff to current |
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/: Support IPv6 reverse queries. |
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-10-12 |
Mark Wooding | src/: Lay the groundwork for variably-sized record... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/: Pass the wanted query's type code to adns__intern... |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/: PTR queries now submit A subqueries, not `addr'. |
blob | commitdiff | raw | diff to current |
2014-10-12 |
Mark Wooding | src/types.c, regress/: Use checklabel hook to parse... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/: Change how query domain names are checked. |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/: adns__internal_submit can modify ctx->tinfo. |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/internal.h: Hoist the qcontext definition to before... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/types.c: Rearrange the main typeinfo table. |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/: Separate context state into parts for the type... |
blob | commitdiff | raw | diff to current |
2014-06-13 |
Mark Wooding | src/internal.h: Delete decoy type `rr_align'. |
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-07 |
ian | unknown rr types seem to work |
blob | commitdiff | raw | diff to current |
2006-04-06 |
ian | srv with postsort seems to work |
blob | commitdiff | raw | diff to current |
2006-04-05 |
ian | revert: put back postsort - the RFC doesn't say that... |
blob | commitdiff | raw | diff to current |
2006-04-05 |
ian | do away with postsort - the server does that for us |
blob | commitdiff | raw | diff to current |
2006-04-04 |
ian | further wip on SRV - need per-type functions now includ... |
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 |
2003-06-22 |
ian | + * Fix bogus multiple updates to p in transmit.c (!) |
blob | commitdiff | raw | diff to current |
2003-06-22 |
ian | + * Some better source code formatting/wrapping in... |
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-09-16 |
ian | + General Improvements: |
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 |
2000-03-26 |
ian | + Bugfixes: |
blob | commitdiff | raw | diff to current |
2000-03-02 |
ian | + * Add test case for recursion (infinite loop) domain... |
blob | commitdiff | raw | diff to current |
2000-03-02 |
ian | + * In answers, quote everything except alphanums... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
ian | New improved adnsfilter, but not yet debugged. |
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-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-26 |
ian | Changes from Tony Finch: poll-using option and bugfix... |
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 | Only accept a reply from the subset of servers we sent... privaterel-1999-07-29-fanf |
blob | commitdiff | raw | diff to current |
1999-07-29 |
ian | Restarting a TCP-using query doesn't abort. |
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 | make _qf_owner work if _qf_search not specified, and... privaterel-1999-07-28-fanf |
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-06-17 |
ian | adns_errabbrev; regress/checkall prints summary list... |
blob | commitdiff | raw | diff to current |
1999-06-16 |
ian | Clean up parents from adns->childw (otherwise would... |
blob | commitdiff | raw | diff to current |
1999-04-17 |
ian | Return owner if caller asks. |
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-04-11 |
ian | SIGPIPE protection available. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
ian | Mailbox quoting seems to work. |
blob | commitdiff | raw | diff to current |
1999-04-11 |
ian | adns_pollfds and struct pollfd support - on branch... |
blob | commitdiff | raw | diff to current |
1999-04-11 |
ian | Include TTL (well, actually, expiry time) in answers. |
blob | commitdiff | raw | diff to current |
1999-03-30 |
ian | Copyright dates fixed; various TODOs added. |
blob | commitdiff | raw | diff to current |
1999-03-28 |
ian | Autoconfifying - beginning. |
blob | commitdiff | raw | diff to current |
1998-12-05 |
ian | cname_loose/cname_forbid implemented; production timeout |
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-15 |
ian | Do PTR checking (multiple PTRs allowed). |
blob | commitdiff | raw | diff to current |
1998-11-15 |
ian | Does further A lookups and uses answers. |
blob | commitdiff | raw | diff to current |
1998-11-15 |
ian | _Submits_ but does not use the results from internally... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
ian | Can get addresses from Additional and Authority section... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
ian | Halfway through A lookups; need to restructure pa_... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
ian | General improvements; add cancel routine. |
blob | commitdiff | raw | diff to current |
1998-11-14 |
ian | Use struct sockaddr in several places; distinguish... |
blob | commitdiff | raw | diff to current |
1998-11-14 |
ian | Merge changes from chiark: cvs rdiff -u -r tochiark... |
blob | commitdiff | raw | diff to current |
1998-11-10 |
ian | Import changes from chiark: cvs rdiff -u -r tochiark... |
blob | commitdiff | raw | diff to current |
1998-11-08 |
ian | Bugfixes. |
blob | commitdiff | raw | diff to current |
1998-11-08 |
ian | malloc(0)->0 fixes. |
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-08 |
ian | New memory management arrangements pretty much finished... |
blob | commitdiff | raw | diff to current |
1998-11-07 |
ian | Parsing code revamped, not compiled yet. |
blob | commitdiff | raw | diff to current |
1998-11-07 |
ian | Improving parsing code, and changing memory management... |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | All except rrtype-specific stuff complete but largely... |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | More reply stuff. |
blob | commitdiff | raw | diff to current |
1998-10-04 |
ian | Much decoding of incoming packets. |
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 |
|