project/mdnsd.git
2018-01-02 Rosen Penevumdnsd: Replace strerror(errno) with %m. master
2017-09-28 Philipp MeierAdd debug output for service_timeout
2017-09-28 Philipp MeierRemove incorrect comma in http service json config
2017-09-28 Philipp MeierRemove ttl==255 restriction for queries
2017-05-22 Rafał MiłeckiSupport specifying instance name in JSON file
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ł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-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 code freeing cached non-A(AAA) records too early
2017-03-20 Rafał MiłeckiFix replying to "QU" questions received on unicast...
2017-03-20 Rafał MiłeckiFix reading port of incoming packets
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-03-20 Rafał MiłeckiDrop entries cached for interface we're going to delete
2017-03-20 Rafał MiłeckiFix comment typo in cache_gc_timer
2017-03-20 Rafał MiłeckiFix refreshing cached A(AAA) records that expire
2017-03-14 Rafał MiłeckiDon't cache hosts as services
2017-03-14 Rafał MiłeckiRefresh DNS records A and AAAA directly
2017-03-14 Rafał MiłeckiAccess cached records (instead of services) to read...
2017-03-10 Rafał MiłeckiCancel (re)connect timer when deleting interface
2017-03-10 Rafał MiłeckiDrop unneeded code to simplify getting hosts over ubus
2017-03-09 Rafał MiłeckiDrop unneeded casting of "entry" from struct cache_service
2017-02-15 Rafał MiłeckiSet errno when refusing to send packet in interface_sen...
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 A(AAA) when querying for domain on cache expire
2017-02-15 Rafał MiłeckiDon't try sending unicast responses with multicast...
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łeckiSet TTL to 255 for outgoing IPv4 unicast packets
2017-02-14 Rafał MiłeckiFix sending replies to PTR questions
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
next