summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-10-24Revert "mdnsd: interface: enable looped back messages"John Crispin
2016-05-23mdnsd: interface: enable looped back messagesEyal Birger
2015-09-03interface: include libubox/utils.hFelix Fietkau
2015-09-03service: remove obsolete uci include statementsFelix Fietkau
2014-11-06ubus: add keep functionality to set_config-callSteven Barth
2014-10-29cache: fix cache record refreshingSteven Barth
2014-10-29ubus: add ubus fetch callSteven Barth
2014-10-29dns: use different buffers for encoding and decoding namesSteven Barth
2014-10-29cache: also cache PTR recordsSteven Barth
2014-10-28cache: cache rdata of SRV-records as wellSteven Barth
2014-10-28Use monotonic clock for timeoutsSteven Barth
2014-10-26Add query ubus callSteven Barth
2014-09-04add a basic cache refresh logicJohn Crispin
2014-09-04add a iface pointer to services and recordsJohn Crispin
2014-09-04entry->serviceJohn Crispin
2014-09-04print ttl when receiving a PTR recordJohn Crispin
2014-09-04basic support for the cache flush bitJohn Crispin
2014-09-04add src ip validationJohn Crispin
2014-09-04silently drop unicast questions that dont originate from port 5353John Crispin
2014-09-04propagate sockaddr and port form the receive function to the parserJohn Crispin
2014-09-02fix free after use on shutdownJohn Crispin
2014-09-02add good bye messagesJohn Crispin
2014-09-02add SO_BINDTODEVICE supportJohn Crispin
2014-09-02saner debug outputJohn Crispin
2014-09-02ipv6 cleanupJohn Crispin
2014-09-02propagate unicast bitJohn Crispin
2014-09-02nicer debug output on rxJohn Crispin
2014-09-02add unicast listener socketsJohn Crispin
2014-09-02interface.c cleanupJohn Crispin