project/mdnsd.git
2024-01-08 Felix Fietkauubus: assume that the service iface can be NULL master
2024-01-08 Felix Fietkauinterface: remove unused peer field
2024-01-05 Felix Fietkauinterface: add missing cache cleanup on interface free
2024-01-05 John Crispinadd the ability to announce additional hostnames
2023-11-21 Felix Fietkauadd udebug support
2023-11-21 Felix Fietkauinterface: fix interface memory corruption
2023-10-19 Felix Fietkauubus: add array flag support for the hosts method
2023-10-19 Felix Fietkauuse hostname from SRV record to look up IP addresses
2023-10-19 Felix Fietkaucache: dump hostname target from srv records
2023-10-19 Felix Fietkauinterface: use a global socket instead of per-interface...
2023-10-18 Martin RöderFix AVL tree traversal in cache_record_find and cache_h...
2023-10-18 Felix Fietkauubus: add a browse flag for suppressing cached ip addresses
2023-10-18 Felix Fietkaucache: make record/hostname lookup case-insensitive
2023-01-16 John Crispinubus: add the interface name to browse reply
2023-01-15 John Crispinubus: also allow dumping ipv4/6 as an array
2023-01-15 John Crispinubus: make it possible to return txt records as an...
2022-12-27 John Crispinubus: allow filtering by service when invoking the...
2021-06-30 John Crispinreconnect: increase initial connect delay
2021-05-13 Stijn Tintelservice: fix compilation with GCC 10
2021-01-26 Rosen Penevumdns: fix 64-bit time format string
2020-10-13 Petr Štetiarcache: cache_answer: fix off by one
2020-10-13 Petr Štetiarcache: cache_record_find: fix buffer overflow
2020-10-13 Petr Štetiarcmake: tests: provide umdns-san binary
2020-10-13 Petr Štetiartests: add dns_handle_packet_file tool
2020-10-13 Petr Štetiartests: add libFuzzer based fuzzing
2020-10-13 Petr Štetiarcmake: create static library
2020-10-13 Petr Štetiarinterface: fix possible null pointer dereference
2020-10-13 Petr Štetiarinterface: fix value stored to 'fd' is never read
2020-08-31 Petr ŠtetiarAdd initial GitLab CI support
2020-08-31 Petr Štetiarcmake: fix include dirs and libs lookup
2020-07-19 Kevin Darbyshire... service.c: fix build on gcc 10
2020-06-08 David WoodhouseFix advertised IPv6 addresses
2020-04-24 Kevin Darbyshire... dns.c: fix input validation fix
2020-04-19 Kevin Darbyshire... dns.c: improve input validation
2020-04-05 Polynomialdivisionumdns: fix unused error
2020-04-04 Paul Fertserdns: explicitly endian-convert all fields in header...
2018-01-02 Rosen Penevumdnsd: Replace strerror(errno) with %m.
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
next