2014-07-24 |
Ian Jackson | reverse parsing: Pass dgram and labstart instead of... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Ian Jackson | Introduce adns__labels_equal and ctype_toupper |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Ian Jackson | regress/gdbwrap: Provide a convenience script |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | regress: New test bogus-sortlist |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | addrfam: Make SIN, SIN6 more regular |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | addrfam: Introduce SOCKADDR_IN_IN6, etc. |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | addrfam: New arrangements for protocol address types |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | addrfam: mark unknown_af as not returning |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Ian Jackson | .gitignore: add addrtext_s, remove non-built dynamic... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | Support IPv6 in addr queries. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Handle inconsistent CNAME records between... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | Support v6-mapping IPv4 addresses found doing addr... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Cope with multiple address families when... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Better record parsing for addr queries. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Start on IPv6 support in adns_r_addr queries. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: When sorting, IPv4 prefixes match v6-mappe... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: New type hook `query_send'. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/query.c: Export adns__cancel_children. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/query.c: New function `adns__free_interim' for... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Track sizes of interim-allocated blocks. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Support for transport over IPv6 (and other protoc... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | regress/: Include the protocol family in socket(2)... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | regress/: Use adns_addr2text/text2addr instead of inet_... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Support IPv6 reverse queries. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/, client/: Support for AAAA lookups. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/, client/: Use the new adns_text2addr/addr2text... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/addrfam.c (adns_addr2text): Don't print junk in... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Ian Jackson | New public-facing functions for address/text conversions. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/addrfam.c, src/...: Abstract out address-family... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Fix internals to carry around address families. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/adns.h, src/types.c: Now adns_rr_addr can hold... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | Bodge adns_r_addr query-id selection and fix regression... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Lay the groundwork for variably-sized record... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Pass the wanted query's type code to adns__intern... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Carve out a `representation' subfield of adns_rrtype. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: PTR queries now submit A subqueries, not `addr'. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c, regress/: Use checklabel hook to parse... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/, regress/: Prepare for early failures in PTR queries. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | regress/r1test: Support a `$debug' prefix variable. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Change how query domain names are checked. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: adns__internal_submit can modify ctx->tinfo. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/internal.h: Hoist the qcontext definition to before... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Rearrange the main typeinfo table. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | regress/: Don't track the size of the socket-address... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/: Separate context state into parts for the type... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Fix up the table-of-contents comments. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | client/adh-query.c: Surprising comma rather than semicolon. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/adns-internal.h: Kill decoy internal header file. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/internal.h: Delete decoy type `rr_align'. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Mark Wooding | src/types.c: Remove some unused macros. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Mark Wooding | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Mark Wooding | src/setup.c: Check netmask more carefully. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Mark Wooding | src/setup.c: Insert missing parentheses. |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Mark Wooding | Hacking to make out-of-tree builds work properly. |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | .gitignore: Add subdirectories' .cvsignores |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | .gitignore: Add *.o *.so *.a and *~ |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | .gitignore: Rename from .cvsignore |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | CVS to git conversion cvs-to-git-conversion |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | make script's actual tag anyway |
commit | commitdiff | tree | snapshot |
2014-05-05 |
Ian Jackson | merge the script's history into the generated history |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Ian Jackson | Merge remote-tracking branch 'mdw/mdw/convert-script' |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Ian Jackson | fix |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mark Wooding | Diff the changelog by hand if the commit message is... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mark Wooding | Wrap long single-line comment messages. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mark Wooding | Avoid printing removed lines unless necessary; avoid... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mark Wooding | Use `git mumble' consistently in place of `git-mumble'. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Mark Wooding | iwj's original. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ian Jackson | script is in new location |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ian Jackson | merge rather than abandon pollfds |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ian Jackson | move graftmergein (nfc) |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ian Jackson | tidy up a bit |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ian Jackson | found |
commit | commitdiff | tree | snapshot |
2014-04-16 |
ian | FOUND on davenant |
commit | commitdiff | tree | snapshot |
2014-04-16 |
ian | FOUND on davenant |
commit | commitdiff | tree | snapshot |
2006-10-17 |
ian | finalise version 1.4 rel-adns-1-4 |
commit | commitdiff | tree | snapshot |
2006-08-09 |
ian | + Improvements for multithreaded programs: |
commit | commitdiff | tree | snapshot |
2006-06-06 |
ian | MINOR=3 rel-adns-1-3 |
commit | commitdiff | tree | snapshot |
2006-06-06 |
ian | get rid of junk file x.gdb |
commit | commitdiff | tree | snapshot |
2006-06-06 |
ian | DISTVERSION 1.3 |
commit | commitdiff | tree | snapshot |
2006-06-06 |
ian | finalise adns 1.3 |
commit | commitdiff | tree | snapshot |
2006-06-06 |
ian | + * Do away with `mismatch' variable in parse.c:adns__... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
ian | + Portability fixes: |
commit | commitdiff | tree | snapshot |
2006-05-09 |
ian | + * Use autoconf's values for {bin,lib,include}_dir... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
ian | + * Cast ptrdiff_t to int for %.*s length in adnsheloe... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
ian | + Bugfixes: |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | changelog version finalised, 1.2 rel-adns-1-2 |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | update DISTVERSION |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | update copyright dates |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | update copyright dates and ADNS_VERSION_STRING |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | restructured and improved changelog |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | A few more links for the README. |
commit | commitdiff | tree | snapshot |
2006-04-08 |
ian | licence waiver section improved |
commit | commitdiff | tree | snapshot |
2006-04-07 |
ian | fix up adnstest for r_unknown; tests for r_unknown |
commit | commitdiff | tree | snapshot |
2006-04-07 |
ian | unknown rr types seem to work |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | spec for adns_r_unknown |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | SRV supported |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | SERVFAIL is definitely not conclusive. Eg, recursive... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | semicolon _is_ comment in resolv.conf now |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | SRV is now supported |
commit | commitdiff | tree | snapshot |
2006-04-06 |
ian | regression tests for srv, part 2 |
commit | commitdiff | tree | snapshot |
next |