add -4 and -6 options
[project/mdnsd.git] / dns.c
2014-08-28 John Crispinmore ttl related changes. prereq for goodbye messages
2014-08-28 John Crispindns_add_answer() now has a ttl parameter
2014-08-27 John Crispinabort the reply parsing if an error is encountered
2014-06-25 Felix Fietkaumdns: remove dependencies on asm/byteorder.h, fix const...
2014-06-09 Felix Fietkausimplify memory management for dns answers: use a blob_...
2014-06-09 Felix Fietkauuse lookup array for dns_type_string()
2014-06-09 Felix Fietkauclean up hostname handling, make service_name() static
2014-06-09 Felix Fietkaumove rdata_buffer to cache_answer()
2014-06-09 Felix Fietkaumove dns packet processing to dns.c
2014-06-09 Felix Fietkauuse struct interface internally instead of struct uloop_fd
2014-06-09 Felix Fietkauinitial code refactoring to prepare for adding dynamic...
2014-06-03 Felix Fietkaudns: constify various functions
2014-06-03 Felix Fietkaudns: use alloca instead of malloc to fix memleak in...
2014-06-03 Felix Fietkaudns: use common function for sending packets
2014-06-03 Felix Fietkaudns: reuse global name_buffer in dns_send_question()
2014-06-03 Felix Fietkaudns: use bss instead of heap for buffers
2014-06-03 Felix Fietkaudns: use compile time initialization for structs, remov...
2014-05-27 John Crispinmake the code work for bridge interfaces
2014-03-17 John Crispinimport v0.1