Remove incorrect comma in http service json config
[project/mdnsd.git] / dns.c
2017-05-12 Rafał MiłeckiSupport PTR queries for a specific service
2017-05-12 Rafał MiłeckiAllow filtering with instance name in service_reply
2017-05-12 Rafał MiłeckiRename mdns_hostname variable to the umdns_host_label
2017-03-21 Rafał MiłeckiFix sending unicast questions on cache expire
2017-03-21 Rafał MiłeckiKeep source sockaddr for every cached DNS record
2017-03-20 Rafał MiłeckiFix replying to "QU" questions received on unicast...
2017-03-20 Rafał MiłeckiUse MCAST_PORT define for port 5353
2017-03-20 Rafał MiłeckiUse one define for DNS-Based Service Discovery service...
2017-02-15 Rafał MiłeckiFix error messages when sending packet fails
2017-02-15 Rafał MiłeckiSend A in response to service discovery
2017-02-15 Rafał MiłeckiUse unicast IP address when sending unicast service...
2017-02-15 Rafał MiłeckiPrepare support for sending unicast DNS answers
2017-02-14 Rafał MiłeckiFix sending replies to PTR questions
2017-02-11 Rafał MiłeckiDon't use _services._dns-sd._tcp.local
2017-02-10 Rafał MiłeckiSimplify UDP vs. TCP handling in service_announce_services
2017-02-09 Rafał MiłeckiFix/change comment format about port 5353
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