project/mdnsd.git
2017-02-14 Rafał MiłeckiAdd helper for checking if cached entry is for a host
2017-02-14 Rafał MiłeckiDrop declaration of non-existing cache_lookup_name...
2017-02-14 Rafał MiłeckiMake sdudp string const
2017-02-13 Rafał MiłeckiRename cache scanning to updating
2017-02-13 Rafał MiłeckiSet TTL to the new value when updating cached service...
2017-02-13 Rafał MiłeckiLoad service JSONs from /etc/umdns/
2017-02-11 Rafał MiłeckiRename project to 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-10 Rafał MiłeckiSend A(AAA) records when announcing
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łeckiAdd simple "Fall through" comment to the announce_timer...
2017-02-08 Rafał MiłeckiChange dns_send_question function arg from unicast...
2017-01-31 Johannes Wegenerdo not assume that dns structs are aligned
2016-12-19 John Crispinmdnsd: the service is ignoring questions
2016-12-19 Florian Fainellicmake: Search for libjson-c
2016-12-19 Cristian Morales... Fix IPv6 read
2016-10-24 John CrispinRevert "mdnsd: interface: enable looped back messages"
2016-05-23 Eyal Birgermdnsd: interface: enable looped back messages
2015-09-03 Felix Fietkauinterface: include libubox/utils.h
2015-09-03 Felix Fietkauservice: remove obsolete uci include statements
2014-11-06 Steven Barthubus: add keep functionality to set_config-call
2014-10-29 Steven Barthcache: fix cache record refreshing
2014-10-29 Steven Barthubus: add ubus fetch call
2014-10-29 Steven Barthdns: use different buffers for encoding and decoding...
2014-10-29 Steven Barthcache: also cache PTR records
2014-10-28 Steven Barthcache: cache rdata of SRV-records as well
2014-10-28 Steven BarthUse monotonic clock for timeouts
2014-10-26 Steven BarthAdd query ubus call
2014-09-04 John Crispinadd a basic cache refresh logic
2014-09-04 John Crispinadd a iface pointer to services and records
2014-09-04 John Crispinentry->service
2014-09-04 John Crispinprint ttl when receiving a PTR record
2014-09-04 John Crispinbasic support for the cache flush bit
2014-09-04 John Crispinadd src ip validation
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 Crispinfix free after use on shutdown
2014-09-02 John Crispinadd good bye messages
2014-09-02 John Crispinadd SO_BINDTODEVICE support
2014-09-02 John Crispinsaner debug output
2014-09-02 John Crispinipv6 cleanup
2014-09-02 John Crispinpropagate unicast bit
2014-09-02 John Crispinnicer debug output on rx
2014-09-02 John Crispinadd unicast listener sockets
2014-09-02 John Crispininterface.c cleanup
2014-08-30 John Crispinremove debug code
2014-08-30 John Crispinvalidate incoming interface
2014-08-30 John Crispinsane error message when read fails
2014-08-29 John Crispinadd pktinfo to rx path
2014-08-29 John Crispinadd -4 and -6 options
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 Crispindont delete records but set ttl to 1
2014-08-28 John Crispinadd the rfc
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-08-28 John Crispinadd ipv6 support
2014-08-27 John Crispinfix potential null pointer deref when packets are forged
2014-08-27 John Crispinfix potential buffer overflow when txt records are...
2014-08-27 John Crispinabort the reply parsing if an error is encountered
2014-08-27 John Crispingracefully exit if the cmdline is bogus
2014-06-27 John Crispinremove now unused service-types index
2014-06-25 John Crispinfix entry duplication bug
2014-06-25 John Crispinfix off by one in record find code
2014-06-25 John Crispinfix use after free
2014-06-25 Felix Fietkauremove linux specific includes
2014-06-25 Felix Fietkaumdns: remove dependencies on asm/byteorder.h, fix const...
2014-06-25 Felix Fietkauservice.c: remove unused service_attr_list
2014-06-11 Felix Fietkaurename set_interfaces to set_config, more stuff can...
2014-06-11 Felix Fietkauallow starting without an active interface
2014-06-11 Felix Fietkauadd support for dynamic reconfiguration of interfaces
2014-06-09 Felix Fietkaufix segfault while dumping records
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 Fietkaureuse mdns_buf for cache_answer()
2014-06-09 Felix Fietkaumove signal_setup() to main.c
2014-06-09 Felix Fietkaumake iface_name static
2014-06-09 Felix Fietkauclean up hostname handling, make service_name() static
2014-06-09 Felix Fietkaufix excessive stack usage
2014-06-09 Felix Fietkaufix a few format string bugs
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 Fietkauremove a few TODO items
2014-06-09 Felix Fietkaumake the "records" avl tree static
2014-06-09 Felix Fietkaurename mdns_add_records to cache_dump_records and move...
2014-06-09 Felix Fietkauremove unused avl tree hosts
2014-06-09 Felix Fietkaustore ip address as struct in_addr instead of a string
next