2014-10-13 |
Ian Jackson | src/query.c: alloc__free_interim: Add assertion |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/query.c: Rename alloc_info (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/event.c: Use `continue' in adns_processreadable... |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/setup.c: Reuse variable i (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Rename `udpsocket' and `nudp' (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Fix commentary mood (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Rename a variable `n' to `salen' (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Add a missing space (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Clarify logic in clk_srv (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Rename some variables `stat' to `st' (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | src/: Rename a variable `err' to `st' (style) |
tree | commitdiff |
2014-10-13 |
Ian Jackson | reverse parsing: Clearer algorithm |
tree | commitdiff |
2014-10-13 |
Ian Jackson | reverse parsing: Make adns__revparse_* return bool |
tree | commitdiff |
2014-10-13 |
Ian Jackson | reverse parsing: Pass dgram and labstart instead of... |
tree | commitdiff |
2014-10-13 |
Ian Jackson | Introduce adns__labels_equal and ctype_toupper |
tree | commitdiff |
2014-10-13 |
Ian Jackson | addrfam: Make SIN, SIN6 more regular |
tree | commitdiff |
2014-10-13 |
Ian Jackson | addrfam: Introduce SOCKADDR_IN_IN6, etc. |
tree | commitdiff |
2014-10-13 |
Ian Jackson | addrfam: New arrangements for protocol address types |
tree | commitdiff |
2014-10-13 |
Ian Jackson | addrfam: mark unknown_af as not returning |
tree | commitdiff |
2014-10-13 |
Mark Wooding | Support IPv6 in addr queries. wip.ipv6.2014-10-13.compare-new |
tree | commitdiff |
2014-10-13 |
Mark Wooding | src/types.c: Handle inconsistent CNAME records between... |
tree | commitdiff |
2014-10-13 |
Mark Wooding | Support v6-mapping IPv4 addresses found doing addr... |
tree | commitdiff |
2014-10-13 |
Mark Wooding | src/types.c: Cope with multiple address families when... |
tree | commitdiff |
2014-10-13 |
Mark Wooding | src/types.c: Better record parsing for addr queries. |
tree | commitdiff |
2014-10-13 |
Mark Wooding | src/types.c: Start on IPv6 support in adns_r_addr queries. |
tree | commitdiff |
2014-10-12 |
Ian Jackson | Reentrancy: Avoid reentrant callbacks wip.ipv6.2014-10-13.reentrancy-tip |
tree | commitdiff |
2014-10-12 |
Ian Jackson | Reentrancy: Introduce adns__cancel |
tree | commitdiff |
2014-10-12 |
Ian Jackson | Reentrancy: Introduce adns__returning |
tree | commitdiff |
2014-10-12 |
Ian Jackson | Reentrancy: Add warning comment to adns__must_gettimeofday |
tree | commitdiff |
2014-10-12 |
Ian Jackson | Reentrancy: adns__internal_submit does list handling |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/types.c: When sorting, IPv4 prefixes match v6-mappe... wip.ipv6.2014-10-13.reentrancy-base |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: New type hook `query_send'. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/query.c: Export adns__cancel_children. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/query.c: New function `adns__free_interim' for... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Track sizes of interim-allocated blocks. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Support for transport over IPv6 (and other protoc... |
tree | commitdiff |
2014-10-12 |
Ian Jackson | src/event.c: introduce ADD_POLLFD |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Support IPv6 reverse queries. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/, client/: Support for AAAA lookups. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/, client/: Use the new adns_text2addr/addr2text... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/addrfam.c (adns_addr2text): Don't print junk in... |
tree | commitdiff |
2014-10-12 |
Ian Jackson | New public-facing functions for address/text conversions. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/addrfam.c, src/...: Abstract out address-family... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Fix internals to carry around address families. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/adns.h, src/types.c: Now adns_rr_addr can hold... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | Bodge adns_r_addr query-id selection and fix regression... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Lay the groundwork for variably-sized record... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Pass the wanted query's type code to adns__intern... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: Carve out a `representation' subfield of adns_rrtype. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/: PTR queries now submit A subqueries, not `addr'. |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/types.c, regress/: Use checklabel hook to parse... |
tree | commitdiff |
2014-10-12 |
Mark Wooding | src/, regress/: Prepare for early failures in PTR queries. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/: Change how query domain names are checked. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/: adns__internal_submit can modify ctx->tinfo. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/internal.h: Hoist the qcontext definition to before... |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/types.c: Rearrange the main typeinfo table. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/: Separate context state into parts for the type... |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/types.c: Fix up the table-of-contents comments. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/adns-internal.h: Kill decoy internal header file. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/internal.h: Delete decoy type `rr_align'. |
tree | commitdiff |
2014-06-13 |
Mark Wooding | src/types.c: Remove some unused macros. |
tree | commitdiff |
2014-06-09 |
Mark Wooding | Remove unused variables. |
tree | commitdiff |
2014-06-09 |
Mark Wooding | src/setup.c: Check netmask more carefully. |
tree | commitdiff |
2014-06-09 |
Mark Wooding | src/setup.c: Insert missing parentheses. |
tree | commitdiff |
2014-06-09 |
Mark Wooding | Hacking to make out-of-tree builds work properly. |
tree | commitdiff |
2014-05-05 |
Ian Jackson | .gitignore: Add subdirectories' .cvsignores |
tree | commitdiff |
2014-05-05 |
Ian Jackson | CVS to git conversion cvs-to-git-conversion |
tree | commitdiff |
2006-08-09 |
ian | + Improvements for multithreaded programs: |
tree | commitdiff |
2006-06-06 |
ian | + * Do away with `mismatch' variable in parse.c:adns__... |
tree | commitdiff |
2006-05-10 |
ian | + Portability fixes: |
tree | commitdiff |
2006-04-08 |
ian | update copyright dates |
tree | commitdiff |
2006-04-07 |
ian | unknown rr types seem to work |
tree | commitdiff |
2006-04-06 |
ian | spec for adns_r_unknown |
tree | commitdiff |
2006-04-06 |
ian | remove debugging from srv with postsort |
tree | commitdiff |
2006-04-06 |
ian | srv with postsort seems to work |
tree | commitdiff |
2006-04-05 |
ian | revert: put back postsort - the RFC doesn't say that... |
tree | commitdiff |
2006-04-05 |
ian | do away with postsort - the server does that for us |
tree | commitdiff |
2006-04-05 |
ian | fix parsing of SRVs |
tree | commitdiff |
2006-04-04 |
ian | srv processing written (except for sorting); now to... |
tree | commitdiff |
2006-04-04 |
ian | further wip on SRV - need per-type functions now includ... |
tree | commitdiff |
2006-04-04 |
ian | initial SRV WIP - adns.h |
tree | commitdiff |
2006-04-03 |
ian | + * Document in adns.h EINVAL from adns_init meaning... before-srv-2006-04-04 |
tree | commitdiff |
2006-04-03 |
ian | + * Create $(bin_dir) and $(lib_dir) on `make install... |
tree | commitdiff |
2006-04-03 |
ian | + Fixes from or suggested by Bernd Eckenfels, the... |
tree | commitdiff |
2006-04-03 |
ian | Correct type of various printf arguments: ptrdiff_t... |
tree | commitdiff |
2006-01-07 |
ian | + * New adns_init_logfn etc. for having logging done... |
tree | commitdiff |
2005-04-05 |
ian | + * Add documentation comment by definition of adns_r_... |
tree | commitdiff |
2004-12-19 |
ian | document log message format |
tree | commitdiff |
2004-12-19 |
ian | document the fact that you have to reassemble the messages |
tree | commitdiff |
2004-12-15 |
ian | + * New adns_init_logfn etc. for having logging done... |
tree | commitdiff |
2004-07-10 |
ian | + * Allow `;'-comments in resolv.conf (report from... |
tree | commitdiff |
2004-05-04 |
ian | + * Fix error in prototype in definition of adns__pars... |
tree | commitdiff |
2003-06-22 |
ian | improve wrapping in adns.h |
tree | commitdiff |
2003-06-22 |
ian | + * Fix bogus multiple updates to p in transmit.c (!) |
tree | commitdiff |
2003-06-22 |
ian | + * Do not spin if connect() fails immediately (!) |
tree | commitdiff |
2003-06-22 |
ian | + * Some better source code formatting/wrapping in... |
tree | commitdiff |
2002-11-24 |
ian | + * Always #include <sys/types.h> before <sys/socket... |
tree | commitdiff |
2002-04-09 |
ian | + * Understand and sort of check OpenBSD `lookup'... |
tree | commitdiff |
2001-12-18 |
ian | + * Don't use <sys/select.h> any more, it was a mistak... |
tree | commitdiff |
2001-03-10 |
ian | + Bugfixes: |
tree | commitdiff |
next |