Don't call dns_reply_a from service_reply
[project/mdnsd.git] / dns.c
2017-02-09 Rafał MiłeckiDon't call dns_reply_a from service_reply
2017-02-08 Rafał MiłeckiRename service_reply_a to dns_reply_a and move it to...
2017-02-08 Rafał MiłeckiChange dns_send_question function arg from unicast...
2014-10-29 Steven Barthdns: use different buffers for encoding and decoding...
2014-09-04 John Crispinbasic support for the cache flush bit
2014-09-04 John Crispinsilently drop unicast questions that dont originate...
2014-09-04 John Crispinpropagate sockaddr and port form the receive function...
2014-09-02 John Crispinadd good bye messages
2014-09-02 John Crispinipv6 cleanup
2014-09-02 John Crispinpropagate unicast bit
2014-09-02 John Crispininterface.c cleanup
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