chiark / gitweb /
src/: Rename some variables `stat' to `st' (style)
[adns.git] / src / query.c
2014-10-19 Ian Jacksonsrc/: Rename some variables `stat' to `st' (style)
2014-10-19 Ian Jacksonsrc/: Rename a variable `err' to `st' (style)
2014-10-19 Ian Jacksonreverse parsing: Pass dgram and labstart instead of...
2014-10-19 Ian JacksonReentrancy: Avoid reentrant callbacks
2014-10-19 Ian JacksonReentrancy: Introduce adns__cancel
2014-10-19 Ian JacksonReentrancy: Introduce adns__returning
2014-10-19 Ian JacksonReentrancy: adns__internal_submit does list handling
2014-10-19 Mark Woodingsrc/: New type hook `query_send'.
2014-10-19 Mark Woodingsrc/query.c: Export adns__cancel_children.
2014-10-19 Mark Woodingsrc/query.c: New function `adns__free_interim' for...
2014-10-19 Mark Woodingsrc/: Track sizes of interim-allocated blocks.
2014-10-19 Mark Woodingsrc/: Support IPv6 reverse queries.
2014-10-12 Mark Woodingsrc/: Lay the groundwork for variably-sized record...
2014-10-12 Mark Woodingsrc/: Pass the wanted query's type code to adns__intern...
2014-10-12 Mark Woodingsrc/: Carve out a `representation' subfield of adns_rrtype.
2014-10-12 Mark Woodingsrc/types.c, regress/: Use checklabel hook to parse...
2014-10-12 Mark Woodingsrc/, regress/: Prepare for early failures in PTR queries.
2014-06-13 Mark Woodingsrc/: Change how query domain names are checked.
2014-06-13 Mark Woodingsrc/: adns__internal_submit can modify ctx->tinfo.
2014-06-13 Mark Woodingsrc/: Separate context state into parts for the type...
2014-05-05 Ian JacksonCVS to git conversion cvs-to-git-conversion
2006-04-08 ianupdate copyright dates
2006-04-07 ianunknown rr types seem to work
2006-04-05 ianrevert: put back postsort - the RFC doesn't say that...
2006-04-05 iando away with postsort - the server does that for us
2006-04-04 ianfurther wip on SRV - need per-type functions now includ...
2003-06-22 ian+ * Some better source code formatting/wrapping in...
2001-03-10 ian+ Bugfixes:
2000-09-17 ian+ * Documentation improved somewhat, including new...
2000-09-17 ianUpdate copyright dates and documentation.
2000-06-27 ian+ * Do not free something twice if query fails and...
2000-05-09 ian+ * Call MEM_ROUND in __transfer_interim (avoids asser...
2000-05-07 ian+ * Copyright notices updated. rel-adns-0-8
2000-05-07 ian- * bug_if_query_done feature for debugging (SHOULD...
2000-03-26 ian+ * bug_if_query_done feature for debugging (SHOULD... privaterel-1999-03-26-head
2000-03-26 ian+ Bugfixes:
2000-03-02 ian+ * New adns_submit_reverse_any for eg RBL lookups...
2000-03-02 ianTry again if we get query domain too long and are searc...
1999-11-02 ian+ * Many memory leaks fixed.
1999-11-02 ian+ Core library bugfixes:
1999-11-02 ian+ * Declare flags parameters as enums again, not ints.
1999-10-16 ian+ * TCP handling revamped (avoids recursive-invocation...
1999-10-13 ian+ Bugfixes:
1999-10-13 ian+ * Declare flags parameters as ints not enums because...
1999-10-13 ianadns_reverse_submit function for easy in-addr queries.
1999-10-12 ianDo not invoke __autosys indirectly from __procdgram.
1999-10-10 ianCopyrights now acknowledge fanf for adns. Individual...
1999-09-26 ianProperly fix bug with cancelling children.
1999-09-25 ianDo not scramble innards when a query on the output... privaterel-1999-09-25-egnor
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-08-05 ianRegression tests compile on systems without poll(2...
1999-07-29 ianRestarting a TCP-using query doesn't abort.
1999-07-29 ianChanged memory semantics of internal queries to fix...
1999-07-28 ianmake _qf_owner work if _qf_search not specified, and... privaterel-1999-07-28-fanf
1999-07-05 ianNew poll(2) stuff etc. Does not work yet, but compiles.
1999-06-16 ianClean up parents from adns->childw (otherwise would...
1999-05-08 ianPortability fixes (missing struct in_addr, INADDR_LOOPB...
1999-04-17 ianRoot queries work better now.
1999-04-17 ianReturn owner if caller asks.
1999-04-17 ianSearch list seems to work
1999-04-17 ianSearch list implementation compiles, but not tested.
1999-04-11 ianParse searchlist; beginnings of paying attention.
1999-04-11 ianInclude TTL (well, actually, expiry time) in answers.
1999-03-30 ianCopyright dates fixed; various TODOs added.
1998-11-28 iansortlist; init supplying text of config file; env vars...
1998-11-16 ianImproved error discrimination / set of errors.
1998-11-16 ianImplement SOA, RP, HINFO (but no mailbox quoting)....
1998-11-15 ianDo PTR checking (multiple PTRs allowed).
1998-11-15 ianDoes further A lookups and uses answers.
1998-11-15 ian_Submits_ but does not use the results from internally...
1998-11-14 ianCan get addresses from Additional and Authority section...
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 ianBugfixes.
1998-11-08 ianCompiles and links.
1998-11-08 ianmalloc(0)->0 fixes.
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-10-04 ianAll except rrtype-specific stuff complete but largely...
1998-10-04 ianMuch decoding of incoming packets.
1998-10-04 ianRetransmission and timeout work now !
1998-10-04 ianCompiles again.
1998-10-04 ianEvent loop stuff complete ?
1998-10-04 ianVarious improvements and more code; post-crash.
1998-10-03 ianSome more fiddlings.
1998-10-03 ianMore rearrangements and code.
1998-10-03 ianShuffle stuff around.