summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-05-12Rename mdns_hostname variable to the umdns_host_labelRafał Miłecki
2017-03-21Fix sending unicast questions on cache expireRafał Miłecki
2017-03-21Keep source sockaddr for every cached DNS recordRafał Miłecki
2017-03-20Fix code freeing cached non-A(AAA) records too earlyRafał Miłecki
2017-03-20Fix replying to "QU" questions received on unicast interfaceRafał Miłecki
2017-03-20Fix reading port of incoming packetsRafał Miłecki
2017-03-20Use MCAST_PORT define for port 5353Rafał Miłecki
2017-03-20Use one define for DNS-Based Service Discovery service nameRafał Miłecki
2017-03-20Drop entries cached for interface we're going to deleteRafał Miłecki
2017-03-20Fix comment typo in cache_gc_timerRafał Miłecki
2017-03-20Fix refreshing cached A(AAA) records that expireRafał Miłecki
2017-03-14Don't cache hosts as servicesRafał Miłecki
2017-03-14Refresh DNS records A and AAAA directlyRafał Miłecki
2017-03-14Access cached records (instead of services) to read list of hostsRafał Miłecki
2017-03-10Cancel (re)connect timer when deleting interfaceRafał Miłecki
2017-03-10Drop unneeded code to simplify getting hosts over ubusRafał Miłecki
2017-03-09Drop unneeded casting of "entry" from struct cache_serviceRafał Miłecki
2017-02-15Set errno when refusing to send packet in interface_send_packetRafał Miłecki
2017-02-15Fix error messages when sending packet failsRafał Miłecki
2017-02-15Send A in response to service discoveryRafał Miłecki
2017-02-15Use A(AAA) when querying for domain on cache expireRafał Miłecki
2017-02-15Don't try sending unicast responses with multicast addressRafał Miłecki
2017-02-15Use unicast IP address when sending unicast service replyRafał Miłecki
2017-02-15Prepare support for sending unicast DNS answersRafał Miłecki
2017-02-15Print error if parsing service JSON failsRafał Miłecki
2017-02-14Set TTL to 255 for outgoing IPv4 unicast packetsRafał Miłecki
2017-02-14Fix sending replies to PTR questionsRafał Miłecki
2017-02-14Add helper for checking if cached entry is for a hostRafał Miłecki
2017-02-14Drop declaration of non-existing cache_lookup_name functionRafał Miłecki
2017-02-14Make sdudp string constRafał Miłecki
2017-02-13Rename cache scanning to updatingRafał Miłecki
2017-02-13Set TTL to the new value when updating cached service entryRafał Miłecki
2017-02-13Load service JSONs from /etc/umdns/Rafał Miłecki
2017-02-11Rename project to umdnsRafał Miłecki
2017-02-11Drop one-liner service_announce functionRafał Miłecki
2017-02-11Don't use _services._dns-sd._tcp.localRafał Miłecki
2017-02-10Simplify UDP vs. TCP handling in service_announce_servicesRafał Miłecki
2017-02-10Check correct attributes when loading service from blobRafał Miłecki
2017-02-10Avoid duplicated iteration over services when announcingRafał Miłecki
2017-02-10Move matching logic out of service_reply_single functionRafał Miłecki
2017-02-10Send A(AAA) records when announcingRafał Miłecki
2017-02-09Fix/change comment format about port 5353Rafał Miłecki
2017-02-09Don't call dns_reply_a from service_replyRafał Miłecki
2017-02-08Rename service_reply_a to dns_reply_a and move it to proper fileRafał Miłecki
2017-02-08Add simple "Fall through" comment to the announce_timer function switchRafał Miłecki
2017-02-08Change dns_send_question function arg from unicast to multicastRafał Miłecki
2017-01-31do not assume that dns structs are alignedJohannes Wegener
2016-12-19mdnsd: the service is ignoring questionsJohn Crispin
2016-12-19cmake: Search for libjson-cFlorian Fainelli
2016-12-19Fix IPv6 readCristian Morales Vega