Store instance name in the struct service
[project/mdnsd.git] / service.c
2017-05-12 Rafał MiłeckiStore instance name in the struct service
2017-05-12 Rafał MiłeckiRename service_name function to the service_instance_name
2017-05-12 Rafał MiłeckiRename mdns_hostname variable to the umdns_host_label
2017-03-20 Rafał MiłeckiUse one define for DNS-Based Service Discovery service...
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-15 Rafał MiłeckiPrint error if parsing service JSON fails
2017-02-14 Rafał MiłeckiMake sdudp string const
2017-02-13 Rafał MiłeckiLoad service JSONs from /etc/umdns/
2017-02-11 Rafał MiłeckiDrop one-liner service_announce function
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-10 Rafał MiłeckiCheck correct attributes when loading service from...
2017-02-10 Rafał MiłeckiAvoid duplicated iteration over services when announcing
2017-02-10 Rafał MiłeckiMove matching logic out of service_reply_single function
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...
2016-12-19 John Crispinmdnsd: the service is ignoring questions
2015-09-03 Felix Fietkauservice: remove obsolete uci include statements
2014-10-28 Steven BarthUse monotonic clock for timeouts
2014-09-02 John Crispinadd good bye messages
2014-08-29 John Crispinadd pktinfo to rx path
2014-08-29 John Crispinload service info from procd
2014-08-29 John Crispinsplit the service_load() function into 2. this allows...
2014-08-29 John Crispinchange the service json format this allows one instance...
2014-08-29 John Crispinsend unsolicitated answers when a new service appears
2014-08-28 John Crispinremove some debug code
2014-08-28 John Crispinadd goodbye messages when service disappear
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-28 John Crispinproperly announce all ips of an interface when asked
2014-06-25 Felix Fietkauservice.c: remove unused service_attr_list
2014-06-09 Felix Fietkauclean up hostname handling, make service_name() static
2014-06-09 Felix Fietkaufix excessive stack usage
2014-06-09 Felix Fietkauservice: simplify and remove more code duplication
2014-06-09 Felix Fietkauservice: get rid of some code duplication
2014-06-09 Felix Fietkauservice: free the blob_buf on exit
2014-06-09 Felix Fietkaustore ip address as struct in_addr instead of a string
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-05 Felix Fietkauservice: convert to vlist
2014-06-03 Felix Fietkauservice: constify struct service fields
2014-06-03 Felix Fietkauservice: constify function arguments
2014-06-03 Felix Fietkauservice: make the service txt field const uint8_t to...
2014-06-03 Felix Fietkauservice: get rid of extra useless malloc for txt data
2014-06-03 Felix Fietkauservice: use calloc instead of malloc+memset
2014-03-17 John Crispinimport v0.1